Active Exploitation of Microsoft SharePoint Vulnerabilities ... #1167
+141
−0
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
Executive Summary
Unit 42 observed active exploitation of on-premises Microsoft SharePoint vulnerabilities CVE-2025-49704 (code injection, CVSS 8.8), CVE-2025-49706 (improper authentication, CVSS 6.3), CVE-2025-53770 (unauthenticated deserialization RCE, CVSS 9.8) and CVE-2025-53771 (path traversal spoofing, CVSS 6.3) on SharePoint Server 2016, 2019 and Subscription Edition. Attackers bypass MFA/SSO, execute commands...
🔧 Technical Details
SharePoint Exploitation Chain (ToolShell): Attackers chain CVE-2025-49704’s code injection with CVE-2025-49706’s improper authentication, CVE-2025-53770’s unauthenticated deserialization RCE and CVE-2025-53771’s path traversal by sending crafted HTTP requests to
/_layouts/15/ToolPane.aspx
, bypassing MFA/SSO and triggering w3wp.exe to execute unauthorized commands.Web.config Exfiltration: By spawning
cmd.exe
from w3wp.exe, attackers execute a...🤖 Agent Actions
Added comprehensive Microsoft SharePoint exploitation guidance and linked it within Web tech tricks list.
Key updates:
Created src/network-services-pentesting/pentesting-web/microsoft-sharepoint.md
• Summarises enumeration, 2025 CVE exploit chain (code-injection, auth bypass, unauthenticated ViewState deserialization & path-traversal).
• Provides post-exploitation recipes (web.config exfiltration, Base64 web-shell, obfuscated variant).
• Adds detection & mitigation sections plus cross-references to IIS and ViewState deserialization pages.
• Includes full reference section with Unit42 blog and advisories.
Modified src/network-services-pentesting/pentesting-web/README.md
• Added “Microsoft SharePoint” entry in the Web tech tricks list pointing to the new page....
✅ Review Checklist
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.