CVE-2026-8037
Published: 04 June 2026
Summary
CVE-2026-8037 is a critical-severity Command Injection (CWE-77) vulnerability in Progress ADC Products (inferred from references). Its CVSS base score is 9.6 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 2.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-34260
Vulnerability details
OS Command Injection Remote Code Execution Vulnerability in API in Progress ADC Products allows an un-authenticated attacker to execute arbitrary commands on the LoadMaster appliance by exploiting unsanitized input in multiple command endpoints
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct unauthenticated RCE via command injection in public-facing API matches T1190 exactly; no specific interpreter or post-exploitation details for T1059 variants.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of all API inputs to block unsanitized command strings that enable the OS command injection.
Enforces authentication and authorization on the exposed command endpoints so unauthenticated attackers cannot reach them.
Restricts the privileges of the API process and LoadMaster service accounts so even a successful injection yields minimal system access.