Out-of-Bounds Read Vulnerability in Redis Cluster Bus
A vulnerability in the Redis cluster bus packet parser allows remote attackers to trigger an out-of-bounds read via crafted PING, PONG, or MEET packets, resulting in potential information disclosure or denial of service.
CVE search metadata
CVE search record: CVE-2026-92925. Severity: high. CVSS: 7.1. KEV: no. Product: Redis. Brief: Out-of-Bounds Read Vulnerability in Redis Cluster Bus. Brief link: https://feed.craftedsignal.io/briefs/2026-09-redis-cve-2026-92925/
A memory safety vulnerability, identified as CVE-2026-92925, exists in the Redis cluster bus packet parsing logic. The issue specifically resides in the handling of string-carrying extensions within cluster bus packets, including PING, PONG, and MEET packet types. The parser fails to ensure that these extensions are properly null-terminated before processing, which can lead to an out-of-bounds memory read when the application accesses the payload data. This vulnerability affects Redis deployments utilizing the cluster bus protocol. A remote, unauthenticated attacker can exploit this flaw by sending a specially crafted packet to a target Redis node, potentially crashing the service (denial of service) or causing the system to leak sensitive information stored in memory.
Impact
Successful exploitation of CVE-2026-92925 allows for remote denial of service or the exposure of sensitive memory contents. This impacts the availability and confidentiality of the affected Redis infrastructure. The vulnerability is critical for environments where Redis cluster instances are exposed to potentially untrusted network segments.
Recommendation
Prioritize patching Redis instances to the vendor-provided version that includes the fix for CVE-2026-92925. In environments where immediate patching is not possible, restrict network access to the Redis cluster bus port (default port 16379) to authorized internal nodes only using network-level access control lists (ACLs) to mitigate potential remote exploitation.
Immediate actions
Restrict network access to Redis cluster bus port (16379) to trusted hosts only.
Mitigations
Upgrade Redis to the version provided by the vendor addressing CVE-2026-92925.
CVE-2026-92925