Out-of-bounds Read The advisory has been revoked - it doesn't affect any version of package antirez/redis  (opens in a new tab)


Threat Intelligence

EPSS
0.23% (15th percentile)

Do your applications use this vulnerable package?

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 applications

Snyk Learn

Learn about Out-of-bounds Read vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-UNMANAGED-ANTIREZREDIS-18609736
  • published11 Aug 2026
  • disclosed10 Aug 2026
  • creditshaxriyor abdullayev (Kamol_cs)

Introduced: 10 Aug 2026

NewCVE-2026-72568  (opens in a new tab)
CWE-125  (opens in a new tab)

How to fix?

Upgrade antirez/redis to version 8.10-m01-int or higher.

Amendment

This was deemed not a vulnerability.

Overview

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.

References