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

CVE-2026-25754: AdonisJS Prototype Pollution Vulnerability

CVE-2026-25754 is a prototype pollution vulnerability in AdonisJS multipart form-data parsing that enables attackers to manipulate object prototypes. This article covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2026-25754 Overview

CVE-2026-25754 is a prototype pollution vulnerability affecting AdonisJS, a TypeScript-first web framework. The vulnerability exists in the multipart form-data parsing component of the AdonisJS bodyparser module, allowing remote attackers to manipulate JavaScript object prototypes at runtime through specially crafted HTTP requests.

Prototype pollution is a class of vulnerabilities specific to JavaScript-based applications where an attacker can modify the prototype of base objects like Object.prototype. This can lead to application-wide security implications including authentication bypass, denial of service, and in some cases remote code execution depending on how the polluted properties are used downstream.

Critical Impact

Remote attackers can manipulate object prototypes through malicious multipart form-data requests, potentially affecting application behavior, bypassing security controls, or causing denial of service across the entire AdonisJS application.

Affected Products

  • AdonisJS bodyparser versions prior to 10.1.3
  • AdonisJS bodyparser versions prior to 11.0.0-next.9

Discovery Timeline

  • 2026-02-06 - CVE-2026-25754 published to NVD
  • 2026-02-09 - Last updated in NVD database

Technical Details for CVE-2026-25754

Vulnerability Analysis

This vulnerability is classified under CWE-1321 (Improperly Controlled Modification of Object Prototype Attributes). The flaw resides in how the AdonisJS bodyparser module processes multipart form-data submissions. When parsing incoming HTTP requests with multipart content, the parser fails to properly sanitize field names, allowing attackers to inject prototype pollution payloads.

The attack is network-based and requires no authentication or user interaction to exploit. An attacker can send crafted multipart form-data requests containing malicious field names such as __proto__, constructor, or prototype with arbitrary values. These values are then inadvertently assigned to the prototype chain of JavaScript objects, affecting all objects that inherit from the polluted prototype.

The impact includes potential confidentiality and integrity breaches across the affected application. Depending on how the application uses objects downstream, this could manifest as security control bypasses, unexpected application behavior, or information disclosure.

Root Cause

The root cause of this vulnerability is inadequate input validation in the multipart form-data parsing logic. The bodyparser module directly uses user-supplied field names as object property keys without filtering dangerous prototype-related properties. This allows specially crafted field names to modify the prototype chain rather than creating standard object properties.

JavaScript's prototype-based inheritance model means that modifications to Object.prototype propagate to all objects in the application, making this a particularly impactful vulnerability class in Node.js applications.

Attack Vector

The attack vector is network-based, exploiting HTTP multipart form-data requests. An attacker constructs a malicious HTTP POST request with Content-Type: multipart/form-data containing field names designed to target prototype properties.

When the vulnerable bodyparser processes this request, instead of creating a normal form field, it modifies the object prototype. Any subsequent code that checks for the existence of the polluted property or uses its value may behave unexpectedly.

For example, if an attacker pollutes a property used in authentication checks (such as isAdmin), the application might grant elevated privileges. If a property used in template rendering is polluted, it could lead to information disclosure or injection attacks.

For detailed technical information about this vulnerability and the specific code changes, refer to the GitHub Security Advisory GHSA-f5x2-vj4h-vg4c and the commit that addresses this issue.

Detection Methods for CVE-2026-25754

Indicators of Compromise

  • HTTP requests containing suspicious field names such as __proto__, constructor.prototype, or prototype in multipart form-data payloads
  • Unexpected properties appearing on JavaScript objects that were not explicitly set by application code
  • Anomalous application behavior following multipart form submissions
  • Web application firewall logs showing blocked requests with prototype pollution patterns

Detection Strategies

  • Deploy web application firewall rules to detect and block multipart requests containing __proto__, constructor, or prototype in field names
  • Implement application-level logging to capture and alert on suspicious form field names during request parsing
  • Use runtime application self-protection (RASP) solutions to monitor for prototype modifications at runtime
  • Configure SentinelOne Singularity to monitor Node.js applications for anomalous object prototype access patterns

Monitoring Recommendations

  • Enable detailed access logging on web servers and reverse proxies to capture full request bodies for forensic analysis
  • Monitor application error rates and unexpected behavior patterns that may indicate successful exploitation
  • Set up alerts for unusual traffic patterns targeting endpoints that accept multipart form-data
  • Review application logs for JavaScript errors that may indicate prototype pollution side effects

How to Mitigate CVE-2026-25754

Immediate Actions Required

  • Update AdonisJS bodyparser to version 10.1.3 or later for the stable branch
  • Update AdonisJS bodyparser to version 11.0.0-next.9 or later for the next branch
  • Audit application code for any custom multipart parsing logic that may have similar vulnerabilities
  • Deploy WAF rules to block prototype pollution attempts while patching is in progress

Patch Information

The AdonisJS team has released patched versions that address this prototype pollution vulnerability. The fix involves sanitizing field names during multipart form-data parsing to prevent prototype-related properties from being processed.

  • Stable Branch Fix: Version 10.1.3 - GitHub Release v11.0.0-next.9
  • Next Branch Fix: Version 11.0.0-next.9
  • Commit Reference:40e1c71f958cffb74f6b91bed6630dca979062ed

For complete details on the vulnerability and remediation, see the GitHub Security Advisory GHSA-f5x2-vj4h-vg4c.

Workarounds

  • Implement middleware to sanitize incoming request field names before they reach the bodyparser, stripping __proto__, constructor, and prototype properties
  • Use Object.create(null) for objects that store user-supplied data to create objects without a prototype chain
  • Deploy a reverse proxy or WAF with rules to filter requests containing prototype pollution payloads in multipart form-data
  • Consider using Object.freeze(Object.prototype) in non-production environments for testing, though this may break some legitimate functionality
bash
# Update AdonisJS bodyparser to patched version
npm update @adonisjs/bodyparser@10.1.3

# Or for next branch users
npm update @adonisjs/bodyparser@11.0.0-next.9

# 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
  • TypeOther

  • Vendor/TechAdonisjs

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1321
  • Technical References
  • GitHub Commit Changes

  • GitHub Release v11.0.0-next.9

  • GitHub Security Advisory GHSA-f5x2-vj4h-vg4c
  • Related CVEs
  • CVE-2026-40255: AdonisJS HTTP Server CSRF Vulnerability

  • CVE-2026-25762: AdonisJS Bodyparser DoS 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