The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-59287

CVE-2025-59287: Windows Server 2012 RCE Vulnerability

CVE-2025-59287 is a remote code execution vulnerability in Windows Server 2012 caused by unsafe deserialization in Windows Server Update Service. Attackers can exploit this flaw to execute code remotely over a network.

Updated: March 12, 2026

CVE-2025-59287 Overview

CVE-2025-59287 is a critical insecure deserialization vulnerability in Microsoft Windows Server Update Service (WSUS) that allows an unauthorized attacker to execute arbitrary code over a network. This vulnerability affects all supported versions of Windows Server from 2012 through 2025, making it a widespread threat to enterprise environments relying on WSUS for centralized update management.

The vulnerability stems from improper handling of serialized data within the WSUS service. When WSUS processes specially crafted network requests containing malicious serialized objects, the service deserializes this untrusted data without proper validation, enabling attackers to achieve remote code execution with SYSTEM-level privileges on affected servers.

Critical Impact

This vulnerability is actively being exploited in the wild and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog. Organizations running WSUS should prioritize immediate patching as exploitation requires no authentication and can be executed remotely over the network.

Affected Products

  • Microsoft Windows Server 2012 and R2
  • Microsoft Windows Server 2016
  • Microsoft Windows Server 2019
  • Microsoft Windows Server 2022
  • Microsoft Windows Server 2022 23H2
  • Microsoft Windows Server 2025

Discovery Timeline

  • October 14, 2025 - CVE-2025-59287 published to NVD
  • November 12, 2025 - Last updated in NVD database

Technical Details for CVE-2025-59287

Vulnerability Analysis

This insecure deserialization vulnerability (CWE-502) exists within the Windows Server Update Service's network communication handling. WSUS servers process update metadata and client communications through serialized data structures. The vulnerability allows an unauthenticated remote attacker to send specially crafted serialized objects to a WSUS server, which the service then deserializes without proper validation.

The attack can be executed remotely over the network without requiring any user interaction or prior authentication. Upon successful exploitation, an attacker gains code execution capabilities within the context of the WSUS service, which typically runs with elevated SYSTEM privileges. This provides attackers with complete control over the compromised server, enabling lateral movement, data exfiltration, or deployment of additional malicious payloads.

The vulnerability is particularly dangerous in enterprise environments where WSUS servers are often centrally positioned to manage updates across hundreds or thousands of endpoints. Compromising a WSUS server could potentially allow attackers to distribute malicious updates to client systems or pivot to other critical infrastructure.

Root Cause

The root cause of CVE-2025-59287 is the deserialization of untrusted data within WSUS without proper input validation or type checking. When processing incoming network requests, the WSUS service accepts and deserializes data from potentially untrusted sources. The service fails to verify that the serialized objects conform to expected types or contain safe data before reconstructing them in memory.

This allows attackers to craft malicious serialized objects that, when deserialized, trigger arbitrary code execution through gadget chains present in the .NET Framework or other loaded assemblies. The lack of proper deserialization controls enables the execution of attacker-controlled code paths during the object reconstruction process.

Attack Vector

The attack vector for CVE-2025-59287 is network-based, requiring the attacker to have network access to the WSUS server's listening ports. The exploitation process involves:

  1. Network Reconnaissance: Identifying WSUS servers exposed on the network, typically listening on ports 8530 (HTTP) or 8531 (HTTPS)
  2. Payload Construction: Creating a malicious serialized object containing a gadget chain designed to execute arbitrary commands
  3. Delivery: Sending the crafted payload to the WSUS server through a specially formatted network request
  4. Execution: The WSUS service deserializes the payload, triggering the gadget chain and executing the attacker's code with SYSTEM privileges

A proof-of-concept exploit is publicly available, and active exploitation has been observed in the wild. For technical details on the exploitation mechanism, refer to the Hawktrace Blog on CVE-2025-59287 and the GitHub PoC repository.

Detection Methods for CVE-2025-59287

