The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade antirez/redis to version 8.10-m01-int or higher.
This was deemed not a vulnerability.
Affected versions of this package are vulnerable to Out-of-bounds Read via the clusterProcessPacket() parser in src/cluster_legacy.c. An attacker can trigger denial of service or information disclosure by sending a specially crafted PING packet with a string extension missing a null terminator to the Redis Cluster Bus port. The vulnerable parser accepts malformed cluster-bus PING extensions and later consumes their hostname or human-nodename payloads as C strings, causing reads past the end of the packet buffer. This affects deployments exposing the cluster bus to an adjacent unauthenticated attacker, who can crash Redis or leak adjacent memory contents.
Note: CVE-2026-72568 was rejected by the CVE List.