CVE-2026-72568
Received Received - Intake

Out-of-Bounds Read in Redis

Vulnerability report for CVE-2026-72568, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

Description

An out-of-bounds read vulnerability in Redis through 8.8.1 allows an adjacent unauthenticated attacker to cause denial of service or information disclosure by sending a specially crafted PING message to the Redis Cluster Bus port.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-10
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
redis redis 8.8.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an out-of-bounds read vulnerability in Redis versions up to 8.8.1. It occurs when an unauthenticated attacker sends a specially crafted PING message to the Redis Cluster Bus port. The vulnerability stems from the getPingExtLength() function failing to validate extension length fields against the actual remaining buffer size, causing the parser to read beyond allocated memory boundaries.

Detection Guidance

Detecting this vulnerability requires monitoring for unusual network traffic on the Redis Cluster Bus port (default 6379) or checking for crashes in Redis instances. Inspect Redis logs for malformed PING messages or buffer overflow errors. Use network scanners to detect Redis instances listening on non-standard ports.

Impact Analysis

This vulnerability can lead to denial of service by crashing the Redis server or information disclosure by allowing unauthorized access to sensitive data in memory. An adjacent attacker could exploit this to read memory contents outside the intended buffer, potentially exposing confidential information.

Compliance Impact

This vulnerability could violate compliance requirements under GDPR and HIPAA by enabling unauthorized access to personal or health data. GDPR mandates protection of personal data, while HIPAA requires safeguards for protected health information. A successful exploit may result in data breaches, leading to regulatory penalties and legal consequences.

Mitigation Strategies

Upgrade Redis to the latest version beyond 8.8.1. If upgrading is not possible, restrict access to the Redis Cluster Bus port using firewalls or network segmentation. Disable the Cluster Bus port if not in use. Monitor for suspicious activity targeting the Redis port.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72568. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart