Skip to content
Threat Feed
medium advisory

Redis Vulnerability Enables Denial of Service and Information Disclosure

A vulnerability in Redis allows an attacker located in an adjacent network to trigger a Denial of Service condition and perform unauthorized information disclosure.

CVE search metadata

CVE search record: CVE-2026-72568. Severity: high. CVSS: 7.1. KEV: no. Product: Redis. Brief: Redis Vulnerability Enables Denial of Service and Information Disclosure. Brief link: https://feed.craftedsignal.io/briefs/2026-08-redis-dos/

What's new

  • 1. added CVE-2026-72568 Aug 11, 11:39 via msrc

The German Federal Office for Information Security (BSI) has reported a vulnerability in Redis that impacts availability and data confidentiality. The vulnerability allows an attacker positioned within an adjacent network to execute a Denial of Service (DoS) attack against the Redis service, potentially causing service instability or total unavailability. Additionally, the flaw enables the unauthorized disclosure of information held within the Redis instance. As of the report date, specific patch availability or version numbers were not explicitly detailed, requiring administrators to monitor official Redis project channels for security updates. This vulnerability is critical for environments where Redis instances are exposed to adjacent networks without strict segmentation or access control.

Impact

Successful exploitation of this vulnerability results in service disruption via Denial of Service and the exposure of sensitive data managed by Redis. This impact is significant for applications relying on Redis for session management, caching, or message brokering, as unauthorized parties may gain access to transient data or force system downtime, affecting business continuity and data integrity.

Recommendation

  • Review network architecture to ensure Redis instances are not accessible from untrusted or adjacent networks.
  • Implement host-based firewalls or access control lists (ACLs) to restrict connections to Redis ports (default 6379) to known, authorized management or application hosts.
  • Monitor Redis logs for anomalous connection patterns or unexpected command activity.
  • Review official Redis security advisories for patches and apply updates as soon as they become available.

Immediate actions

Restrict Redis network access via host-based firewalls or network segmentation.

IT Operations 48h

Mitigations

Monitor Redis vendor channels for patches.

immediate IT Operations

Redis