Metasploit Wrap-Up 11/28/2025 #1619
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 describes changes between Metasploit Framework 6.4.99 and 6.4.100, highlighting 10 new modules and 3 bug fixes. The focus is on new exploit and post-exploitation capabilities (NTLM relay, unauthenticated Fortinet RCE, IGEL OS privesc and persistence, Flowise RCE, Notepad++ persistence) plus new RISC‑V payload coverage.
Microsoft Windows SMB → MSSQL NTLM Relay (auxiliary/server/relay/smb_to_mssql)
Path:
server/relay/smb_to_mssql🔧 Technical DetailsSMB → MSSQL NTLM RelayRun an SMB server that accepts and validates NTLM authentication from coerced or opportunistic SMB clients. When credentials are received, immediately relay the NTLM authentication to a target MSSQL server. If the relay succeeds, open an MSSQL session and execute arbitrary SQL or additional Metasploit MSSQL modules. This technique turns SMB authentication exposure into direct database access and can be combined with name‑resolution attacks or printer/coercion attacks to harvest and reuse domain or local credentials.
FortiWeb Unauthenticated HTTP RCE via CVE Chain
Use a chain of FortiWeb vulnerabilities (
CVE-20205-64446andCVE-2025-58034) against the HTTP management interface. First, exploit the initial bug to reach privileged internal functionality or bypass normal authorization, then leverage the second bug to inject or execute OS‑level code. Because the chain is unauthenticated, any exposed FortiWe...🤖 Agent Actions
Summary:
AI-MCP-Servers.mdwith a deep-dive into the new Flowise attack surface, covering both the JavaScript evaluation bug (CVE-2025-59528) and the unsandboxedcommand/argslauncher (CVE-2025-8943)./api/v1/node-load-method/customMCPendpoint processes attacker-controlledmcpServerConfigvalues, including ready-to-use cURL/JSON payloads that mirror the new Metasploit modules.Tests: Not run (documentation-only change).
Note: Additional techniques from the wrap-up would require touching other files, but current instructions limit changes to a single file, so the update focused on the Flowise AI/MCP content.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.