Skip to main content

Redis CVE-2026-72568

| EUVDEUVD-2026-55238 HIGH
Out-of-bounds Read (CWE-125)
2026-08-10 TuranSec GHSA-qhgh-7273-8939
7.1
CVSS 3.1 · Vendor: TuranSec
Share

Severity by source

Vendor (TuranSec) PRIMARY
7.1 HIGH
AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
vuln.today AI
7.1 HIGH

AV:A confirmed by Cluster Bus adjacency requirement; PR:N because the Cluster Bus port requires no authentication; A:H for process crash; C:L for partial heap read; I:N as no write primitive exists.

3.1 AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
4.0 AV:A/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
HIGH
qualitative
Red Hat
7.1 HIGH
qualitative

Primary rating from Vendor (TuranSec).

CVSS VectorVendor: TuranSec

Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
High

Lifecycle Timeline

3
Patch available
Aug 10, 2026 - 12:17 EUVD
Analysis Generated
Aug 10, 2026 - 11:17 vuln.today
CVE Published
Aug 10, 2026 - 10:40 cve.org
HIGH 7.1

DescriptionCVE.org

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. The getPingExtLength() function in the cluster bus message parser does not validate extension length fields against the actual remaining buffer size, allowing an attacker-controlled packet to cause the parser to read beyond the allocated buffer boundary.

AnalysisAI

Out-of-bounds read in Redis Cluster Bus PING message parsing affects Redis through version 8.8.1, enabling adjacent unauthenticated attackers to trigger denial of service or extract limited heap memory contents. The root cause is in the getPingExtLength() function, which fails to validate extension length fields against the actual remaining buffer size, allowing a crafted gossip-protocol PING packet to drive the parser past the allocated buffer boundary. No public exploit has been identified at time of analysis, and this vulnerability has not been confirmed in the CISA KEV catalog.

Technical ContextAI

Redis is an open-source in-memory data structure store commonly deployed as a cache, message broker, and session store. When configured in cluster mode, Redis nodes communicate using a proprietary gossip protocol over the Cluster Bus port (default 16379), distinct from the standard client port (6379). The affected CPE cpe:2.3:a:redis:redis:*:*:*:*:*:*:*:* covers all Redis versions through 8.8.1. CWE-125 (Out-of-Bounds Read) is the root cause class: the getPingExtLength() function in the cluster bus message parser reads attacker-supplied extension length values from a PING message without bounding them against the remaining allocated buffer, causing the parser to access memory beyond the packet boundary. This can result in a process crash (availability impact) or exposure of adjacent heap memory contents (limited confidentiality impact).

RemediationAI

Upgrade Redis to a version beyond 8.8.1 once a patched release is confirmed by the vendor; monitor https://redis.io/ and https://github.com/redis/redis/releases for a security release addressing this parser flaw. No specific patched version number was provided in the available input data, so a released patched version is not independently confirmed at time of analysis. As a compensating control, restrict access to the Redis Cluster Bus port (default TCP 16379) using host-based firewall rules or network ACLs so that only trusted cluster peer nodes can reach it - this directly eliminates the adjacent-network attack surface for untrusted parties. If Redis is not deployed in cluster mode, disabling cluster mode eliminates the vulnerable code path entirely. Ensure Redis Cluster Bus ports are placed on isolated management VLANs or security groups separate from general-purpose network segments. These network controls carry no functional trade-off for standard deployments and should be applied regardless of patch status.

More in Redis

View all
CVE-2026-48172 CRITICAL POC
10.0 May 21

Privilege escalation to root in the LiteSpeed User-End cPanel Plugin (versions 2.3 through before 2.4.5) lets attackers

CVE-2025-49844 CRITICAL POC
9.9 Oct 03

UAF in Redis 8.2.1 via crafted Lua scripts by authenticated users. EPSS 12.4%. Patch available.

CVE-2022-0543 CRITICAL POC
10.0 Feb 18

It was discovered, that redis, a persistent key-value database, due to a packaging issue, is prone to a (Debian-specific

CVE-2018-11218 CRITICAL POC
9.8 Jun 17

Memory Corruption was discovered in the cmsgpack library in the Lua subsystem in Redis before 3.2.12, 4.x before 4.0.10,

CVE-2025-46817 HIGH POC
7.0 Oct 03

Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user

CVE-2015-4335 CRITICAL POC
10.0 Jun 09

Redis before 2.8.21 and 3.x before 3.0.2 allows remote attackers to execute arbitrary Lua bytecode via the eval command.

CVE-2016-8339 CRITICAL POC
9.8 Oct 28

A buffer overflow in Redis 3.2.x prior to 3.2.4 causes arbitrary code execution when a crafted command is sent. Rated cr

CVE-2026-27574 CRITICAL POC
9.9 Feb 21

Code injection in OneUptime monitoring via custom JS monitor using vm module. PoC and patch available.

CVE-2026-84372 CRITICAL POC
9.8 Sep 01

RESP protocol command injection in Predis, the popular PHP client for Redis and Valkey, affects versions 3.0.0-RC1 throu

CVE-2021-31649 CRITICAL POC
9.8 Jun 24

In applications using jfinal 4.9.08 and below, there is a deserialization vulnerability when using redis,may be vulnerab

CVE-2020-11981 CRITICAL POC
9.8 Jul 17

An issue was found in Apache Airflow versions 1.10.10 and below. Rated critical severity (CVSS 9.8), this vulnerability

CVE-2018-11219 CRITICAL POC
9.8 Jun 17

An Integer Overflow issue was discovered in the struct library in the Lua subsystem in Redis before 3.2.12, 4.x before 4

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise High Performance Computing 15 SP7 Affected
SUSE Linux Enterprise Module for Server Applications 15 SP7 Affected
SUSE Linux Enterprise Server 15 SP7 Affected
SUSE Linux Enterprise Server 16.0 Affected
SUSE Linux Enterprise Server 16.1 Affected

Share

CVE-2026-72568 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy