Metasploit Wrap-Up 11/14/2025 #1613
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
certpipe recon trick, and Pentesting Web -> Deserialization (or Pentesting Web -> 80,443 - Pentesting Web Methodology -> IIS/Microsoft SharePoint/Other MS Web Services) for the WSUS deserialization RCE pattern.🎯 Content Summary
This Metasploit weekly wrap-up post announces new exploitation content and supporting features, centered around a critical unauthenticated remote code execution vulnerability in Windows Server Update Services (WSUS), plus several quality-of-life improvements to existing Metasploit modules.
CVE-2025-59287 – WSUS Deserialization RCE Metasploit module
The core technical addition is an exploit module for CVE-2025-59287, a Critical-severity deserialization vulnerability affect...
🔧 Technical Details
Unauthenticated WSUS deserialization RCE (CVE-2025-59287)
This technique abuses an unauthenticated deserialization endpoint exposed by Windows Server Update Services (WSUS) over HTTP(S). WSUS accepts serialized objects from clients and deserializes them without sufficient validation. An attacker who can reach the WSUS HTTP(S) interface can send a crafted serialized payload that triggers arbitrary code execution during deserialization. Because the WSUS service runs as SYSTEM, this yields remote code execution with SYSTEM privileges. Metasploit’s
windows/http/wsus_deserialization_rcemodule automates discovery and exploitation, sending the malicious serialized object and establishing a high-privileged session if the server is vulnerable.Standardized persistence implementation via Metasploit mixin
The LINQPad persistence module is updated to use Metasploit’s persistence mixin, demonstrating a reusable pattern for persistence modules. T...
🤖 Agent Actions
Summary:
\PIPE\certenumeration for rapid AD CS discovery and the unauthenticated WSUS deserialization RCE (CVE-2025-59287).Tests: Not run (not applicable).
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.