Articles

Progress LoadMaster CVE-2026-8037: Patch Now, CISA Warns

CISA added a critical Progress Kemp LoadMaster command-injection flaw (CVE-2026-8037, CVSS 9.6) to its KEV catalog after active exploitation. What to do.

Chisato Chisato · · 6 min read
An open padlock resting on a laptop keyboard, symbolizing a compromised system

A critical vulnerability in one of the internet’s most widely deployed load balancers is now being exploited in the wild, and the US government has told federal agencies to patch it immediately. On August 7, 2026, the Cybersecurity and Infrastructure Security Agency (CISA) added CVE-2026-8037, a command-injection flaw in Progress Kemp LoadMaster, to its Known Exploited Vulnerabilities (KEV) catalog, confirming that attackers are actively abusing it. The bug carries a CVSS score of 9.6 — near the top of the severity scale — and allows an unauthenticated attacker to run arbitrary commands on an exposed appliance.

LoadMaster is not obscure infrastructure. It is a popular application delivery controller (ADC) and server load balancer that distributes incoming web traffic across pools of servers, and Progress says it has more than 100,000 deployments worldwide across enterprises and government entities. A load balancer typically sits at the edge of a network, directly facing the internet and in front of the very applications it protects — which is exactly what makes a pre-authentication remote code execution flaw in one so dangerous.

What the vulnerability is

CVE-2026-8037 is an unauthenticated command-injection vulnerability. According to the advisory, an attacker can execute arbitrary operating-system commands on a LoadMaster appliance by sending malicious input to multiple command endpoints in the management API that fail to properly sanitize user-supplied data. No credentials, no valid session, and no prior foothold are required — an attacker who can reach the management interface over the network can take control of the device.

The technical root cause was traced to a function named escape_quotes() inside the load balancer software. Researchers at watchTowr Labs, who published the original analysis, described the flaw as stemming from improper handling of user input: a heap buffer is allocated for escaped strings, but those strings are not correctly null-terminated. That mistake can lead to out-of-bounds reads, and ultimately lets attacker-controlled content be interpreted and executed inside a shell command. It is a classic memory-handling bug with an outsized blast radius because of where the vulnerable code runs.

Because the appliance sits in the traffic path for the applications behind it, a compromised LoadMaster is a near-ideal position for an attacker. From that vantage point they can intercept or redirect traffic, harvest credentials as they flow through, and pivot deeper into the internal network the load balancer was meant to shield. The role a device like this plays — steering traffic at the network edge, much like an API gateway or reverse proxy — is precisely what turns a single-appliance compromise into a foothold across everything behind it.

Exploitation started weeks before the CISA warning

The timeline matters, and it is not reassuring. Exploitation appears to have begun immediately after public technical details landed. According to reporting from security firms tracking the flaw, watchTowr published its technical write-up and proof-of-concept code on June 29, 2026, and within roughly a day the incident-response firm eSentire’s Threat Response Unit had already observed in-the-wild exploitation attempts targeting CVE-2026-8037. In other words, attackers weaponized the public research almost as fast as it was released — a pattern that has become the norm for internet-facing enterprise appliances.

By the time CISA formalized the alarm in early August, the volume of activity had grown substantially, with security trackers reporting hundreds of distinct exploitation attempts against exposed appliances. The progression — from proof-of-concept, to opportunistic scanning, to broad exploitation, to a CISA KEV listing — has become a familiar arc for edge devices, and it compresses the window defenders have to respond down to days.

CISA’s KEV listing came with a directive: under Binding Operational Directive 22-01, Federal Civilian Executive Branch agencies were ordered to apply the vendor’s mitigations by August 10, 2026. While that mandate is binding only on federal agencies, CISA “strongly urges” all organizations to prioritize remediation of KEV entries — inclusion in the catalog is the agency’s clearest signal that a flaw is being used in real attacks, not merely theoretically exploitable.

Network switch with dense cabling, representing edge network appliances

The patch has been available for months

The frustrating part of this incident is that a fix has existed since well before the exploitation wave. Progress released patched builds of LoadMaster in early June 2026 — the fix landed in the general-availability branch (version 7.2.63.2) and the long-term-support feature branch (LTSF 7.2.54.18). Organizations that applied those updates when they shipped were protected before the first public exploit appeared.

That gap between patch availability and patch application is the entire story of how these campaigns succeed. Edge appliances like load balancers, VPN concentrators and firewalls are notoriously undermanaged: they are treated as set-and-forget hardware, their management interfaces are sometimes left reachable from the internet, and their patch cycles lag far behind the servers they front. Attackers know this, which is why internet-facing gateways have become one of the most reliably productive categories of target. The same dynamic drove the exploitation of flaws like the Arista VeloCloud zero-day and the Adobe ColdFusion RCE earlier this year — enterprise software where a patch existed but deployment lagged.

What to do now

The guidance is unambiguous. Organizations running Kemp LoadMaster should:

  • Update immediately to a patched release — GA 7.2.63.2 or LTSF 7.2.54.18 or later — for every appliance, including standby and disaster-recovery units that are easy to overlook.
  • Restrict access to the management interface. The API endpoints that carry the vulnerable code should never be reachable from the public internet. Limit management access to a dedicated administrative network or VPN and block it at the perimeter.
  • Hunt for signs of compromise. Because exploitation began in late June, patching now does not undo an intrusion that may already have happened. Review appliance logs for anomalous API requests, unexpected commands or configuration changes, and unusual outbound connections from the device.
  • Rotate credentials that the appliance handled or that could have been exposed if it was compromised, and treat any device that was internet-exposed and unpatched between late June and the patch date as potentially breached until proven otherwise.

What it means

CVE-2026-8037 is a textbook example of the modern edge-device threat, and its lessons are the ones defenders keep relearning.

For security teams, the message is that patch timing is everything. The exploitable window here opened the day public research dropped and never closed for organizations that had not yet updated — even though a fix had shipped weeks earlier. The organizations that got hurt are not those without a patch; they are those who had one and had not applied it. Internet-facing appliances need to be on the fastest patch cadence in the environment, not the slowest.

For the industry, it reinforces that the network edge is where the fight is. Load balancers, gateways and VPNs are attractive precisely because they are exposed, powerful, and chronically under-monitored. Defenders should treat every internet-facing appliance as a high-value target: minimize its exposure, watch it closely, and assume that any critical flaw in it will be exploited within days of disclosure, not months.

For LoadMaster operators specifically, the clock has run out. With CVE-2026-8037 in CISA’s KEV catalog and active exploitation confirmed, this is no longer a vulnerability to schedule for the next maintenance window. Patch the appliances, pull the management interface off the public internet, and check the logs — in that order, and today. The attackers have had a six-week head start.

Chisato Chisato · · 4 min read

macOS Screen Sharing RCE: Patch CVE-2026-65400 Now

Apple shipped emergency macOS updates for CVE-2026-65400, a pre-auth Screen Sharing flaw granting root-level code execution. Affected versions and how to respond.

#Security #Apple #Vulnerability
Chisato Chisato · · 6 min read

SCTPhantom: 18-Year-Old Linux Kernel SCTP Root Flaw

SCTPhantom (CVE-2026-64564) is an 18-year-old use-after-free in Linux's SCTP code that lets local attackers gain root and escape containers. Patch details.

#Security #Vulnerability #Linux