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

CVE-2025-13444: Progress LoadMaster API RCE Vulnerability

CVE-2025-13444 is an OS command injection RCE flaw in Progress LoadMaster API that allows authenticated attackers with User Administration permissions to execute arbitrary commands. This article covers technical details.

Updated: January 22, 2026

CVE-2025-13444 Overview

CVE-2025-13444 is an OS Command Injection vulnerability affecting the API in Progress LoadMaster and related products. This vulnerability allows an authenticated attacker with "User Administration" permissions to execute arbitrary commands on the LoadMaster appliance by exploiting unsanitized input in the API input parameters. The flaw represents a significant security risk as it enables remote code execution on affected appliances within the network environment.

Critical Impact

Authenticated attackers with administrative privileges can achieve full system compromise through arbitrary command execution, potentially leading to complete infrastructure takeover.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2025-13444

Vulnerability Analysis

This vulnerability stems from insufficient input validation in the Progress LoadMaster API interface. When processing API requests, the application fails to properly sanitize user-supplied input before incorporating it into system commands. An attacker with "User Administration" permissions can craft malicious API requests containing command injection payloads that are subsequently executed with the privileges of the underlying system process.

The attack requires adjacent network access and high-level privileges, specifically "User Administration" permissions. However, once these prerequisites are met, the exploitation is straightforward with no user interaction required. The scope is changed, meaning successful exploitation can impact resources beyond the vulnerable component's security scope, potentially compromising confidentiality, integrity, and availability of the entire appliance and connected systems.

Root Cause

The root cause of CVE-2025-13444 is improper input sanitization within the API parameter handling logic. The application constructs operating system commands using user-controllable input without adequate validation or escaping of shell metacharacters. This allows specially crafted input containing command separators (such as semicolons, pipes, or backticks) to break out of the intended command context and inject arbitrary commands.

Attack Vector

The attack is conducted over an adjacent network, requiring the attacker to have authenticated access with "User Administration" privileges. The exploitation flow involves:

  1. Authenticating to the LoadMaster management interface with User Administration credentials
  2. Sending a crafted API request with malicious command injection payloads embedded in input parameters
  3. The vulnerable API endpoint processes the input without proper sanitization
  4. The injected commands are executed on the underlying operating system with the application's privileges

The vulnerability does not require user interaction and has low attack complexity once the attacker has the necessary access level. Technical details regarding specific exploitation techniques should be reviewed in the Progress LoadMaster Advisory.

Detection Methods for CVE-2025-13444

Indicators of Compromise

  • Unusual or unexpected API calls to LoadMaster management endpoints from internal network segments
  • Presence of shell metacharacters (;, |, `, $()) in API request logs
  • Unexpected process spawning or child processes originating from LoadMaster application processes
  • Unauthorized configuration changes or new administrative accounts

Detection Strategies

  • Implement deep packet inspection for API traffic targeting LoadMaster management interfaces
  • Configure SIEM rules to alert on API requests containing common command injection patterns
  • Monitor for anomalous behavior from accounts with "User Administration" privileges
  • Enable detailed audit logging on LoadMaster appliances to capture all API interactions

Monitoring Recommendations

  • Review API access logs regularly for signs of malicious input or exploitation attempts
  • Implement network segmentation monitoring to detect lateral movement from compromised appliances
  • Deploy behavioral analytics to identify unusual administrative actions
  • Establish baseline behavior for User Administration accounts and alert on deviations

How to Mitigate CVE-2025-13444

Immediate Actions Required

  • Apply the latest security patches from Progress Software for all affected products immediately
  • Audit all accounts with "User Administration" permissions and remove unnecessary access
  • Restrict network access to LoadMaster management interfaces to trusted administrative segments only
  • Review API access logs for signs of previous exploitation attempts

Patch Information

Progress Software has released security advisories addressing this vulnerability. Organizations should immediately apply the available patches by consulting the following vendor resources:

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

Workarounds

  • Implement strict network access controls limiting API access to trusted IP addresses only
  • Enforce multi-factor authentication for all administrative accounts
  • Consider temporarily disabling User Administration functionality until patches are applied
  • Deploy a Web Application Firewall (WAF) with command injection detection rules in front of management interfaces
bash
# Example network access restriction (firewall rule)
# Restrict LoadMaster management API access to specific admin subnet
iptables -A INPUT -p tcp --dport 443 -s 10.0.100.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 Connection Manager Advisory

  • Progress ECS Connection Manager Advisory

  • Progress LoadMaster Advisory

  • Progress MOVEit WAF Advisory
  • Related CVEs
  • CVE-2025-13447: 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