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

CVE-2026-25762: AdonisJS Bodyparser DoS Vulnerability

CVE-2026-25762 is a denial of service vulnerability in AdonisJS bodyparser that allows unbounded memory consumption during file uploads. This post explains its impact, affected versions, and mitigation steps.

Published: February 13, 2026

CVE-2026-25762 Overview

A denial of service (DoS) vulnerability exists in the multipart file handling logic of @adonisjs/bodyparser, a component of the AdonisJS TypeScript-first web framework. When processing file uploads, the multipart parser may accumulate an unbounded amount of data in memory while attempting to detect file types, potentially leading to excessive memory consumption and process termination. This vulnerability allows remote attackers to cause service disruption without requiring authentication.

Critical Impact

Remote attackers can exhaust server memory by sending specially crafted multipart file uploads, causing application crashes and denial of service conditions that affect all users of the targeted AdonisJS application.

Affected Products

  • @adonisjs/bodyparser versions prior to 10.1.3
  • @adonisjs/bodyparser versions prior to 11.0.0-next.9
  • AdonisJS applications using vulnerable bodyparser versions

Discovery Timeline

  • February 6, 2026 - CVE-2026-25762 published to NVD
  • February 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-25762

Vulnerability Analysis

This vulnerability falls under CWE-400 (Uncontrolled Resource Consumption) and affects the multipart file handling functionality in AdonisJS bodyparser. The core issue lies in how the parser handles file type detection during multipart form data processing. When files are uploaded, the parser reads data into memory buffers to perform file type detection (magic byte analysis). However, the implementation lacks proper bounds checking on the amount of data accumulated during this detection phase.

An attacker can exploit this by sending multipart requests with malformed or excessively large file segments. The parser continues to buffer incoming data without enforcing memory limits, leading to unbounded memory growth. In high-traffic scenarios or with sustained attack traffic, this can quickly exhaust available system memory, causing the Node.js process to crash or be terminated by the operating system's out-of-memory killer.

Root Cause

The root cause is improper resource consumption controls in the multipart parser's file type detection routine. The parser lacks adequate memory bounds checking when buffering file content for type detection, allowing attackers to force unbounded memory allocation through malicious file upload requests.

Attack Vector

The vulnerability is exploitable over the network without any authentication or user interaction. An attacker sends specially crafted multipart HTTP requests to any endpoint that accepts file uploads. The attack can be amplified by sending multiple concurrent requests, rapidly exhausting server resources. The attack targets the availability of the application, with no impact on confidentiality or integrity of data.

The exploitation mechanism involves sending multipart form data where file segments are designed to maximize memory consumption during the type detection phase. Since no authentication is required and the attack can be performed remotely, any publicly accessible AdonisJS application with file upload functionality is potentially vulnerable.

Detection Methods for CVE-2026-25762

Indicators of Compromise

  • Abnormal memory consumption spikes correlated with file upload activity
  • Node.js process crashes with out-of-memory errors
  • Increased frequency of multipart POST requests from single or few IP addresses
  • Application unresponsiveness or slow response times during file upload operations

Detection Strategies

  • Monitor Node.js process memory usage and alert on unusual growth patterns
  • Implement rate limiting on file upload endpoints to detect and throttle abuse
  • Analyze HTTP logs for patterns of large or malformed multipart requests
  • Deploy application performance monitoring (APM) to track resource usage during file processing

Monitoring Recommendations

  • Set up memory threshold alerts for Node.js processes handling file uploads
  • Monitor request patterns to file upload endpoints for anomalous behavior
  • Track HTTP 413 (Payload Too Large) and 5xx error rates that may indicate attack attempts
  • Review system logs for OOM killer activity targeting Node.js processes

How to Mitigate CVE-2026-25762

Immediate Actions Required

  • Update @adonisjs/bodyparser to version 10.1.3 or later for the stable branch
  • Update to version 11.0.0-next.9 or later if using the next/preview branch
  • Audit all AdonisJS applications for vulnerable bodyparser versions
  • Implement rate limiting on file upload endpoints as a defense-in-depth measure

Patch Information

The AdonisJS team has released patched versions that address this vulnerability. Users should update to:

  • Stable branch: v10.1.3
  • Next branch: v11.0.0-next.9

For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-xx9g-fh25-4q64.

Workarounds

  • Implement upstream load balancer or reverse proxy limits on request body sizes
  • Configure web application firewall (WAF) rules to limit multipart request sizes
  • Deploy rate limiting at the infrastructure level for file upload endpoints
  • Consider temporarily disabling file upload functionality if patching is not immediately possible
bash
# Update @adonisjs/bodyparser to patched version
npm update @adonisjs/bodyparser

# Or install specific patched version
npm install @adonisjs/bodyparser@10.1.3

# Verify installed version
npm list @adonisjs/bodyparser

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechAdonisjs

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.02%

  • 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-400
  • Technical References
  • GitHub BodyParser Release v10.1.3

  • GitHub BodyParser Release v11.0.0-next.9

  • GitHub Security Advisory GHSA-xx9g-fh25-4q64
  • Related CVEs
  • CVE-2026-40255: AdonisJS HTTP Server CSRF Vulnerability

  • CVE-2026-25754: AdonisJS Prototype Pollution Vulnerability

  • CVE-2026-21440: AdonisJS 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