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-2023-31655

CVE-2023-31655: Redis Denial of Service Vulnerability

CVE-2023-31655 is a denial of service flaw in Redis v7.0.10 caused by a segmentation violation that allows attackers to crash the service. This article covers the technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-31655 Overview

CVE-2023-31655 is a Denial of Service (DoS) vulnerability affecting Redis version 7.0.10. The vulnerability stems from a segmentation violation that can be triggered by remote attackers through unspecified vectors, potentially causing service disruption and availability issues for Redis deployments.

Critical Impact

This vulnerability allows unauthenticated remote attackers to cause a Denial of Service condition by triggering a segmentation fault in Redis, leading to service crashes and potential data availability issues.

Affected Products

  • Redis 7.0.10
  • Redis deployments using RedisRaft module
  • NetApp products incorporating vulnerable Redis versions

Discovery Timeline

  • May 18, 2023 - CVE-2023-31655 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-31655

Vulnerability Analysis

This vulnerability is classified as a Denial of Service (DoS) issue caused by a segmentation violation (segfault) within Redis 7.0.10. A segmentation violation occurs when a program attempts to access a memory location that it is not permitted to access, or attempts to access memory in a way that is not allowed. In the context of Redis, this type of memory access violation causes the Redis server process to crash, immediately terminating all client connections and disrupting data operations.

The vulnerability is particularly concerning because it can be triggered remotely over the network without requiring authentication or user interaction. This makes it an attractive target for attackers seeking to disrupt Redis-based infrastructure, including caching layers, session stores, and real-time data processing systems.

Root Cause

The root cause of this vulnerability is a memory access violation within Redis 7.0.10 that leads to a segmentation fault. While the specific code path triggering the segfault has not been fully disclosed in public advisories, segmentation violations in database systems typically arise from improper pointer handling, boundary condition errors, or race conditions in memory management routines. The vulnerability appears to be related to the RedisRaft module based on the associated GitHub issue tracking.

Attack Vector

The attack vector for CVE-2023-31655 is network-based, requiring no privileges or user interaction to exploit. An attacker with network access to a vulnerable Redis instance can send specially crafted requests that trigger the segmentation violation, causing the Redis server to crash. This can be executed remotely against any exposed Redis service running the affected version.

The exploitation mechanism involves sending requests that cause Redis to access invalid memory regions, resulting in a SIGSEGV signal and process termination. The specific request format or command sequence that triggers this condition has not been publicly documented, which may limit widespread exploitation but does not eliminate the risk.

Detection Methods for CVE-2023-31655

Indicators of Compromise

  • Redis server processes terminating unexpectedly with segmentation fault signals (SIGSEGV)
  • Core dump files generated from Redis crashes in system log directories
  • Repeated Redis service restarts in monitoring systems
  • Anomalous network traffic patterns targeting Redis ports (default: 6379)

Detection Strategies

  • Monitor system logs for Redis process crashes and segmentation fault events
  • Configure Redis to generate core dumps and analyze them for crash signatures
  • Implement network monitoring to detect unusual connection patterns to Redis services
  • Deploy intrusion detection rules to identify potential exploitation attempts against Redis

Monitoring Recommendations

  • Enable Redis logging at DEBUG level during investigation periods to capture detailed operation traces
  • Configure monitoring alerts for Redis process availability and unexpected restarts
  • Implement health checks that verify Redis responsiveness and memory state
  • Review Redis slow log and client connection logs for anomalous commands or connection sources

How to Mitigate CVE-2023-31655

Immediate Actions Required

  • Upgrade Redis to a patched version beyond 7.0.10 where the segmentation violation has been addressed
  • Restrict network access to Redis instances using firewall rules and network segmentation
  • Enable Redis authentication using the requirepass configuration directive
  • Consider placing Redis behind a proxy or application layer that can filter malicious requests

Patch Information

Redis users should upgrade to a patched version that addresses this segmentation violation. Consult the GitHub Issue Discussion for technical details on the fix and the NetApp Security Advisory for guidance on affected NetApp products. Always verify the integrity of downloaded packages and test upgrades in a staging environment before deploying to production.

Workarounds

  • Implement network-level access controls to limit Redis exposure to trusted clients only
  • Deploy Redis behind a reverse proxy or load balancer with request filtering capabilities
  • Configure Redis protected mode and bind to specific interfaces rather than all network interfaces
  • Enable Redis TLS encryption to add an additional layer of connection security
  • Implement rate limiting on connections to Redis to mitigate potential DoS attack impact
bash
# Configuration example - Redis security hardening
# Edit redis.conf to implement protective measures

# Bind to specific interface only (not 0.0.0.0)
bind 127.0.0.1 192.168.1.100

# Enable protected mode
protected-mode yes

# Require authentication
requirepass your_strong_password_here

# Rename dangerous commands
rename-command FLUSHALL ""
rename-command CONFIG ""
rename-command DEBUG ""

# Set connection limits
maxclients 1000
timeout 300

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechRedis

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.48%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • NetApp Security Advisory
  • Vendor Resources
  • GitHub Issue Discussion
  • 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