CVE-2025-59287

CRITICAL(9.8)KEVLikely Exploited

Microsoft Windows Server Update Service (WSUS) Deserialization of Untrusted Data Vulnerability

Description

CVE-2025-59287 is a critical deserialization of untrusted data vulnerability in Windows Server Update Service (WSUS) that allows an unauthorized attacker to execute arbitrary code over the network. With a CVSS v3.1 base score of 9.8 and an EPSS score of 71.4% (98.7th percentile), this vulnerability represents an extremely high risk to organizations running Windows Server. CISA has added CVE-2025-59287 to its Known Exploited Vulnerabilities catalog with a remediation deadline of November 14, 2025, confirming active exploitation in the wild. Affected versions span Windows Server 2012 through Windows Server 2025.

KEV Information

Vendor
Microsoft
Product
Windows
Date Added
October 24, 2025
Due Date
November 14, 2025
Required Action
Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.

CVSS Score

Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:HOpen in Calculator
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
3.9
Impact Score
5.9

CWEs

Affected Products

VendorProductVersion
microsoftwindows server 2012-; r2
microsoftwindows server 2016< 10.0.14393.8524
microsoftwindows server 2019< 10.0.17763.7922
microsoftwindows server 2022< 10.0.20348.4297
microsoftwindows server 2022 23h2< 10.0.25398.1916
microsoftwindows server 2025< 10.0.26100.6905

References

Weakness Type

CWE-502: Deserialization of Untrusted Data

CWE-502 describes a vulnerability where an application deserializes data from untrusted sources without sufficient validation, allowing an attacker to inject malicious objects that execute arbitrary code during the deserialization process. In CVE-2025-59287, the Windows Server Update Service improperly deserializes network-supplied data, enabling remote code execution without any authentication. Deserialization vulnerabilities are particularly dangerous because they often provide direct code execution capabilities with the privileges of the affected service.

Learn more about CWE-502

Impact Analysis

The business impact of CVE-2025-59287 is extremely severe across all three security dimensions. Confidentiality impact is high because successful exploitation grants the attacker code execution on the WSUS server, potentially exposing all managed update data, network topology information, and credentials stored on or accessible from the server. Integrity impact is high as the attacker could manipulate update packages distributed to client systems, enabling supply-chain style attacks across the entire fleet of managed devices. Availability impact is also high, as code execution could be used to disrupt the update infrastructure or deploy destructive payloads.

The EPSS score of 71.4% (98.7th percentile) places this among the most likely-to-be-exploited vulnerabilities currently tracked. WSUS servers are critical infrastructure components in enterprise environments, often serving hundreds or thousands of client machines. Compromising a WSUS server could give an attacker a privileged position to distribute malicious updates to every managed system. The ransomware association is currently listed as unknown, but the strategic value of WSUS servers as distribution points makes them prime targets for ransomware operators seeking maximum organizational impact.

Exploit Maturity

CVE-2025-59287 has been confirmed as actively exploited and is listed in CISA's Known Exploited Vulnerabilities catalog with a remediation due date of November 14, 2025. The EPSS score of 71.4% (98.7th percentile) reflects near-certain exploitation activity. A public exploit analysis and proof-of-concept has been published by HawkTrace, with supporting technical details available on GitHub. Media coverage from BleepingComputer has reported on CISA ordering federal agencies to patch this flaw. The ransomware usage status is currently unknown, but the ability to achieve unauthenticated remote code execution on update infrastructure makes this vulnerability exceptionally attractive to advanced threat actors.

Remediation

  1. Apply Microsoft security updates immediately. Install the latest cumulative updates for your Windows Server version as documented in the Microsoft Security Response Center advisory. Specific patched builds include Windows Server 2016 (10.0.14393.8524), Windows Server 2019 (10.0.17763.7922), Windows Server 2022 (10.0.20348.4297), Windows Server 2022 23H2 (10.0.25398.1916), and Windows Server 2025 (10.0.26100.6905).
  2. Restrict network access to the WSUS service. Limit inbound network connectivity to the WSUS server to only authorized client machines and administrative workstations using firewall rules or network segmentation.
  3. Audit WSUS server logs for indicators of compromise. Review Windows Event Logs and IIS logs on the WSUS server for unusual deserialization errors, unexpected service behavior, or unauthorized access patterns that may indicate prior exploitation.
  4. Consider deploying detection scripts. Vicarius has published detection and mitigation scripts that can help identify vulnerable systems and apply interim protections while patches are being deployed.
  5. Plan for Windows Server 2012 end-of-life. Windows Server 2012 and 2012 R2 are affected but may not receive standard patches. Evaluate extended security update options or prioritize migration to a supported server version.

Technical Details

The CVSS v3.1 base score for CVE-2025-59287 is 9.8 (Critical) with the vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H. Attack Vector (AV:N) confirms the vulnerability is exploitable remotely over the network. Attack Complexity (AC:L) indicates no special conditions are required for exploitation. Privileges Required (PR:N) means no authentication is needed, and User Interaction (UI:N) confirms no victim action is required. Scope (S:U) is unchanged. All three impact metrics — Confidentiality (C:H), Integrity (I:H), and Availability (A:H) — are rated high, reflecting complete system compromise potential.

The attack mechanism targets the deserialization logic within Windows Server Update Service. An attacker sends specially crafted serialized objects to the WSUS service over the network. Because the service fails to properly validate and sanitize the incoming serialized data before processing it, the attacker can inject malicious objects that execute arbitrary code in the context of the WSUS service. This grants the attacker the same privileges as the WSUS service account, which typically runs with elevated permissions. The combination of network accessibility, no authentication requirement, and full impact across confidentiality, integrity, and availability makes this one of the most critical WSUS vulnerabilities discovered.

Frequently Asked Questions

What is CVE-2025-59287?

CVE-2025-59287 is a critical remote code execution vulnerability in Windows Server Update Service (WSUS) caused by deserialization of untrusted data. It allows an unauthenticated attacker to execute arbitrary code on affected Windows Server systems over the network, with a CVSS score of 9.8.

Which Windows Server versions are affected by CVE-2025-59287?

All Windows Server versions from 2012 through Windows Server 2025 are affected. This includes Windows Server 2012, 2012 R2, 2016, 2019, 2022, 2022 23H2, and 2025. Each version has specific patched build numbers that should be applied.

Is CVE-2025-59287 being used in ransomware attacks?

The ransomware association is currently listed as unknown by CISA. However, given the unauthenticated remote code execution capability and the strategic position of WSUS servers in enterprise networks, the vulnerability presents a high-value target for ransomware operators seeking to maximize impact across managed systems.

How urgent is patching CVE-2025-59287?

Patching is extremely urgent. CISA has set a remediation deadline of November 14, 2025, and the EPSS score of 71.4% places it in the 98.7th percentile for exploitation probability. Active exploitation has been confirmed, and public exploit code is available.

CVSS Score

9.8
CRITICAL(9.8)

EPSS Score

EPSS Score99.94%
EPSS Percentile100.0%

Dates

PublishedOctober 14, 2025
Last ModifiedJune 17, 2026
StatusAnalyzed
CVSS Versionv3.1

Need Help With Vulnerability Management?

Our security experts can help you prioritize and remediate vulnerabilities effectively.