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
    • 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-3519

CVE-2026-3519: Progress ADC LoadMaster RCE Vulnerability

CVE-2026-3519 is an OS command injection vulnerability in Progress ADC LoadMaster that allows authenticated attackers with VS Administration permissions to execute arbitrary commands. This article covers technical details, affected versions, impact, and mitigation steps.

Published: April 23, 2026

CVE-2026-3519 Overview

CVE-2026-3519 is an OS Command Injection vulnerability affecting Progress ADC Products, specifically the LoadMaster appliance. This vulnerability allows an authenticated attacker with "VS Administration" permissions to execute arbitrary commands on the LoadMaster appliance by exploiting unsanitized input in the aclcontrol command within the API.

Critical Impact

Authenticated attackers with administrative privileges can achieve full remote code execution on LoadMaster appliances, potentially compromising network traffic management and load balancing infrastructure.

Affected Products

  • Progress LoadMaster appliances
  • Progress ADC Products with vulnerable API implementations

Discovery Timeline

  • 2026-04-20 - CVE-2026-3519 published to NVD
  • 2026-04-20 - Last updated in NVD database

Technical Details for CVE-2026-3519

Vulnerability Analysis

This command injection vulnerability (CWE-77: Improper Neutralization of Special Elements used in a Command) exists within the API layer of Progress LoadMaster appliances. The vulnerability stems from insufficient input sanitization in the aclcontrol command handler, allowing specially crafted input to break out of the intended command context and execute arbitrary system commands.

The attack requires adjacent network access and high privileges ("VS Administration" permissions), but the scope is changed, meaning a successful exploit can impact resources beyond the vulnerable component's security scope. This allows attackers to potentially pivot to other systems or access sensitive data managed by the load balancer.

Root Cause

The root cause is improper neutralization of special elements in the aclcontrol command parameter processing. User-supplied input is passed directly to system command execution without adequate sanitization or validation, allowing command separator characters and shell metacharacters to inject additional commands.

Attack Vector

The attack requires adjacent network access to the LoadMaster management interface. An attacker must first authenticate with "VS Administration" permissions, then submit malicious input through the API's aclcontrol functionality. The unsanitized input allows injection of arbitrary OS commands that execute with the privileges of the LoadMaster service process.

The vulnerability manifests in the API's handling of ACL control operations. Attackers can append command separators (such as semicolons or backticks) followed by malicious commands to the expected input parameters. For detailed technical information, see the Progress LoadMaster Security Advisory.

Detection Methods for CVE-2026-3519

Indicators of Compromise

  • Unusual API requests to the aclcontrol endpoint containing shell metacharacters or command separators
  • Unexpected process spawning from LoadMaster service processes
  • Anomalous network connections originating from the LoadMaster appliance
  • Suspicious entries in LoadMaster logs indicating command injection attempts

Detection Strategies

  • Monitor API access logs for requests containing command injection patterns such as semicolons, backticks, pipe characters, or $(...) constructs
  • Implement network-based detection rules for command injection payloads targeting LoadMaster management interfaces
  • Deploy endpoint detection on management systems that access LoadMaster appliances to identify compromised administrator accounts
  • Review authentication logs for unusual "VS Administration" account activity

Monitoring Recommendations

  • Enable verbose logging on LoadMaster API endpoints and forward logs to a SIEM for analysis
  • Configure alerts for any command execution anomalies on LoadMaster appliances
  • Monitor for lateral movement attempts originating from LoadMaster network segments

How to Mitigate CVE-2026-3519

Immediate Actions Required

  • Apply the security patch from Progress Software immediately
  • Review and audit all accounts with "VS Administration" permissions
  • Restrict network access to the LoadMaster management interface to trusted administrator workstations only
  • Enable additional logging and monitoring on LoadMaster appliances pending patch deployment

Patch Information

Progress Software has released security updates addressing CVE-2026-3519. Organizations should review the Progress LoadMaster Security Advisory for specific patch versions and upgrade instructions applicable to their deployment.

Workarounds

  • Implement network segmentation to restrict access to LoadMaster management interfaces from adjacent network segments
  • Apply the principle of least privilege by reviewing and reducing the number of accounts with "VS Administration" permissions
  • Deploy web application firewall (WAF) rules to filter command injection patterns in API requests to LoadMaster management endpoints

Configuration hardening example - restrict management interface access:

bash
# Example: Restrict management access to specific administrator networks
# Apply these configurations according to your LoadMaster deployment
# Consult Progress documentation for exact syntax

# Limit management interface access to trusted IP ranges
# Review all "VS Administration" accounts and remove unnecessary privileges
# Enable audit logging for all API operations

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechProgress Adc

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.16%

  • 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
  • CWE References
  • CWE-77
  • Technical References
  • Progress LoadMaster Security Advisory
  • Related CVEs
  • CVE-2026-4048: Progress ADC RCE Vulnerability

  • CVE-2026-3518: Progress ADC RCE Vulnerability

  • CVE-2026-3517: Progress ADC RCE 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