Progress Kemp LoadMaster CVE-2026-8037 pre-auth RCE
Summary
CVE-2026-8037 is a pre-authentication remote-code-execution vulnerability in Progress Kemp LoadMaster when the API is enabled. Progress disclosed the issue in a June 2026 LoadMaster security bulletin; watchTowr Labs published a technical analysis on June 29, 2026 showing how the bug can be driven through the /accessv2 API endpoint. On June 30, 2026, eSentire's Threat Response Unit reported active exploitation attempts that began June 29, 2026. CISA added the vulnerability to its Known Exploited Vulnerabilities catalog on August 7, 2026, with an August 10 federal remediation deadline.
watchTowr describes the flaw as an uninitialized-memory bug in LoadMaster's API credential handling, not a simple shell metacharacter escaping miss. An unauthenticated request can use the apiuser field, JSON heap spraying, and adjacent uninitialized heap content to smuggle a command-injection payload into the command constructed by the access executable.
Tags
- ops
- operations
- vulnerability
- edge appliance
- Progress Kemp LoadMaster
- Kemp LoadMaster
- CVE-2026-8037
- CVE-2026-33691
- pre-auth RCE
- unauthenticated RCE
- command injection
- uninitialized heap memory
- load balancer
- application delivery controller
- API exposure
- /accessv2
- watchTowr
- internet-facing appliance
- active exploitation
- exploitation attempts
- eSentire TRU
- 192.42.116.58
- 192.42.116.105
- 146.70.139.154
- incident response
- CISA KEV
- known exploited vulnerability
Why this matters
- Load balancers and application delivery controllers often sit at the network edge and terminate high-value application traffic; compromise can become an ingress, credential, traffic-inspection, or pivot point.
- The exploit path is reachable before authentication when the API is enabled, so internet-exposed or partner-exposed management/API surfaces deserve emergency review.
- watchTowr's analysis includes enough exploit mechanics to make defender exposure reduction urgent; eSentire subsequently observed active exploitation attempts against CVE-2026-8037 beginning June 29, 2026.
- CISA's August 7 KEV addition upgrades the public exploitation signal from one provider's failed attempts to a federal known-exploitation determination. The catalog does not identify victims, successful post-exploitation, actor, infrastructure, or payload.
- Appliance compromise routinely has weak endpoint telemetry. Treat exposed vulnerable LoadMaster systems as incident-response objects, not just patching tickets.
Public vulnerability detail
- Product: Progress Kemp LoadMaster load balancer / application delivery controller.
- Vulnerability: CVE-2026-8037, described by Progress as a command-injection remote-code-execution issue and by watchTowr as an
apiuseruninitialized-memory path to command injection. - Companion bulletin item: Progress's June 2026 bulletin title also references CVE-2026-33691; keep both CVEs in asset and ticket searches until vendor-specific applicability is confirmed.
- Access requirement: remote, unauthenticated access to the LoadMaster API when the API is enabled.
- Affected versions named by watchTowr: Kemp LoadMaster GA
v7.2.63.1and older; Kemp LoadMaster LTSFv7.2.54.17and older. - Patched version diffed by watchTowr: GA
v7.2.63.2; use the Progress bulletin as source of truth for branch-specific fixed versions and upgrade paths. - Endpoint discussed publicly:
POST /accessv2with JSON fields includingcmd,apiuser, andapipass. - Exploit mechanics in public analysis: single-quote expansion in
apiuser, a missing null terminator / uninitialized heap read condition, heap spraying through additional JSON key/value pairs, and command injection after adjacent heap placement.
Active exploitation attempts
- Observed activity: eSentire TRU reported exploitation attempts targeting CVE-2026-8037 beginning June 29, 2026.
- Outcome caveat: eSentire said the attempts it observed failed and did not produce post-compromise activity; the signal still matters because public PoC-level mechanics and technical detail are now available.
- Attacker IPs reported by eSentire:
192.42.116[.]58,192.42.116[.]105, and146.70.139[.]154. - Operational implication: internet-facing or partner-accessible LoadMaster API surfaces should be treated as actively probed/exploited, not merely theoretically vulnerable.
- External sensor measurement: KEVIntel reported 792 attempts from 65 source IPs across 18 countries during a 41-day observation window, with its latest recorded activity on August 4. Treat this as one sensor network's attempt count, not a victim count or proof that 792 compromises succeeded.
CISA KEV update — August 7, 2026
CISA added CVE-2026-8037 to the Known Exploited Vulnerabilities catalog on August 7 and set an August 10 due date. The required action is to apply vendor mitigations under BOD 26-04 risk-based prioritization and CISA's forensic-triage requirements, or discontinue use if mitigations are unavailable. CISA lists known ransomware-campaign use as Unknown.
The KEV entry describes unauthenticated arbitrary-command execution through unsanitized input in multiple command endpoints, while the public watchTowr path is specifically /accessv2 with API access enabled. Responders should therefore avoid limiting retrospective review to one literal path if other API or management request telemetry is available. The KEV record does not publish request samples, new source IPs, post-exploitation artifacts, or a successful-victim count.
Defender heuristics
- Inventory Progress Kemp LoadMaster deployments, including virtual appliances, cloud images, disaster-recovery instances, partner-accessible systems, and management/API interfaces behind reverse proxies.
- Determine whether the API is enabled. If API access is enabled on GA
v7.2.63.1or older, or LTSFv7.2.54.17or older, treat the system as an emergency patch and exposure-reduction candidate. - Apply Progress's June 2026 LoadMaster fixes or the appropriate later fixed branch. If patching cannot be immediate, restrict API and management access to a tightly scoped administrative network or VPN allow-list.
- For US federal systems, meet CISA's August 10, 2026 KEV deadline and preserve the forensic artifacts required by BOD 26-04 implementation guidance. Other organizations should use the same deadline as an emergency prioritization signal.
- Preserve appliance, reverse-proxy, VPN, WAF, firewall, and load-balancer logs before rebooting or rebuilding, especially request logs for
/accessv2and other command-capable API endpoints. - Hunt for unauthenticated or anomalous
POST /accessv2requests, JSON bodies with unusualapiuservalues, many additional JSON keys, quote-heavy strings, command separators, shell fragments, or repeated malformed API calls. - Add the eSentire-reported source IPs to retrospective searches and perimeter telemetry (
192.42.116[.]58,192.42.116[.]105,146.70.139[.]154), but do not rely on IP-only blocking because follow-on exploitation can easily shift infrastructure. - Review appliance configuration, virtual service definitions, certificate stores, local users, API users, admin sessions, backups, and recently changed health checks or scripts.
- Check for outbound connections, unexpected DNS lookups, file writes, cron or startup persistence, new accounts, web shells, altered firmware/package state, or tampered logs on the appliance and adjacent management hosts.
- Rotate credentials and certificates accessible to the LoadMaster after containment, including API credentials, local admin passwords, private keys, upstream service credentials, and any secrets stored in virtual-service configuration.
- For internet-facing deployments, consider threat-hunting the downstream application environment for traffic replay, credential capture, injected headers, or route/configuration changes during the exposure window.
Related pages
- Check Point VPN CVE-2026-50751 exploitation
- Splunk Enterprise CVE-2026-20253 pre-auth file write / RCE
- Ivanti Sentry CVE-2026-10520 exploitation
- cPanel CVE-2026-41940 backdoor campaign
Sources
- CISA Known Exploited Vulnerabilities catalog: https://www.cisa.gov/known-exploited-vulnerabilities-catalog
- KEVIntel, CVE-2026-8037 telemetry snapshot, accessed 2026-08-08: https://kevintel.com/CVE-2026-8037
- eSentire TRU: https://www.esentire.com/security-advisories/progress-kemp-loadmaster-vulnerability-targeted-cve-2026-8037
- The Hacker News: https://thehackernews.com/2026/07/latest-progress-kemp-loadmaster-pre.html
- watchTowr Labs: https://labs.watchtowr.com/enterprise-tech-in-shell-out-progress-kemp-loadmaster-uninitialized-heap-to-pre-auth-rce-cve-2026-8037/
- Progress LoadMaster June 2026 security bulletin: https://community.progress.com/s/article/LoadMaster-Critical-Security-Bulletin-June-2026-CVE-2026-8037-CVE-2026-33691