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-2026-24825

CVE-2026-24825: YDB Platform Use-After-Free Vulnerability

CVE-2026-24825 is a use-after-free flaw in ydb-platform ydb affecting the contrib/libs/yajl modules. This memory management issue impacts versions through 24.4.4.2. This article covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2026-24825 Overview

CVE-2026-24825 is a memory leak vulnerability (CWE-401: Missing Release of Memory after Effective Lifetime) affecting ydb-platform ydb, specifically within the contrib/libs/yajl modules. The vulnerability is associated with the program file yail_tree.C and impacts ydb versions through 24.4.4.2.

This memory management flaw occurs when the application fails to properly release allocated memory after it is no longer needed, leading to gradual resource exhaustion over time.

Critical Impact

Attackers can exploit this memory leak vulnerability over the network without authentication to cause service degradation and potential denial of service conditions in ydb database instances.

Affected Products

  • ydb-platform ydb through version 24.4.4.2
  • contrib/libs/yajl modules
  • yail_tree.C program file

Discovery Timeline

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

Technical Details for CVE-2026-24825

Vulnerability Analysis

This vulnerability represents a classic memory leak condition where dynamically allocated memory is not properly freed after its effective lifetime has ended. In the context of the yajl (Yet Another JSON Library) modules within ydb, this typically occurs during JSON parsing operations where tree structures are built in memory.

When JSON data is processed through the affected yail_tree.C component, memory allocations for tree nodes and associated data structures may not be released when parsing completes or encounters errors. Over time, repeated operations cause memory consumption to grow unbounded, eventually exhausting available system resources.

The network-accessible nature of this vulnerability means that remote attackers can trigger the memory leak by sending crafted JSON payloads to ydb services, accelerating resource exhaustion without requiring any authentication.

Root Cause

The root cause lies in the yail_tree.C file within the contrib/libs/yajl modules, where memory allocated for JSON tree structures is not properly released during or after parsing operations. This is a CWE-401 weakness pattern where cleanup routines either fail to execute under certain code paths, or where references to allocated memory are lost before deallocation can occur.

Common causes for this type of vulnerability include:

  • Missing free() calls in error handling paths
  • Premature function returns without cleanup
  • Overwritten pointers causing memory reference loss
  • Incomplete cleanup during recursive tree traversal

Attack Vector

The attack vector is network-based, allowing remote exploitation without authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Connecting to the ydb service over the network
  2. Sending repeated JSON parsing requests with payloads designed to maximize memory allocation
  3. Observing gradual memory exhaustion on the target system
  4. Continuing until service degradation or denial of service occurs

The vulnerability affects availability by consuming memory resources, potentially impacting both the target system and downstream systems that depend on it.

Detection Methods for CVE-2026-24825

Indicators of Compromise

  • Gradual increase in memory consumption by ydb processes over time
  • Memory usage that does not decrease after processing completes
  • System logs indicating out-of-memory conditions in ydb services
  • Degraded performance of ydb database operations

Detection Strategies

  • Monitor ydb process memory usage for abnormal growth patterns
  • Implement alerting on memory thresholds for database processes
  • Review application logs for memory allocation failures or warnings
  • Deploy memory profiling tools to identify leak sources during testing

Monitoring Recommendations

  • Establish baseline memory consumption metrics for ydb instances
  • Configure automated alerts when memory usage exceeds defined thresholds
  • Implement periodic service restarts as a temporary mitigation until patching
  • Monitor network traffic for unusual JSON parsing request volumes

How to Mitigate CVE-2026-24825

Immediate Actions Required

  • Update ydb to a version beyond 24.4.4.2 that includes the memory leak fix
  • Review the GitHub Pull Request #17570 for patch details
  • Monitor memory usage on affected systems until patches are applied
  • Consider implementing rate limiting on JSON parsing endpoints

Patch Information

The fix for this vulnerability is tracked in GitHub Pull Request #17570. Organizations should update their ydb installations to incorporate this fix. The patch addresses the memory management issue in the yail_tree.C file within the contrib/libs/yajl modules.

Workarounds

  • Implement periodic scheduled restarts of ydb services to reclaim leaked memory
  • Apply rate limiting to reduce the frequency of JSON parsing operations
  • Monitor memory consumption and configure automatic service restarts when thresholds are exceeded
  • Isolate ydb instances with resource limits (cgroups, container memory limits) to prevent system-wide impact

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechYdb

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L/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:D/RE:L/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-401
  • Technical References
  • GitHub Pull Request
  • Latest CVEs
  • CVE-2025-11419: Keycloak TLS DoS Vulnerability

  • CVE-2025-13947: WebKitGTK Information Disclosure Flaw

  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan 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