Rankiteo Logo
Rankiteo
Leader in Cyber Underwriting
Loading...
NEWRankiteo Cyber Underwriting Desktop - Score, price, and bind from your desktop
WindowsmacOSLinux
Download
Redis

Redis Vendor Cyber Rating & Cyber Score

redis.io

Redis is the world's fastest data platform. We provide cloud and on-prem solutions for caching, vector search, and more that seamlessly fit into any tech stack. With fast setup and fast support, we make it simple for digital customers to build, scale, and deploy the fast apps our world runs on.


Redis A.I CyberSecurity Scoring

Redis
Company Information
Website:http://redis.io
Employees number:1,510
Number of followers:290,921
NAICS:5112
Industry Type:Software Development
Homepage:redis.io
Redis Risk Score (AI oriented)
Between 750 and 799
logo
RedisSoftware Development
Updated:
08/06/2026
761/1000
Fair
Baa
AaaAaABaaBaBCaaCaC
Powered by our proprietary A.I cyber incident model
Insurance prefers TPRM score to calculate premium
Redis Global Score (TPRM)
xxxx
logo
RedisSoftware Development
•••
Score locked
Instant access to detailed risk factors
Vulnerabilities
Benchmark vs. industry & size peers
Findings

Redis
RedisFair
Current Score
761Baa (FAIR)
01000
3 incidents
-5 avg impact
Incident timeline with MITRE ATT&CK tactics, techniques, and mitigations.
AUGUST 2026
762Before Incident
JULY 2026
762Before Incident
JUNE 2026
762Before Incident
MAY 2026
766Before Incident
Vulnerability
05 May 2026Redis
Redis: Critical Redis RCE Vulnerability Enable Attackers to Gain Complete Control to Host Server

Critical Redis RCE Vulnerability (CVE-2026-23631) - DarkReplica

761After Incident
CRITICAL-5
RED1780914215
Critical Redis RCE Vulnerability (CVE-2026-23631) Patched in May 2026 In May 2026, Redis developers addressed a severe post-authentication remote code execution (RCE) vulnerability, tracked as CVE-2026-23631 and dubbed DarkReplica, which enabled attackers to fully compromise affected Redis hosts. The flaw stemmed from the functions engine, a feature allowing administrators to execute custom Lua logic within Redis. During replication, an authenticated attacker could manipulate a Redis instance into becoming a replica of a malicious master using the SLAVEOF command. When synchronizing, the server would load a new function context from an attacker-controlled RDB (Redis dump) file, triggering a use-after-free condition. The vulnerability arose from a race condition in Redis’s handling of paused Lua functions. While long-running functions periodically yield to process events, the replication handler could free the active Lua engine and replace it with a new context without preventing the paused function from resuming. This allowed the function to execute with freed memory, creating an exploitable state. Researchers from ZeroDay.Cloud demonstrated the attack by crafting memory manipulation primitives, including heap address leaks and fake Lua objects, to gain control of the Lua VM. From there, they redirected function pointers to execute arbitrary system commands, achieving full RCE. The flaw affected multiple Redis release series, including 7.2.x, 7.4.x, 8.2.x, 8.4.x, and 8.6.x, with patches released on May 5, 2026. Exploitation requires authentication, making misconfigured servers with weak or default credentials the most vulnerable. The incident underscores the risks of complex in-process scripting and replication features, particularly when synchronization and lifecycle management are not tightly controlled. A technical write-up and proof-of-concept exploit were published, prompting vendors and cloud security tools to issue detection advisories for affected installations.
INCIDENT DETAILS -
TYPE
Remote Code Execution (RCE)
IMPACT
Systems Affected: Redis hostsOperational Impact: Full system compromise
APRIL 2026
766Before Incident
MARCH 2026
766Before Incident
FEBRUARY 2026
765Before Incident
JANUARY 2026
765Before Incident
DECEMBER 2025
765Before Incident
NOVEMBER 2025
765Before Incident
OCTOBER 2025
765Before Incident
SEPTEMBER 2025
765Before Incident
JUNE 2025
766Before Incident
Vulnerability
16 Jun 2025Redis
Redis

Critical Redis 'RediShell' Vulnerability (CVE-2025-49844) Enables Remote Code Execution

