Metasploit Wrap-Up 12/12/2025 #1669
Open
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
🎯 Content Summary
This Metasploit weekly wrap-up details new exploit and payload modules and several enhancements that expand coverage for unauthenticated RCE in modern web stacks, MSSQL attack paths, and SSH scanning, plus support for a new CPU architecture.
React2Shell / React Server Components RCE (CVE-2025-55182)
On December 3, 2025, the React team disclosed a critical RCE in servers using the React Server Components (RSC) Flight protocol, tracked as CVE-2025-55182 and nicknamed <...
🔧 Technical Details
Prototype pollution RCE in React Server Components (React2Shell)
Servers using React Server Components (RSC) with the Flight protocol can be exploited by sending crafted multipart requests where RSC module identifiers are set to
"proto","constructor", or"prototype". When the backend deserializes these values into objects without filtering those keys, it causes prototype pollution, letting the attacker modify default object behavior and pivot to remote code execution. Any RSC implementation that deserializes untrusted module names and maps them into object properties is at risk. Automated exploitation can be implemented as an HTTP client that crafts Flight-compliant multipart payloads using these special keys until code execution is achieved.NTLM relay from SMB to MSSQL with TLS support
An attacker can run a malicious SMB server and relay captured NTLM authentication attempts to MSSQL servers. When a victim in...
🤖 Agent Actions
Summary:
Tests: Not run (not requested).
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.
📚 Repository Maintenance
All .md files have been checked for proper formatting (headers, includes, etc.).