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-2025-13590

CVE-2025-13590: WSO2 API Control Plane RCE Vulnerability

CVE-2025-13590 is a remote code execution vulnerability in WSO2 API Control Plane allowing admins to upload malicious files via REST API. This post covers the technical details, affected versions, security impact, and mitigation.

Published: February 20, 2026

CVE-2025-13590 Overview

CVE-2025-13590 is an arbitrary file upload vulnerability affecting multiple WSO2 products. A malicious actor with administrative privileges can upload an arbitrary file to a user-controlled location within the deployment via a system REST API. Successful exploitation of this vulnerability may lead to remote code execution, allowing attackers to upload specially crafted payloads and execute arbitrary code on the target system.

Critical Impact

Authenticated administrators can achieve remote code execution by uploading malicious files through the REST API, potentially compromising the entire WSO2 deployment and underlying infrastructure.

Affected Products

  • WSO2 API Control Plane versions 4.5.0 and 4.6.0
  • WSO2 API Manager versions 4.2.0, 4.3.0, 4.4.0, 4.5.0, and 4.6.0
  • WSO2 Traffic Manager versions 4.5.0 and 4.6.0
  • WSO2 Universal Gateway versions 4.5.0 and 4.6.0

Discovery Timeline

  • February 19, 2026 - CVE-2025-13590 published to NVD
  • February 19, 2026 - Last updated in NVD database

Technical Details for CVE-2025-13590

Vulnerability Analysis

This vulnerability exists in the system REST API of multiple WSO2 products, which fails to properly validate and restrict file uploads. The flaw allows authenticated administrators to upload files to arbitrary locations within the deployment directory structure. While exploitation requires administrative privileges, the ability to write arbitrary files to controlled locations creates a direct path to remote code execution.

The attack requires network access to the vulnerable REST API endpoint. Once an attacker with administrative credentials accesses the API, they can upload malicious files—such as web shells or backdoor scripts—to locations where they will be automatically executed by the application server or accessed through web requests.

Root Cause

The vulnerability stems from insufficient validation in the file upload functionality of the system REST API. The API fails to adequately restrict:

  1. The types of files that can be uploaded
  2. The destination paths where files can be written
  3. The content validation of uploaded files

This lack of proper input validation and path restrictions allows attackers to bypass intended security controls and place executable content in sensitive locations within the WSO2 deployment.

Attack Vector

The attack is network-based and follows this general pattern:

  1. An attacker obtains or compromises administrative credentials for the WSO2 platform
  2. The attacker identifies and accesses the vulnerable REST API endpoint
  3. A specially crafted payload (such as a JSP web shell) is uploaded through the API
  4. The file is written to a web-accessible or executable location within the deployment
  5. The attacker triggers execution of the uploaded payload, achieving remote code execution

The vulnerability mechanism involves improper file path and content validation in the REST API upload functionality. For detailed technical information, refer to the WSO2 Security Advisory WSO2-2025-4849.

Detection Methods for CVE-2025-13590

Indicators of Compromise

  • Unexpected files appearing in WSO2 deployment directories, particularly web-accessible locations
  • Unusual file extensions or suspicious file names in application directories (e.g., .jsp, .war, .sh)
  • Anomalous REST API calls to file upload endpoints from administrative accounts
  • Web shell signatures or backdoor files in the deployment structure

Detection Strategies

  • Monitor REST API audit logs for unusual file upload activities, especially to non-standard directories
  • Implement file integrity monitoring on WSO2 deployment directories to detect unauthorized file changes
  • Review administrative account activity for suspicious API interactions
  • Deploy web application firewalls (WAF) configured to detect file upload exploitation patterns

Monitoring Recommendations

  • Enable comprehensive logging for all REST API endpoints, particularly administrative functions
  • Configure alerts for file creation events in sensitive directories within the WSO2 deployment
  • Monitor for outbound network connections from the WSO2 application that may indicate command-and-control communication
  • Regularly audit administrative account access patterns and credentials

How to Mitigate CVE-2025-13590

Immediate Actions Required

  • Apply the security patches provided by WSO2 immediately for all affected product versions
  • Review and audit all administrative accounts and credentials for potential compromise
  • Conduct a security assessment of WSO2 deployments to identify any indicators of previous exploitation
  • Restrict network access to administrative REST API endpoints using firewalls or access control lists

Patch Information

WSO2 has released security updates addressing this vulnerability. Organizations should review the WSO2 Security Advisory WSO2-2025-4849 for specific patch versions and upgrade instructions for each affected product.

Affected versions requiring updates:

  • WSO2 API Control Plane: 4.5.0, 4.6.0
  • WSO2 API Manager: 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0
  • WSO2 Traffic Manager: 4.5.0, 4.6.0
  • WSO2 Universal Gateway: 4.5.0, 4.6.0

Workarounds

  • Implement strict network segmentation to limit access to administrative REST API endpoints
  • Enforce multi-factor authentication for all administrative accounts
  • Deploy a web application firewall with rules to inspect and block suspicious file upload requests
  • Regularly rotate administrative credentials and implement the principle of least privilege
bash
# Network-level restriction example for administrative API endpoints
# Restrict access to WSO2 admin APIs to trusted management networks only
iptables -A INPUT -p tcp --dport 9443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 9443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWso2 Api Control Plane

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • WSO2 Security Advisory WSO2-2025-4849
  • Related CVEs
  • CVE-2025-9312: WSO2 API Control Plane Auth Bypass Flaw
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