Critical Alert: WSUS Deserialization Flaw (CVE-2025-59287) Under Active Exploitation

By Ash K
Critical Alert: WSUS Deserialization Flaw (CVE-2025-59287) Under Active Exploitation

Microsoft released an out-of-band security update for a critical remote code execution (RCE) in Windows Server Update Services (WSUS), tracked as CVE-2025-59287. The vulnerability is actively exploited in the wild and allows unauthenticated attackers to achieve SYSTEM-level code execution via unsafe deserialization.

What is CVE-2025-59287?

WSUS provides centralized distribution of Microsoft updates across enterprise networks. CVE-2025-59287 is an unsafe deserialization vulnerability in the handling of the AuthorizationCookie at the /ClientWebService/client.asmx endpoint. An unauthenticated remote attacker can send a crafted payload (e.g., using gadget chains such as ysoserial.net) to trigger deserialization and execute arbitrary code as SYSTEM.

AttributeDetails
Attack VectorNetwork-based, unauthenticated
ComplexityLow — no user interaction
ImpactArbitrary code execution as SYSTEM
Default Ports8530/TCP (HTTP), 8531/TCP (HTTPS)
WormabilityPotential lateral spread between WSUS servers

Timeline

  • Oct 14, 2025: CVE assigned and disclosed.
  • Early Oct 2025: Partial fix released in Patch Tuesday updates (deemed incomplete).
  • Oct 23, 2025: Public PoC published; first exploitation attempts observed later that day.
  • Oct 24, 2025: Microsoft issues comprehensive out-of-band update (KB5070883); CISA adds the CVE to the KEV catalog.

Exploitation & Impact

A compromised WSUS server can be used to distribute malicious updates to managed endpoints — enabling ransomware deployment, data exfiltration, or lateral movement. Reports indicate opportunistic exploitation of internet-facing WSUS instances; however, improperly exposed internal WSUS servers are also at risk.

Indicators of Compromise (IOCs)

  • Unusual entries in C:\Program Files\Update Services\LogFiles\SoftwareDistribution.log (e.g., stack traces referencing SoapUtilities.CreateException).
  • Suspicious HTTP requests to /ClientWebService/client.asmx.
  • w3wp.exe spawning reconnaissance commands (e.g., whoami.exe) or spawning PowerShell chains.

Affected Systems

  • Windows Server 2012 / 2012 R2
  • Windows Server 2016
  • Windows Server 2019
  • Windows Server 2022
  • Windows Server 2025

Note: Only systems with the WSUS Server Role enabled are vulnerable. Default installations without the role are not affected.

Mitigation & Patching Guidance

Apply Microsoft’s out-of-band update (KB5070883) immediately via Windows Update or the Microsoft Update Catalog, then reboot affected servers to ensure full mitigation.

Step-by-step patching:

  1. Scan your environment for WSUS-enabled servers with open ports 8530/8531 (use asset inventory, internal scanners, or Shodan where applicable).
  2. Download and apply KB5070883 (or the OS-specific package for your build).
  3. Reboot servers and verify patch installation via systeminfo or the WSUS console.
  4. Monitor WSUS, IIS, and EDR logs for deserialization attempts and suspicious process chains.

Temporary Workarounds (if patching is delayed)

  • Disable the WSUS Server Role entirely.
  • Block inbound traffic to TCP 8530/8531 at the host/perimeter firewall (note: this will disrupt WSUS functionality).
  • Restrict WSUS access to trusted internal IPs via network ACLs.

Strategic Recommendations

  • Evaluate migration from legacy WSUS to modern update management such as MECM or Intune.
  • Adopt Zero-Trust controls: least privilege, restrict management endpoints, and reduce attack surface.
  • Hunt for w3wp → PowerShell process chains and deploy community YARA rules for detection.
  • Ensure incident response readiness — engage IR immediately if compromise is suspected.

Based on publicly available reports and advisories as of October 26, 2025. For authoritative remediation steps and downloads, consult Microsoft MSRC and CISA.

Ash K
Ash K
Ashton is a seasoned Cybersecurity Professional with over 25 years of experience in Cybersecurity Research, Cybersecurity Incident response, Products and Security Solutions architecture.