Blog
Security Advisory: CVE-2026-81934
Update 9/1/2026: Following further review, the public CVE record for CVE-2026-81934 was updated to reflect a revised CVSS score of 7.5 (High).
What happened?
Redis identified and remediated a use-after-free vulnerability in TLS pending-data processing. Under specific conditions, an authenticated attacker could trigger the flaw and potentially execute remote code.
What is the severity?
The initial public CVE record assigned this vulnerability a CVSS score of 9.8 (Critical). Redis assesses the vulnerability as High, with a CVSS v4.0 score of 7.5 (CVSS:4.0/AV:A/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N).
Redis's assessment reflects the authenticated access, broad permissions, coordinated TLS sessions, precise runtime conditions, and target-specific adaptation required for successful exploitation. Redis has contacted the assigning organization and requested that it review the published score. We will update this advisory if the public record changes.
How can you protect your Redis instance?
Upgrade to a fixed release as soon as practical. Restrict Redis network access to trusted clients, enforce strong authentication and least-privilege ACLs, and remove unnecessary access to CLIENT KILL, Lua scripting, Pub/Sub, and associated keys or channels. Redis should never be exposed directly to the internet.
How can I remediate?
Fixed Redis Open Source releases are 8.10.1, 8.8.2, 8.6.6, 8.4.6, 8.2.9, 7.4.11, 7.2.16, and 6.2.24.
Fixed Redis Software builds are 8.2.0-46, 8.0.20-96, 7.22.2-179, and 7.8.6-303.
Redis Cloud Essentials subscriptions have been patched. Remediation of Redis Cloud Pro subscriptions is underway; customers who require expedited maintenance should contact their Technical Account Manager.
As of August 27, 2026, Redis is not aware of active exploitation in customer environments.
Get started with Redis today
Speak to a Redis expert and learn more about enterprise-grade Redis today.
Facts Only
* CVE-2026-81934 was identified and remediated by Redis.
* The vulnerability exists in TLS pending-data processing.
* An authenticated attacker could potentially execute remote code under specific conditions.
* The initial public CVE assigned a CVSS score of 9.8 (Critical).
* Redis assesses the vulnerability as High, with a CVSS v4.0 score of 7.5.
* Remediation involves upgrading to fixed releases or software builds.
* Fixed Open Source releases include 8.10.1, 8.8.2, 8.6.6, 8.4.6, 8.2.9, 7.4.11, 7.2.16, and 6.2.24.
* Fixed Software builds include 8.2.0-46, 8.0.20-96, 7.22.2-179, and 7.8.6-303.
* Redis Cloud Essentials subscriptions have been patched; Pro subscription remediation is in progress.
* As of August 27, 2026, Redis was not aware of active exploitation in customer environments.
Executive Summary
A vulnerability in Redis concerning TLS pending-data processing was identified and subsequently remediated by the software vendor. The public record for CVE-2026-81934 was updated to reflect a revised CVSS score of 7.5 (High), down from an initial assessment of 9.8 (Critical). This reflects Redis's internal assessment, which categorized the vulnerability as High, with a CVSS v4.0 score of 7.5, based on factors including authenticated access and coordinated TLS sessions.
Protection strategies involve upgrading to fixed releases immediately and implementing stringent network restrictions, strong authentication, and least-privilege Access Control Lists (ACLs) for Redis instances. The remediation options include updating specific Open Source releases, applying software builds, or addressing subscriptions for Cloud Essentials services. As of August 27, 2026, Redis reported no active exploitation in customer environments.
Full Take
The shift in scoring from Critical (9.8) to High (7.5) reflects a specific re-evaluation by the vendor based on the context of exploitation—specifically requiring authenticated access and complex coordination for successful exploitation. This pattern suggests that while the technical flaw is severe, the actual risk profile shifts depending on the attack vector required, which can obscure the immediate fear response associated with a "Critical" rating. The insistence on remediation through specific version numbers establishes a clear path for action, attempting to guide agency toward known solutions rather than open-ended defensive postures.
The emphasis on restricting network access and reducing permissions points toward a systemic vulnerability in how stateful services are deployed and exposed. The necessity of removing access to ancillary features like Pub/Sub or Lua scripting suggests that complexity itself amplifies the attack surface, meaning security is less about patching a single bug and more about controlling architectural scope. The fact that exploitation requires specific runtime conditions implies that zero-day potential remains high until the precise conditions are mapped out.
What further scrutiny must be applied to whether historical CVE scoring reflects true exploitability across all threat models? How does the stated timeline of awareness regarding exploitation correlate with typical adversary dwell times, and what implications does this have for proactive defense planning against adaptive threats?
Sentinel — Human
This text reads like an official, fact-based security advisory rather than journalistic reporting, strongly suggesting it originates from the source organization itself.
