
Out-of-bounds reads in Redis can occur if string extensions lack null-termination checks. Just validating total packet length (CVE-2026-92925) is not enough protection for robust parsing. #Redis #CVE #Database #Backend
Signal is active with 1 mentions in latest observed window
Recommended action window: Monitor and triage in normal cycle
NVD description
A flaw was found in Redis community. The cluster bus packet parser, responsible for handling PING, PONG, and MEET packets, fails to properly validate string-carrying extensions for null-termination. This oversight allows a remote attacker to craft a malicious packet, leading to an out-of-bounds read when the packet's payload is processed. Successful exploitation of this vulnerability could result in the disclosure of sensitive information or a remote denial of service (DoS).
Priority
LOW
Exploitation
NONE
PoC
NONE
Patch
NONE
Momentum
NONE

Out-of-bounds reads in Redis can occur if string extensions lack null-termination checks. Just validating total packet length (CVE-2026-92925) is not enough protection for robust parsing. #Redis #CVE #Database #Backend