Indicators of Compromise

  • Unusual network connections to WSUS ports (8530/8531) from unexpected sources or with anomalous request patterns
  • Unexpected child processes spawned by the WSUS application pool (w3wp.exe) or related services
  • Suspicious PowerShell, cmd.exe, or other interpreter activity originating from IIS worker processes on WSUS servers
  • Anomalous authentication events or privilege escalation attempts on WSUS infrastructure
  • Modified files or new executables appearing in WSUS directories or Windows system folders

Detection Strategies

  • Monitor WSUS server event logs for application crashes, unexpected service restarts, or error events related to deserialization failures
  • Implement network intrusion detection rules to identify malformed or suspicious traffic targeting WSUS endpoints
  • Deploy endpoint detection and response (EDR) solutions to detect suspicious process creation chains originating from WSUS services
  • Use the Vicarius Detection Script for CVE-2025-59287 to identify vulnerable systems

Monitoring Recommendations

  • Enable verbose logging on WSUS servers and forward logs to a SIEM for centralized analysis
  • Implement network segmentation monitoring to detect lateral movement attempts from WSUS infrastructure
  • Configure alerts for any new scheduled tasks, services, or registry modifications on WSUS servers
  • Monitor for unusual outbound connections from WSUS servers that could indicate command-and-control activity

How to Mitigate CVE-2025-59287

Immediate Actions Required

  • Apply the security update from Microsoft immediately per the Microsoft Security Update Guide
  • Isolate WSUS servers from untrusted network segments until patching is complete
  • Review WSUS server logs for signs of prior exploitation attempts
  • Implement network access controls to limit which systems can communicate with WSUS servers
  • Consider taking WSUS offline temporarily if immediate patching is not possible and exploitation risk is high

Patch Information

Microsoft has released security updates to address CVE-2025-59287 across all affected Windows Server versions. Organizations should obtain and deploy the appropriate patch from the Microsoft Security Response Center. Given that this vulnerability is listed in CISA's Known Exploited Vulnerabilities catalog, federal agencies are required to apply mitigations according to CISA's directive.

Priority should be given to internet-facing or externally accessible WSUS servers, followed by internal WSUS infrastructure. Post-patching, verify the update was successfully applied and restart the WSUS services as required.

Workarounds

  • Implement strict firewall rules to allow WSUS traffic only from known, trusted client IP ranges
  • Use network segmentation to isolate WSUS servers in a dedicated management VLAN with restricted access
  • Disable WSUS services temporarily on non-critical servers if patching cannot be performed immediately
  • Deploy web application firewall (WAF) rules if WSUS is exposed through a reverse proxy, filtering suspicious serialized payloads
  • Review and implement the Vicarius Mitigation Script for CVE-2025-59287 for additional hardening guidance
bash
# Example: Restrict WSUS access to trusted networks using Windows Firewall
# Run from elevated PowerShell prompt on WSUS server

# Block all inbound connections to WSUS ports
netsh advfirewall firewall add rule name="Block WSUS HTTP" dir=in action=block protocol=tcp localport=8530
netsh advfirewall firewall add rule name="Block WSUS HTTPS" dir=in action=block protocol=tcp localport=8531

# Allow WSUS access only from trusted management subnet (example: 10.0.10.0/24)
netsh advfirewall firewall add rule name="Allow WSUS HTTP Trusted" dir=in action=allow protocol=tcp localport=8530 remoteip=10.0.10.0/24
netsh advfirewall firewall add rule name="Allow WSUS HTTPS Trusted" dir=in action=allow protocol=tcp localport=8531 remoteip=10.0.10.0/24

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWindows

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability75.20%

  • Known ExploitedYes
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-502
  • Technical References
  • Hawktrace Blog on CVE-2025-59287

  • BleepingComputer Security News

  • Vicarius Detection Script for CVE-2025-59287

  • GitHub Gist CVE-2025-59287 Resource

  • CISA Known Exploited Vulnerability Catalog
  • Vendor Resources
  • Microsoft CVE-2025-59287 Update

  • Vicarius Mitigation Script for CVE-2025-59287
  • Related CVEs
  • CVE-2026-31995: Openclaw Command Injection Vulnerability

  • CVE-2026-25190: Windows GDI RCE Vulnerability

  • CVE-2026-25166: Windows System Image Manager RCE Flaw

  • CVE-2026-25173: Windows RRAS RCE Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English