Security readout for executives and security teams
Plain-English summary
CVE-2025-59287 is a critical Windows Server Update Services flaw that can let an unauthenticated attacker run code remotely. Because WSUS can control software update distribution, compromise could affect many managed Windows systems. CISA lists it in KEV, so treat this as actively exploited and time-sensitive.
Executive priority
Immediate. This is critical, remotely exploitable without authentication, and listed by CISA as exploited. Patch WSUS servers first because they can influence update infrastructure and may create broader enterprise risk if compromised.
Technical view
Microsoft describes a CWE-502 deserialization of untrusted data issue in WSUS allowing unauthenticated network remote code execution. CVSS is 9.8 with network access, low complexity, no privileges, and no user interaction. Affected platforms include Windows Server 2012 through Windows Server 2025 variants running WSUS.
Likely exposure
Organizations using WSUS on affected Windows Server versions are exposed, especially where WSUS services are reachable from broad internal networks or the internet. Systems without the Microsoft security update should be prioritized. Exposure depends on whether the WSUS role is installed and reachable.
Exploitation context
Active exploitation is supported by CISA KEV and reporting referenced in the source bundle. Public exploit-related material is also referenced. This assessment does not include exploit mechanics or verification payloads.
Researcher notes
The public record identifies deserialization in WSUS but the bundle does not provide safe technical internals suitable for defensive reproduction. Use MSRC for authoritative affected-product and patch status. Treat public exploit references as an exposure signal, not as validation guidance.
Mitigation direction
- Apply Microsoft’s security update for CVE-2025-59287 as the primary remediation.
- Prioritize WSUS servers reachable from untrusted or broad internal networks.
- If immediate patching is impossible, consult Microsoft guidance for supported mitigations.
- Restrict network access to WSUS services until remediation is complete.
- Monitor CISA KEV and Microsoft MSRC for updated guidance.
Validation and detection
- Inventory Windows servers with the WSUS role installed.
- Map WSUS hosts to Microsoft’s affected Windows Server versions.
- Confirm the relevant Microsoft update is installed on each WSUS server.
- Verify WSUS services are not unnecessarily reachable from untrusted networks.
- Review security monitoring for suspicious activity around WSUS servers.
Public sources used
Michael Williams reviewed this cited source version on .
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-502: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupExecution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2025-59287 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Critical
- CVSS
- 9.8 (3.1)
- Known Exploited
- Yes
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CISA KEV status
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C3.95.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
9.8CriticalVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C
Source materials
- CVE List V5 sourceCVE List V5
- Windows Server Update Service (WSUS) Remote Code Execution VulnerabilityCVE reference · vendor-advisory, patch
- https://gist.github.com/hawktrace/880b54fb9c07ddb028baaae401bd3951CVE reference · exploit
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2025-59287CVE reference · government-resource
- https://www.bleepingcomputer.com/news/security/cisa-orders-feds-to-patch-windows-server-wsus-flaw-exploited-in-attacks/CVE reference
- https://hawktrace.com/blog/CVE-2025-59287CVE reference
- https://www.vicarius.io/vsociety/posts/cve-2025-59287-detection-script-rce-vulnerability-in-windows-server-update-serviceCVE reference
- https://www.vicarius.io/vsociety/posts/cve-2025-59287-mitigation-script-rce-vulnerability-in-windows-server-update-serviceCVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Deserialization of Untrusted Data
Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
