The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2026-21863

CVE-2026-21863: Valkey Clusterbus DOS Vulnerability

CVE-2026-21863 is a denial of service flaw in Valkey that allows attackers to crash the system via malicious clusterbus packets. This article covers the technical details, affected versions, and mitigation steps.

Published: February 27, 2026

CVE-2026-21863 Overview

CVE-2026-21863 is an out-of-bounds read vulnerability affecting Valkey, a distributed key-value database. A malicious actor with access to the Valkey clusterbus port can send a specially crafted invalid packet that triggers an out-of-bounds read operation, potentially causing the system to crash. The vulnerability exists because the clusterbus packet processing code fails to validate that a ping extension packet is located within the buffer boundaries of the clusterbus packet before attempting to read it.

Critical Impact

This vulnerability enables remote denial of service attacks against Valkey cluster deployments. Attackers with network access to the clusterbus port can crash affected systems without authentication, potentially disrupting distributed database operations and dependent applications.

Affected Products

  • Valkey versions prior to 9.0.2
  • Valkey versions prior to 8.1.6
  • Valkey versions prior to 8.0.7
  • Valkey versions prior to 7.2.12

Discovery Timeline

  • 2026-02-23 - CVE-2026-21863 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-21863

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), a memory corruption vulnerability that occurs when software reads data past the end or before the beginning of an intended buffer. In Valkey's case, the clusterbus component—responsible for inter-node communication in clustered deployments—lacks proper boundary validation when processing ping extension packets.

The attack can be executed remotely over the network without requiring any privileges or user interaction. While the vulnerability does not enable data exfiltration or code execution, it poses a significant availability risk. Successful exploitation results in system crashes, which can cascade across a Valkey cluster and disrupt database operations for dependent applications.

Root Cause

The root cause is insufficient input validation in the clusterbus packet processing code. When Valkey receives a clusterbus ping extension packet, the code attempts to read packet contents without first verifying that the extension data falls within the allocated buffer boundaries. This missing bounds check allows an attacker to craft packets that cause the server to read memory outside the designated buffer area.

Attack Vector

The attack requires network access to the Valkey clusterbus port. An attacker sends a malformed clusterbus packet containing a ping extension that references memory locations outside the valid buffer range. When Valkey processes this packet, it performs an out-of-bounds read operation. This memory access violation can cause the server process to crash, resulting in denial of service.

The attack is network-based and requires no authentication, making any exposed clusterbus port a potential target. The clusterbus port is typically used for internal cluster communication and should not be exposed to untrusted networks.

Detection Methods for CVE-2026-21863

Indicators of Compromise

  • Unexpected Valkey server crashes or process terminations
  • Segmentation fault errors in Valkey logs related to clusterbus operations
  • Anomalous network traffic patterns targeting the clusterbus port
  • Repeated connection attempts from unknown sources to cluster communication ports

Detection Strategies

  • Monitor Valkey cluster nodes for unexpected process crashes or restarts
  • Implement network intrusion detection rules to identify malformed clusterbus packets
  • Set up alerting for segmentation faults or memory access violations in Valkey processes
  • Track connection attempts to clusterbus ports from non-cluster IP addresses

Monitoring Recommendations

  • Deploy network monitoring on clusterbus ports to detect suspicious traffic patterns
  • Configure log aggregation to correlate crash events across cluster nodes
  • Implement health checks that alert on repeated node failures within short time windows
  • Review firewall logs for unauthorized access attempts to internal cluster ports

How to Mitigate CVE-2026-21863

Immediate Actions Required

  • Upgrade Valkey to patched versions: 9.0.2, 8.1.6, 8.0.7, or 7.2.12
  • Restrict network access to clusterbus ports using firewalls or network ACLs
  • Ensure clusterbus ports are not exposed to untrusted networks or end users
  • Implement network segmentation to isolate cluster communication traffic

Patch Information

The Valkey project has released security patches addressing this vulnerability. Users should upgrade to the following fixed versions based on their current deployment:

  • Version 9.x: Upgrade to 9.0.2 or later
  • Version 8.1.x: Upgrade to 8.1.6 or later
  • Version 8.0.x: Upgrade to 8.0.7 or later
  • Version 7.2.x: Upgrade to 7.2.12 or later

For complete details on the security fix, refer to the Valkey Security Advisory on GitHub.

Workarounds

  • Implement network ACLs to restrict clusterbus port access to trusted cluster nodes only
  • Place Valkey cluster nodes behind a firewall that blocks external access to cluster communication ports
  • Use VPN or private network segments for inter-node cluster traffic
  • Monitor and alert on any connection attempts to clusterbus ports from non-whitelisted IP addresses
bash
# Example: Restrict clusterbus port access using iptables
# Allow only trusted cluster nodes to access the clusterbus port (default: 16379)
iptables -A INPUT -p tcp --dport 16379 -s <trusted_node_ip_1> -j ACCEPT
iptables -A INPUT -p tcp --dport 16379 -s <trusted_node_ip_2> -j ACCEPT
iptables -A INPUT -p tcp --dport 16379 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLfprojects Valkey

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.01%

  • 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
  • CWE-125
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27623: Lfprojects Valkey DoS Vulnerability

  • CVE-2025-67733: Lfprojects Valkey XSS Vulnerability
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