By NHI Mgmt Group Editorial TeamDomain: Breaches & IncidentsSource: AnomaliPublished December 2, 2025

TL;DR: Researchers report that attackers are actively exploiting patched WSUS RCE CVE-2025-59287 to obtain SYSTEM-level access, run PowerCat, fetch additional tools with certutil and curl, and deploy ShadowPad through DLL sideloading, according to Anomali. The lesson is that high-privilege update infrastructure becomes a full compromise path when patching and access review lag behind exposure.


At a glance

What this is: This is an analyst roundup on active exploitation of a patched WSUS remote code execution flaw used to deploy ShadowPad and establish SYSTEM-level access.

Why it matters: It matters because update infrastructure often sits inside privileged trust zones, so one missed patch can become a rapid path from external exposure to persistence, command execution, and broader domain control.

👉 Read Anomali's analysis of ShadowPad operators exploiting the WSUS RCE


Context

Windows Server Update Services is a high-trust administrative surface, which means a vulnerability there is rarely just another patch ticket. When attackers can turn a public-facing flaw into SYSTEM-level access, the problem shifts from exploitation to control of the update plane itself. For identity and access teams, that is the point where privilege boundaries around service accounts, admin workflows, and remote execution controls start to matter.

The article’s subject is not ShadowPad alone but the governance gap that lets a patched flaw remain exploitable in the wild. In identity terms, this is a failure to contain privileged access pathways around infrastructure that can push software broadly across an estate, which is why the issue intersects with PAM, hardening, and monitoring of administrative activity.


Key questions

Q: What breaks when attackers can exploit a patched WSUS server?

A: A patched-but-exposed WSUS server still breaks the trust model if the patch is not actually deployed everywhere. Attackers can use the flaw to reach SYSTEM-level execution, stage tools, and install a backdoor before defenders notice. The failure is not only technical exposure but privileged infrastructure governance, where one missed host can become a launch point for wider compromise.

Q: Why are update servers such attractive targets for attackers?

A: Update servers are attractive because they sit inside highly trusted administrative paths and can affect many endpoints from a single compromise. If an attacker owns WSUS, they may be able to use that position for persistence, malware deployment, and broader reach across the environment. The risk rises when access is broad and segmentation is weak.

Q: How do security teams know whether WSUS exploitation is progressing to full compromise?

A: Look for the sequence, not just one alert: remote shell activity, PowerCat usage, certutil or curl downloads, unexpected DLL sideloading, and service-like persistence. A single indicator can be ambiguous, but a cluster of those behaviours usually means the attacker has moved from exploitation into active control of the host.

Q: Who is accountable when compromised access infrastructure keeps working after patching?

A: Accountability sits across platform owners, IAM teams, and security operations because patching alone does not remove persistence or confirm that access state has been cleaned up. Frameworks that matter here include least-privilege and configuration management controls, plus the operational responsibility to verify that no unauthorized access path survives remediation.


Technical breakdown

How WSUS RCE becomes privileged execution

A remote code execution flaw in WSUS allows an attacker to send crafted requests to the service and execute code in the context of the underlying host. Because WSUS is part of Windows administration, successful exploitation can jump straight into a privileged runtime rather than a low-trust application context. That matters because privileged service surfaces often inherit broad local capability, making exploitation operationally efficient for an attacker and difficult to contain once it lands.

Practical implication: treat WSUS exposure as privileged infrastructure risk, not just vulnerability management.

Why PowerCat, certutil, and curl matter in the chain

Once code execution is achieved, attackers commonly stage follow-on tools to maintain an interactive shell and retrieve payloads. PowerCat provides remote command capability, while certutil and curl are frequently abused for ingress tool transfer because they blend into legitimate admin and network activity. This pattern is useful to defenders because it creates observable behaviour: a compromise often leaves a sequence of unusual shell, fetch, and execution events that can be correlated.

Practical implication: alert on administrative tool abuse that combines shell execution with outbound file retrieval.

How DLL sideloading supports ShadowPad persistence

DLL sideloading abuses a trusted executable that loads a malicious library from the same directory or a predictable path. In this case, the legitimate ETDCtrlHelper.exe is paired with a malicious DLL so the load chain looks normal while the payload runs. The technique helps attackers hide in trusted application behaviour and then establish persistence under service-like names, which makes post-exploitation detection harder if defenders only watch for obvious malware names.

Practical implication: validate trusted binaries against unexpected sibling DLLs and service creation events.


Threat narrative

Attacker objective: The attacker objective is to gain durable privileged control of the update infrastructure and use it as a foothold for broader network compromise.

  1. Entry occurs when attackers exploit the patched WSUS remote code execution flaw on exposed, unpatched servers.
  2. Escalation follows as the code execution yields SYSTEM-level access, enabling tool staging and payload retrieval.
  3. Impact arrives when ShadowPad is sideloaded, persistence is established, and command-and-control traffic begins.
  • MITRE ATT&CK Enterprise Matrix — MITRE ATT&CK Enterprise — adversary tactics and techniques, threat detection, attack chain mapping, credential access, lateral movement, privilege escalation.
  • Cisco DevHub NHI breach — IntelBroker exploited exposed Cisco credentials, API tokens and keys in DevHub.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Single-point patch failure becomes a privilege-domain failure. When attackers can use one missed WSUS patch to reach SYSTEM, the issue is no longer basic vulnerability hygiene. It is a control failure around privileged administrative infrastructure that sits upstream of software distribution and endpoint trust. The practical conclusion is that patch latency on update services creates outsized blast radius.

Service-account and admin-plane exposure is the real governance gap. This chain depends on high-trust infrastructure being reachable and executable in ways that normal business systems are not. That is a PAM problem as much as a vulnerability problem, because privileged operational services need tighter segmentation, stronger authentication boundaries, and better monitoring than ordinary servers. Teams should treat update planes as crown-jewel systems.

