Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Fake Movie Download Exposes Passwords, Payments, Crypto Assets
August 6, 2026
Critical Oracle Solaris CVE-2024-21013 Flaw Lets Attackers Remotely Control Servers
August 6, 2026
Canadian Man Pleads Guilty to Hacking US Cloud Storage Provider
August 6, 2026
Home/CyberSecurity News/Critical Redis RCE CVE-2022-XXXXX Lets Attackers Control Host Servers
CyberSecurity News

Critical Redis RCE CVE-2022-XXXXX Lets Attackers Control Host Servers

Key Takeaways A critical post-authentication remote code execution (RCE) vulnerability, dubbed DarkReplica (CVE-2026-23631), was discovered in Redis. The flaw allows authenticated attackers to gain...

Emy Elsamnoudy
Emy Elsamnoudy
June 8, 2026 3 Min Read
48 0

Key Takeaways

  • A critical post-authentication remote code execution (RCE) vulnerability, dubbed DarkReplica (CVE-2026-23631), was discovered in Redis.
  • The flaw allows authenticated attackers to gain full control over the host server running the affected Redis instance.
  • The vulnerability impacts multiple Redis release series, including 7.2.x, 7.4.x, 8.2.x, 8.4.x, and 8.6.x.
  • Patches were released on May 5, 2026, and immediate upgrades are strongly recommended for all Redis operators.

Redis developers addressed a critical post-authentication remote code execution (RCE) vulnerability in May 2026. Identified as DarkReplica and assigned CVE-2026-23631, this severe flaw enables attackers to seize complete control of a Redis host server.

Table Of Content

  • Key Takeaways
  • Redis RCE Vulnerability Details
  • What You Should Do

Redis incorporates powerful server-side Lua engines, providing administrators with the capability to execute custom logic directly within the database. The system features two such engines: an older scripting engine and a more modern functions engine, which manages library storage and synchronizes them across nodes.

DarkReplica specifically exploits a weakness within the functions engine during the replication process. An attacker who successfully authenticates to a Redis instance can command that server to act as a replica of an attacker-controlled master using the SLAVEOF command.

During this synchronization, the replica server may load a new function context from the incoming RDB (Redis dump) file, a critical moment that the vulnerability exploits.

Redis RCE Vulnerability Details

The vulnerability was uncovered during a 2025 research initiative by ZeroDay.Cloud. Their findings underscore how intricate features and unforeseen interactions can introduce severe security risks.

Redis is designed to manage long-running Lua functions by periodically yielding control to process other events, a mechanism crucial for features like FUNCTION KILL. However, a critical loophole emerges when replication events are processed while a slow Lua function is paused.

In this scenario, the replication handler inadvertently frees the currently running Lua engine and replaces it with a new context, without preventing the previously paused function from resuming. This leads to a use-after-free condition, as the paused function attempts to continue execution with its lua_State and associated objects having been deallocated.

Exploiting this condition, while complex, proved practical for researchers. They developed sophisticated primitives to leak heap addresses, enforce deterministic heap allocations, and fabricate Lua objects. By executing the vulnerable code within coroutines and meticulously manipulating the Lua memory arena, they managed to regain control over the Lua VM. This allowed them to establish read/write primitives.

Leveraging these capabilities, the researchers redirected internal function pointers to invoke standard C library functions. This ultimately enabled them to execute arbitrary system commands, culminating in full remote code execution on the compromised host.

The vulnerability affected numerous actively maintained Redis release series. Patches were officially released on May 5, 2026, covering versions 7.2.x, 7.4.x, 8.2.x, 8.4.x, and 8.6.x. Operators are urged to upgrade to these fixed releases without delay and to conduct thorough audits of any exposed Redis instances.

Given that exploitation necessitates authentication and advanced memory manipulation, the risk is highest for Redis servers configured with weak or absent credentials, or in environments where attackers can readily acquire valid authentication details. This incident highlights that complex in-process scripting and replication features significantly expand the attack surface, emphasizing the critical need for meticulous synchronization and lifecycle management within such systems.

What You Should Do

  • Immediately upgrade all Redis instances to the patched versions (7.2.x, 7.4.x, 8.2.x, 8.4.x, 8.6.x released on May 5, 2026, or newer).
  • Enforce strong authentication mechanisms for all Redis instances, utilizing robust passwords or alternative secure authentication methods.
  • Implement strict network access controls (e.g., firewalls) to limit Redis server exposure, ensuring it is only accessible from trusted IP addresses and internal networks.
  • Regularly audit Redis configurations to identify and remediate any misconfigurations that could weaken security, such as exposed instances or default credentials.
  • Monitor Redis logs for unusual activity, unexpected configuration changes, or attempts to modify replication settings.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitPatchSecurityVulnerability

Share Article

Emy Elsamnoudy

Emy Elsamnoudy

Emy is a cybersecurity analyst and reporter specializing in threat hunting, defense strategies, and industry trends. With expertise in proactive security measures, Emily covers the tools and techniques organizations use to detect and prevent cyber attacks. She is a regular speaker at security conferences and has contributed to industry reports on threat intelligence and security operations. Emily's reporting focuses on helping organizations improve their security posture through practical, actionable insights.

Previous Post

World Cup 2026: Cybercriminals Exploit Fans With Phishing, Fake Stores, Ticket Scams

Next Post

UniFi OS Server Critical RCE Chain Lets Attackers Gain Root Access Without Credentials

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Remus Malware Uses Ethereum Blockchain to Steal Browser Data
August 6, 2026
OWASP Releases Top 10 for Securing Generative AI LLM Applications
August 6, 2026
OpenAI Agents Uncover Critical Zero-Day Vulnerability
August 6, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us