Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2022-24736

CVE-2022-24736: Redis In-Memory Database DOS Vulnerability

CVE-2022-24736 is a denial of service vulnerability in Redis that allows attackers to crash the server via a malicious Lua script. This article covers the technical details, affected versions, and mitigation strategies.

Published: February 17, 2026

CVE-2022-24736 Overview

CVE-2022-24736 is a Null Pointer Dereference vulnerability affecting Redis, the popular in-memory database that persists on disk. Prior to versions 6.2.7 and 7.0.0, an attacker with the ability to execute Lua scripts can craft a specially designed script that triggers a NULL pointer dereference, causing the redis-server process to crash. This vulnerability enables a denial of service condition that can disrupt application availability for systems relying on Redis for caching, session management, or data storage.

Critical Impact

Attackers can crash Redis server instances by loading malicious Lua scripts, causing service disruption for dependent applications and potential data loss in non-persistent configurations.

Affected Products

  • Redis versions prior to 6.2.7 and 7.0.0 (including 7.0 RC1, RC2, RC3)
  • Fedora 34, 35, and 36 (containing vulnerable Redis packages)
  • NetApp Management Services for Element Software and NetApp HCI
  • Oracle Communications Operations Monitor versions 4.3, 4.4, and 5.0

Discovery Timeline

  • April 27, 2022 - CVE-2022-24736 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-24736

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference), which occurs when an application dereferences a pointer that it expects to be valid but is actually NULL. In the context of Redis, the Lua scripting engine processes user-supplied scripts to enable server-side logic execution. The vulnerability exists in the code path that handles specially crafted Lua scripts, where insufficient validation allows an attacker to trigger a code path that attempts to access memory through a NULL pointer.

When exploited, this causes an immediate crash of the redis-server process. While this vulnerability requires local access and low privileges to exploit, the impact on availability is high as it can completely halt Redis service operations without affecting confidentiality or integrity.

Root Cause

The root cause lies in insufficient input validation within Redis's Lua script processing engine. When parsing and executing certain malformed Lua script constructs, the code fails to properly check for NULL pointers before dereferencing them. This oversight allows attackers to craft Lua scripts that force the execution path into a state where a NULL pointer is accessed, immediately terminating the process.

The fix implemented in GitHub Pull Request #10651 adds proper NULL checks and validation to prevent the dereferencing of invalid pointers during Lua script execution.

Attack Vector

The attack requires local access to the Redis server with sufficient privileges to execute Lua scripts. An attacker can exploit this vulnerability through:

  1. Direct Script Loading: Using the SCRIPT LOAD command to load a malicious Lua script into the Redis script cache
  2. Script Evaluation: Using the EVAL command to directly execute a crafted Lua script

The attacker must have network access to the Redis server and authentication credentials (if enabled). Once these prerequisites are met, the attacker can send the malicious script which, when processed, triggers the NULL pointer dereference and crashes the server.

The vulnerability mechanism centers on how Redis handles certain edge cases in Lua script parsing. When a specially crafted script is submitted, it causes the internal script processing logic to reach a code path where a pointer variable remains uninitialized or is set to NULL, yet is subsequently dereferenced. This results in immediate process termination. For detailed technical information, refer to the GitHub Security Advisory GHSA-3qpw-7686-5984.

Detection Methods for CVE-2022-24736

Indicators of Compromise

  • Unexpected redis-server process crashes or restarts in system logs
  • Presence of unusual SCRIPT LOAD or EVAL commands in Redis audit logs
  • Segmentation fault (SIGSEGV) entries in system logs associated with redis-server
  • Spike in Redis connection attempts followed by immediate service failures

Detection Strategies

  • Monitor Redis command logs for SCRIPT LOAD and EVAL commands from unexpected sources or with unusual patterns
  • Implement process monitoring to detect unexpected redis-server terminations and rapid restart cycles
  • Configure Redis slowlog and monitor for anomalous Lua script execution patterns
  • Deploy network intrusion detection rules to identify potentially malicious Lua script payloads

Monitoring Recommendations

  • Enable Redis ACL logging to track all script-related command execution
  • Configure centralized log collection for Redis server logs with alerting on crash events
  • Implement health checks that detect Redis service interruptions and alert operations teams
  • Monitor system-level signals (SIGSEGV, SIGABRT) for the redis-server process

How to Mitigate CVE-2022-24736

Immediate Actions Required

  • Upgrade Redis to version 6.2.7 or 7.0.0 or later immediately
  • If upgrade is not immediately possible, implement ACL rules to restrict SCRIPT LOAD and EVAL commands
  • Review and audit all users and applications with Redis script execution privileges
  • Ensure Redis instances are not exposed to untrusted networks

Patch Information

Redis has released patched versions that address this vulnerability:

  • Redis 6.2.7: GitHub Release 6.2.7 - Stable release with fix
  • Redis 7.0.0: GitHub Release 7.0.0 - Major version with fix included

The fix is tracked in GitHub Pull Request #10651. Additional vendor-specific patches are available from Fedora Package Announcements, NetApp Security Advisory, and Oracle CPU July 2022.

Workarounds

  • If Lua scripting is not required, block access to SCRIPT LOAD and EVAL commands using Redis ACL rules
  • Implement network segmentation to restrict Redis access to trusted application servers only
  • Enable Redis authentication (requirepass) if not already configured
  • Consider using Redis Sentinel or Cluster mode for high availability to minimize impact of individual instance crashes
bash
# Redis ACL configuration to block Lua scripting commands
# Add to redis.conf or execute via CONFIG SET

# Create a restricted user that cannot execute scripting commands
ACL SETUSER restricted_user on >password ~* +@all -SCRIPT -EVAL -EVALSHA

# Alternatively, modify the default user to block scripting
ACL SETUSER default on nopass ~* +@all -SCRIPT -EVAL -EVALSHA

# Verify ACL configuration
ACL LIST

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechRedis

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability1.73%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • GitHub Pull Request

  • GitHub Release 6.2.7

  • GitHub Release 7.0.0

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202209-17

  • NetApp Security Advisory NTAP-20220715-0003
  • Vendor Resources
  • GitHub Security Advisory GHSA-3qpw-7686-5984

  • Oracle CPU July 2022 Alert
  • Related CVEs
  • CVE-2025-46819: Redis Database DoS Vulnerability

  • CVE-2025-21605: Redis Database DoS Vulnerability

  • CVE-2024-31228: Redis Database DOS Vulnerability

  • CVE-2025-48367: Redis Database DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English