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

CVE-2025-13447: Progress LoadMaster API RCE Vulnerability

CVE-2025-13447 is a command injection RCE vulnerability in Progress LoadMaster API that allows authenticated attackers with User Administration permissions to execute arbitrary commands. This post covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-13447 Overview

CVE-2025-13447 is an OS Command Injection vulnerability affecting the API in Progress LoadMaster that enables authenticated attackers with "User Administration" permissions to execute arbitrary commands on the LoadMaster appliance. The vulnerability exists due to unsanitized input handling in the API input parameters, allowing attackers to inject and execute malicious system commands.

Critical Impact

Authenticated attackers with administrative privileges can achieve complete system compromise through arbitrary command execution on the LoadMaster appliance, potentially affecting network load balancing operations and connected systems.

Affected Products

  • Progress LoadMaster
  • Progress MOVEit WAF
  • Progress ECS Connection Manager
  • Progress Connection Manager for ObjectScale

Discovery Timeline

  • January 13, 2026 - CVE-2025-13447 published to NVD
  • January 13, 2026 - Last updated in NVD database

Technical Details for CVE-2025-13447

Vulnerability Analysis

This vulnerability represents a classic OS command injection flaw where user-controlled input reaches system command execution functions without proper sanitization. The attack requires an authenticated user with "User Administration" permissions, which provides some level of access control. However, the scope change characteristic indicates that successful exploitation can impact resources beyond the vulnerable component's security scope, potentially affecting other systems or components managed by the LoadMaster appliance.

The vulnerability is exploitable from an adjacent network, meaning attackers must have network adjacency to the target system rather than remote internet access. This typically implies the attacker needs to be on the same network segment or have achieved initial access to the internal network. Despite requiring high privileges, the low attack complexity and absence of user interaction requirements make this vulnerability particularly dangerous in environments where administrative access may be shared or compromised.

Root Cause

The root cause of CVE-2025-13447 lies in insufficient input validation and sanitization of API parameters before they are passed to system shell commands. The LoadMaster API accepts user input that is subsequently incorporated into operating system commands without adequate escaping or filtering of shell metacharacters. This allows specially crafted input containing command separators (such as ;, |, &&, or backticks) to break out of the intended command context and execute attacker-controlled commands with the privileges of the web application or underlying service.

Attack Vector

The attack leverages the adjacent network attack vector, requiring the attacker to be positioned on the same network segment as the LoadMaster appliance. An authenticated attacker with "User Administration" permissions crafts malicious API requests containing shell metacharacters and command payloads within the vulnerable input parameters.

When the API processes these requests, the unsanitized input is concatenated directly into system commands, causing the injected payload to execute. Since the vulnerability has a changed scope, successful exploitation can lead to command execution that affects the underlying operating system, potentially compromising network traffic handling, load balancing configurations, and other connected infrastructure components.

The exploitation mechanism typically involves identifying API endpoints that accept user input and pass it to backend shell commands. Attackers inject payloads using common command injection techniques to achieve arbitrary command execution.

Detection Methods for CVE-2025-13447

Indicators of Compromise

  • Unusual API requests to LoadMaster administrative endpoints containing shell metacharacters such as ;, |, &&, $(), or backticks
  • Unexpected process spawning from the LoadMaster web application or API service processes
  • Anomalous outbound network connections from the LoadMaster appliance to external hosts
  • Creation of unauthorized user accounts or modification of system configurations on the appliance

Detection Strategies

  • Monitor LoadMaster API access logs for requests containing command injection payloads or unusual parameter values
  • Deploy network intrusion detection systems (IDS) with signatures for command injection patterns targeting Progress products
  • Implement application-level monitoring to detect process execution anomalies from web service contexts
  • Review authentication logs for unusual "User Administration" account activity or access from unexpected sources

Monitoring Recommendations

  • Enable comprehensive logging on LoadMaster appliances including API request logging and system command execution auditing
  • Configure SIEM correlation rules to alert on patterns indicative of command injection attempts
  • Monitor process creation events on LoadMaster systems for unexpected child processes of web services
  • Establish baseline behavior for administrative API usage and alert on deviations

How to Mitigate CVE-2025-13447

Immediate Actions Required

  • Apply the latest security patches from Progress for LoadMaster, MOVEit WAF, ECS Connection Manager, and Connection Manager for ObjectScale
  • Review and audit all accounts with "User Administration" permissions, removing unnecessary access
  • Implement network segmentation to restrict access to LoadMaster administrative interfaces
  • Enable additional logging and monitoring on affected systems pending patch deployment

Patch Information

Progress has released security advisories addressing CVE-2025-13447 across multiple affected products. Organizations should review the relevant security bulletins for their specific deployments:

  • LoadMaster Security Advisory
  • MOVEit WAF Security Advisory
  • ECS Connection Manager Security Advisory
  • Connection Manager for ObjectScale Security Advisory

Workarounds

  • Restrict network access to the LoadMaster API to only trusted administrative workstations using firewall rules or access control lists
  • Implement strict access controls limiting "User Administration" permissions to essential personnel only
  • Deploy a web application firewall (WAF) in front of the LoadMaster management interface to filter command injection attempts
  • Consider temporarily disabling API access if not operationally required until patches can be applied
bash
# Example: Restrict API access via firewall (adjust IP ranges for your environment)
# Allow only trusted admin subnet to access LoadMaster management port
iptables -A INPUT -p tcp --dport 443 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -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/TechProgress Loadmaster

  • SeverityHIGH

  • CVSS Score8.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • Technical References
  • Progress Security Advisory CVE-2025-13444, 13447

  • Progress Security Advisory CVE-2025-13444, 13447

  • Progress Security Advisory CVE-2025-13444, 13447

  • Progress Security Advisory CVE-2025-13444, 13447
  • Related CVEs
  • CVE-2025-13444: Progress LoadMaster API RCE Vulnerability

  • CVE-2024-1212: Progress LoadMaster RCE Vulnerability

  • CVE-2024-8755: Progress LoadMaster RCE Vulnerability

  • CVE-2025-1758: Progress Loadmaster Buffer Overflow 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