Redis Patch Bypass Enables Multiple RCE Exploits as PoCs for TLS and Stream Vulnerabilities Go Public
Redis has suffered a rapid series of remote code execution vulnerabilities over the past month, with the latest TLS pending list flaw (QVD-2026-58458) now accompanied by public technical details and a working proof-of-concept. Security researchers have already reproduced the issue, and the vendor released an emergency fix. Because Redis is ubiquitous in backend architectures for caching, sessions, message queues, and leaderboards, any vulnerability in the service immediately affects a wide range of organizations.
The most concerning disclosure is the July patch-bypass vulnerability targeting CVE-2026-25243. The original fix addressed a reference-counting problem with shared NACK objects in stream consumer groups, yet the remediation was incomplete. Attackers can chain the commands XGROUP, EVAL, and RESTORE to trigger a Double Free memory corruption primitive, ultimately achieving arbitrary code execution on the server. Patch-bypass issues are particularly dangerous because they target teams that believe they have already mitigated the risk after applying the initial update.
The affected versions for the bypass are Redis 6.2.22 and earlier, 7.4.9 and earlier, and 8.6.4 and earlier; the official remediation begins at version 8.8.0. The August 26 disclosure of QVD-2026-58458 similarly provides a public PoC, lowering the barrier for exploitation to the level of script kiddies copying existing code. Although all three vulnerabilities require authentication, real-world deployments frequently use weak passwords, empty passwords, or publicly reachable instances, rendering the authentication requirement ineffective against automated scanners.
Once an attacker gains control, the consequences extend far beyond data leakage. Redis instances often sit at the center of internal networks; code execution allows attackers to harvest credentials, map internal assets, and pivot to databases and application servers. The following practical steps are recommended for defenders:
- Perform a complete asset inventory covering production, test, and shadow instances, then upgrade every affected version to the latest patched release.
- Enforce strict network controls so that Redis is never exposed to the public internet and is reachable only from explicitly allowed internal IPs; immediately remediate weak or missing passwords via requirepass or ACLs.
- Enable logging and audit for high-risk command sequences, especially non-standard usage of XGROUP, EVAL, and RESTORE; restrict Lua script execution via ACLs when not required.
- Update container base images in addition to host-level patches to avoid version drift between the running container and the patched host.
- Incorporate official Redis security announcements and threat-intelligence feeds into routine monitoring processes.
This wave of vulnerabilities underscores that the security posture of foundational infrastructure components directly determines the resilience of the entire environment. With public PoCs, patch bypasses, and near-universal version coverage, the race is now between rapid remediation and automated scanning campaigns.
Related articles
Multiple Vulnerabilities Found in Apache Tomcat, Four Rated Critical by CISA
Apache Tomcat has received updates addressing 11 vulnerabilities across versions 11.0.25, 10.1.59, and 9.0.121. The Apache Software Foundation rated four issues as Important, while CISA assigned Critical severity to four CVEs based on CVSS v3.1 scores reaching 9.8. The flaws include authentication bypasses, access control evasion due to path evaluation order, off-by-one errors, and HTTP/2 resource leaks leading to denial of service. One vulnerability was disclosed earlier in July, with the remaining ten detailed on August 25. Moderate and Low severity issues were also patched in the same releases. The discrepancies in severity ratings between the vendor and CISA highlight differing risk assessments for the same CVEs.
SonicWall Patches Critical Path Traversal and Update Flaws in NetExtender for Linux
SonicWall has released fixes for two high-severity vulnerabilities in its NetExtender client for Linux that could allow remote attackers to write arbitrary files with root privileges and manipulate the automatic update process. The flaws impact versions 10.3.5 and earlier, while the Windows version remains unaffected. CVE-2026-66152 carries a CVSS score of 8.8 and stems from improper handling of tar archives containing OPSWAT data, enabling path traversal that lets attackers escape the intended extraction directory. CVE-2026-66153 scores 7.0 and arises from inadequate symlink and temporary file handling in the NEService update mechanism. Both issues require user interaction to exploit, and no in-the-wild attacks have been observed so far. Administrators are urged to upgrade immediately to version 10.3.6 or later, as no workarounds exist.
Cisco Pre-Announces Security Advisories and Patches for Multiple Products on September 2, 2026
Cisco Systems has disclosed plans to publish security advisories for several product lines on September 2, 2026. The advisories will cover vulnerabilities affecting IP telephony devices, network switches, and email security appliances. Targeted products include Cisco IOS XR Software, multiple series of Cisco Desk Phones, Nexus 9000 Series switches with Silicon One, and Cisco Secure Email. The company will also provide updates aimed at strengthening security in IOS XR. No CVE identifiers, vulnerability details, affected versions, or CVSS scores have been released at the pre-notification stage. Cisco strongly recommends applying the forthcoming fixes once they become available, while noting that the schedule and product scope may still change.
CISA Adds Six Known Exploited Vulnerabilities Affecting NetScaler ADC, Linux Kernel and Microsoft SQL Server to KEV Catalog
The U.S. Cybersecurity and Infrastructure Security Agency has added six vulnerabilities to its Known Exploited Vulnerabilities catalog after confirming active exploitation in the wild. One of the flaws, CVE-2026-8452, affects Citrix NetScaler ADC and NetScaler Gateway products and can trigger denial-of-service conditions under specific configurations. The remaining five issues, disclosed between 2015 and 2022, impact the Linux Kernel, Red Hat Automatic Bug Reporting Tool, and the libuser library. Exploitation of these older flaws can allow local attackers to escalate privileges or corrupt password files. Organizations are urged to apply available patches and verify configurations immediately.