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-24814

CVE-2026-24814: Swoole Buffer Overflow Vulnerability

CVE-2026-24814 is a buffer overflow flaw in Swoole swoole-src affecting the hiredis module. This integer overflow vulnerability impacts versions before 6.0.2. This article covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2026-24814 Overview

An Integer Overflow or Wraparound vulnerability exists in swoole swoole-src within the thirdparty/hiredis modules. This vulnerability is associated with the program file sds.c and affects swoole-src versions prior to 6.0.2. The integer overflow condition can lead to memory corruption, potentially enabling remote attackers to execute arbitrary code or cause denial of service conditions on affected systems.

Critical Impact

This vulnerability carries a maximum CVSS 4.0 score of 10.0, indicating potential for complete system compromise via network-based attacks requiring no authentication or user interaction.

Affected Products

  • swoole/swoole-src versions before 6.0.2
  • Applications utilizing the thirdparty/hiredis modules in swoole-src
  • PHP applications with Swoole extension using vulnerable versions

Discovery Timeline

  • 2026-01-27 - CVE-2026-24814 published to NVD
  • 2026-01-27 - Last updated in NVD database

Technical Details for CVE-2026-24814

Vulnerability Analysis

This vulnerability is classified as CWE-190: Integer Overflow or Wraparound. The flaw exists within the sds.c file, which is part of the hiredis third-party library bundled with swoole-src. Integer overflow vulnerabilities in string handling libraries like SDS (Simple Dynamic Strings) are particularly dangerous because they can lead to undersized buffer allocations. When a subsequent operation writes more data than the allocated buffer can hold, heap corruption occurs, potentially allowing an attacker to overwrite critical memory structures.

The network-accessible attack vector combined with no required privileges or user interaction makes this vulnerability highly exploitable in production environments where Swoole-based PHP applications are deployed.

Root Cause

The root cause is improper handling of integer arithmetic in the sds.c file within the hiredis module. When calculating buffer sizes for string operations, the code fails to properly validate that the result of arithmetic operations does not exceed the maximum representable integer value. When an overflow occurs, the calculation wraps around to a smaller value, leading to an undersized memory allocation that can be subsequently overflowed.

Attack Vector

The vulnerability is exploitable over the network without authentication. An attacker can craft malicious requests that trigger the integer overflow condition in the SDS string handling routines. The attack does not require any user interaction, making it suitable for automated exploitation. Given the widespread use of Swoole as a high-performance networking framework for PHP, exposed applications present attractive targets for remote attackers seeking to achieve code execution or disrupt services.

The vulnerability mechanism involves crafting input that causes an integer overflow during buffer size calculations in the sds.c string handling routines. When the calculated size wraps around to a smaller value, subsequent memory operations can corrupt adjacent heap memory. For detailed technical analysis, refer to the GitHub Pull Request #5698 which contains the security fix.

Detection Methods for CVE-2026-24814

Indicators of Compromise

  • Unexpected crashes or segmentation faults in Swoole-based PHP applications
  • Abnormal memory consumption patterns in applications using swoole-src
  • Heap corruption errors in application logs related to string operations
  • Unusual network traffic patterns attempting to send oversized or malformed requests

Detection Strategies

  • Monitor application logs for segmentation faults or memory corruption errors in Swoole processes
  • Implement network intrusion detection rules to identify abnormally large or malformed requests targeting Swoole applications
  • Use memory sanitizers (AddressSanitizer, Valgrind) in development environments to detect integer overflow conditions
  • Conduct version auditing to identify swoole-src installations running versions prior to 6.0.2

Monitoring Recommendations

  • Enable verbose logging for Swoole worker processes to capture crash details
  • Deploy application performance monitoring to detect anomalous behavior patterns
  • Implement heap integrity monitoring where available in production environments
  • Set up alerts for unexpected process restarts or crash loops in Swoole-based services

How to Mitigate CVE-2026-24814

Immediate Actions Required

  • Upgrade swoole-src to version 6.0.2 or later immediately
  • Review and audit all applications using swoole-src for exposure to untrusted network input
  • Implement network-level controls to limit access to Swoole-based services where possible
  • Consider temporarily disabling affected services if immediate patching is not feasible

Patch Information

The vulnerability has been addressed in swoole-src version 6.0.2. The fix is available in the GitHub Pull Request #5698. Organizations should update their swoole-src installations to version 6.0.2 or later to remediate this vulnerability. If using Composer or PECL for package management, ensure dependencies are updated to pull the patched version.

Workarounds

  • Restrict network access to Swoole-based applications using firewall rules or network segmentation
  • Implement input validation and size limits at the application or reverse proxy layer
  • Deploy a web application firewall (WAF) with rules to detect and block oversized or malformed requests
  • If possible, disable or isolate hiredis-dependent functionality until patching can be completed
bash
# Update swoole-src via PECL
pecl upgrade swoole

# Or update via Composer if using swoole as a dependency
composer update swoole/swoole

# Verify installed version
php --ri swoole | grep "Version"

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechSwoole

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:Y/R:U/V:C/RE:L/U:Red
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Technical References
  • GitHub Pull Request
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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