Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://www.rapid7.com/blog/post/pt-metasploit-wrap-up-02-27-2026 Content Categories: Based on the analysis, this content was categorized under "Pentesting Web -> File Inclusion/Path traversal (add: artifact pull/install flows -> arbitrary file write -> .so library-load RCE) AND Windows Hardening -> Windows Local Privilege Escalation / Persistence (add: Active Setup persistence) AND Linux Hardening -> Linux Post-Exploitation (add: WSL -> Windows Startup folder persistence bridge)". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Title / context
Rapid7 Metasploit Framework Weekly Wrap-Up dated Feb 27, 2026 (Metasploit 6.4.115 → 6.4.116) highlights newly merged modules plus reliability/UX fixes. The post is primarily actionable for operators because it names the exact Metasploit module paths, upstream pull requests, and the core exploitation primitives each new module leverages (path traversal → arbitrary file write → library-load RCE; unauth command injection; stack overflow RCE on VoIP endpoints), plus...
🔧 Technical Details
If a service downloads artifacts (models/packages/images) and writes them to disk based on a path that can be influenced by the user, and that path accepts traversal sequences (e.g.,
../), the attacker can turn a normal “pull” into an arbitrary file write. A common escalation is to write a malicious.soand then trigger a new process spawn (or a code path that loads libraries) so the dynamic loader maps the attacker’s library, yielding RCE. This is the core technique behind the Ollama chain (CVE-2024-37032): rogue registry + traversal-based writes + library-load-on-process-start behavior.2) Pre-auth command injection in web-managed appliances → immediate RCE
Where a web endpoint concatenates attacker-controlled input into a shell command (or equivalent command execution primitive) without authentication...
🤖 Agent Actions
Summary:
.soload RCE chain to file inclusion/path traversal guidance.Files updated:
src/pentesting-web/file-inclusion/README.mdsrc/windows-hardening/windows-local-privilege-escalation/privilege-escalation-with-autorun-binaries.mdsrc/linux-hardening/linux-post-exploitation/README.mdTests: Not run (docs-only changes).
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.