764After Incident
CRITICAL-2
RED5093050100725
Redis disclosed CVE-2025-49844 (RediShell), a critical CVSS 10.0 vulnerability in its in-memory database software, allowing authenticated attackers to exploit a use-after-free (UAF) memory corruption bug via malicious Lua scripts. This flaw, present for 13 years, enables remote code execution (RCE), granting full host system access. Attackers could steal credentials, exfiltrate sensitive data, deploy malware (e.g., ransomware), or pivot to other cloud services. The vulnerability affects all Redis versions prior to 6.2.20, 7.2.11, 7.4.6, 8.0.4, and 8.2.2, with ~330,000 exposed instances globally, including 60,000 unprotected by authentication. While no in-the-wild exploitation is confirmed, Redis instances are prime targets for cryptojacking, botnet recruitment, and data breaches. Immediate mitigation requires patching, restricting Lua script execution via ACLs, and enforcing strong authentication. Failure to act risks large-scale data theft, system hijacking, or lateral movement across cloud environments, posing severe operational and reputational damage.
INCIDENT DETAILS -
TYPE
Vulnerability DisclosureRemote Code Execution (RCE)Memory Corruption
MOTIVATION
Potential CryptojackingBotnet EnrollmentData TheftLateral MovementUnauthorized Access
IMPACT
Potential credentialsSensitive data stored in RedisCloud environment resourcesRedis instances with Lua scripting enabledUnderlying host systemsFull host system access for attackersRisk of data exfiltration/wiping/encryptionResource hijackingHigh (due to maximum-severity vulnerability in widely used database)High (if credentials stored in Redis are compromised)High (if payment data stored in Redis is compromised)
DATA BREACH
Potential: credentials, sensitive data in Redis, cloud environment resourcesHigh (if sensitive data stored in Redis)Potential (if exploited)Potential (if PII stored in Redis)
JUNE 2012
766Before Incident
Vulnerability
16 Jun 2012Redis
Redis

Critical Redis Vulnerability (CVE-2025-49844) Enables Remote Code Execution via Lua Scripting (RediShell)

764After Incident
CRITICAL-2
RED3893338100725
Redis, the company behind the widely used in-memory data store, disclosed a critical vulnerability (CVE-2025-49844, dubbed RediShell) allowing attackers to escape the Lua sandbox and execute arbitrary native code on the host system via a use-after-free memory corruption bug. The flaw, present since 2012, affects Redis versions with Lua scripting (v8.2.1 and earlier). Worse, 57% of cloud Redis deployments use default container images with authentication disabled, exposing ~60,000 internet-facing instances globally to remote code execution (RCE) risks. Exploitation could lead to persistent access, cryptomining, data exfiltration (Redis/host), credential theft (e.g., IAM tokens for lateral cloud movement), and full system compromise. German authorities warned of imminent attacks due to the flaw’s simplicity and Redis’ ubiquity. Patches are available, but unpatched systems remain at severe risk of complete takeover, especially if exposed without authentication or proper ACLs.
INCIDENT DETAILS -
TYPE
VulnerabilityRemote Code Execution (RCE)Memory CorruptionUse-After-Free
MOTIVATION
Potential for cryptominingData exfiltrationLateral movement in cloud environmentsPersistent accessCredential theft
IMPACT
Redis database contentsHost system dataCloud service credentials (e.g., IAM tokens)Redis servers (v8.2.1 and earlier with Lua scripting)Underlying host systemsCloud environments using Redis containersUnauthorized code executionPotential service disruptionCompromised cloud infrastructureHigh risk due to widespread Redis usagePotential loss of trust in cloud securityIf credentials/IAM tokens are stolen
DATA BREACH
Redis database contentsHost system filesCloud credentials (e.g., IAM tokens)Sensitivity Of Data: High (potential for credential theft and lateral movement)Data Exfiltration: Possible (noted as a risk by Wiz researchers)Personally Identifiable Information: Possible (if stored in Redis)

Frequently Asked Questions

?
What is the current A.I Rankiteo Cyber Score for Redis ?
?
What was Redis's A.I Rankiteo Cyber Score in July 2026 ?
?
What was Redis's A.I Rankiteo Cyber Score in June 2026 ?
?
What was Redis's A.I Rankiteo Cyber Score in May 2026 ?
?
What was Redis's A.I Rankiteo Cyber Score in April 2026 ?
?
What was Redis's A.I Rankiteo Cyber Score in March 2026 ?
?
What was Redis's A.I Rankiteo Cyber Score in February 2026 ?
?
What was Redis's A.I Rankiteo Cyber Score in January 2026 ?
?
What was Redis's A.I Rankiteo Cyber Score in December 2025 ?
?
What was Redis's A.I Rankiteo Cyber Score in November 2025 ?
?
What was Redis's A.I Rankiteo Cyber Score in October 2025 ?
?
What was Redis's A.I Rankiteo Cyber Score in September 2025 ?
?
What is the average per-incident point impact on Redis's A.I Rankiteo Cyber Score over the past 12 months ?
?
Where can I access detailed records of all cyber incidents associated with Redis ?
?
Where can I find a summary of the A.I Rankiteo Risk Scoring methodology ?
?
Where can I view Redis's profile page on Rankiteo ?
?
How accurate is the A.I Rankiteo Risk Scoring methodology ?
Redis Cyber Scoring History | Rankiteo