ShadowPad persistence shows how quickly exploitation turns into durable access. The malicious DLL pairing and service-like persistence pattern illustrate a common post-exploitation reality: attackers do not need novel malware when they can abuse trusted execution flow. The named concept here is privileged update-plane compromise, meaning a vulnerability in software distribution infrastructure that becomes a direct path to privileged control. Practitioners should use that lens when reviewing administrative surfaces.

Detection needs to focus on the behaviour chain, not the payload name. PowerCat execution, certutil or curl downloads, and unexpected DLL pairings are all operational indicators that the environment has crossed from exposure into active compromise. This is where cross-control monitoring across endpoint, identity, and admin activity pays off. Teams should build detections around the sequence, not a single indicator.

From our research:

  • The average estimated time to remediate a leaked secret is 27 days, despite 75% of organisations expressing strong confidence in their secrets management capabilities, according to The State of Secrets in AppSec.
  • Only 44% of developers are reported to follow security best practices for secrets management, exposing a significant developer behaviour gap.
  • Related research: Review Ultimate Guide to NHIs , Key Challenges and Risks for the governance patterns that reduce exposure windows across identity estates.

What this signals

Privileged infrastructure now behaves like identity infrastructure. When an update plane can be turned into a SYSTEM-level execution path, the boundary between platform security and identity governance narrows sharply. Teams should assume that service surfaces with broad administrative reach need the same scrutiny as high-value accounts, especially where access review and segmentation are weak.

Privilege concentration is the real exposure multiplier. The more a single service can influence downstream endpoints, the more damaging any patching lapse becomes. That is why update infrastructure should be modeled as a high-blast-radius asset, with tighter control over who can touch it and how quickly compromised behaviour can be detected.

The operational lesson is straightforward: build detections around combinations of shell execution, file retrieval, and unusual persistence rather than waiting for a malware signature. This is where identity, endpoint, and admin telemetry need to be correlated into one response path, because the attacker moves faster than manual review cycles.


For practitioners

  • Verify WSUS exposure and patch status immediately Confirm every WSUS server is patched against CVE-2025-59287 and remove or isolate any instance that cannot be validated. Prioritise internet-exposed or externally reachable systems first, because those are the only viable targets for this exploit path.
  • Harden administrative trust around update infrastructure Restrict who can reach WSUS, require strong authentication for admin workflows, and place update systems in tightly segmented management zones. Treat WSUS as privileged infrastructure rather than a routine server, with separate access controls and review cycles.
  • Alert on shelling, staged retrieval, and DLL pairing patterns Search for PowerCat execution, certutil or curl fetching external files, and suspicious DLLs placed beside trusted executables such as ETDCtrlHelper.exe. Correlate those events with service creation and unusual outbound connections to spot the full intrusion chain.
  • Review service-like persistence and post-exploitation artefacts Inspect systems for new service names, unsigned libraries, and command-and-control beacons that resemble legitimate administrative traffic. Focus on the persistence mechanism as well as the initial exploit, because the backdoor stage is what turns a one-time intrusion into ongoing access.

Key takeaways

  • A patched WSUS vulnerability can still become a total-control event when exposed servers remain unprotected.
  • The observed chain combines remote shelling, staged downloads, DLL sideloading, and service-like persistence, which makes behaviour-based detection essential.
  • Privileged update infrastructure should be governed as a high-value access domain, with segmentation, patch assurance, and admin telemetry all treated as mandatory controls.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5, CIS Controls v8 and NIST AI RMF set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
MITRE ATT&CKTA0001 , Initial Access; TA0004 , Privilege Escalation; TA0003 , Persistence; TA0011 , Command and ControlThe article centers on exploitation, privilege gain, persistence, and C2 activity.
NIST CSF 2.0PR.AC-4Privileged update access and segmentation are central to limiting blast radius.
NIST SP 800-53 Rev 5AC-6Least privilege is critical where administrative services can trigger system-wide change.
CIS Controls v8CIS-4 , Secure Configuration of Enterprise Assets and SoftwareThe exploit succeeds where patching and secure configuration lag on exposed servers.
NIST AI RMFMANAGEPrivileged infrastructure compromise affects organisational accountability and risk treatment.

Tighten access boundaries around WSUS and validate that only necessary admin paths remain open.


Key terms

  • Windows Server Update Services: WSUS is Microsoft's update management service for distributing patches and software across Windows environments. Because it sits inside administrative operations, a compromise can give attackers unusually broad reach over endpoint trust, patch delivery, and privileged execution paths.
  • DLL side-loading: A technique where a legitimate application loads a malicious library because of how Windows searches for DLL dependencies. The attacker borrows the trust of signed software to execute code, which can bypass simple reputation checks and make malicious activity look like normal program behaviour.
  • Privilege Escalation: An attack technique where a compromised identity — often an NHI with initially limited permissions — exploits vulnerabilities or misconfigurations to gain elevated access rights, typically leading to broader compromise.

What's in the full analysis

Anomali's full post covers the operational detail this post intentionally leaves for the source:

  • MITRE ATT&CK mapping for the ShadowPad intrusion chain, including the specific technique references used in the article
  • The analyst's detection guidance for PowerCat, certutil, curl, and DLL sideloading behaviour on Windows servers
  • The concise compromise narrative showing how WSUS exploitation progresses from initial execution to persistence
  • The surrounding items in the Cyber Watch roundup, including password analysis, HashJack, FlexibleFerret, and Shai-Hulud 2.0

👉 Anomali's full post covers the attack chain, detection points, and response priorities.

Deepen your knowledge

NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps security practitioners connect privileged access control to broader identity governance decisions across complex environments.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org