Rapid7 Analysis Microsoft SharePoint Remote Code Execution (... - #2748
Open
carlospolop wants to merge 1 commit into
Open
Rapid7 Analysis Microsoft SharePoint Remote Code Execution (...#2748carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://rapid7.com/blog/post/ra-microsoft-sharepoint-remote-code-execution-cve-2026-63520 Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting > 80,443 - Pentesting Web Methodology > Microsoft SharePoint, with a cross-reference from Pentesting Web > Deserialization > Basic .Net deserialization". 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
Overview and severity
CVE-2026-63520 is a remote code execution vulnerability in Microsoft SharePoint's Business Data Connectivity (BDC) subsystem. Rapid7 disclosed it with Microsoft on August 11, 2026, and based its technical analysis on SharePoint Server Subscription Edition 16.0.19725.20210. A remote authenticated attacker who can upload a malicious Business Data Connectivity model file (
.bdcm) and trigger its entity can execute arbitr...🔧 Technical Details
Abusing unrestricted type resolution in declarative metadata: If attacker-controlled XML, JSON, or configuration metadata supplies .NET type names and the application resolves them with unrestricted
Type.GetType(), the feature may provide arbitrary type instantiation rather than merely data parsing. In this case, type names shorter than 15 characters follow a limited resolver, but longer names are resolved directly without an assembly or class allowlist. Attackers can therefore use assembly-qualified names for dangerous GAC types. Review type resolvers for length-based branches, fallback paths, and direct calls to reflection APIs.Converting recursive object construction into code execution: A framework that recursively instantiates attacker-selected types and reflectively assigns nested properties provides a gadget-building primitive. Select a class whose property setter has an execution side effect, create the nested objects it ...
🤖 Agent Actions
Updated
src/network-services-pentesting/pentesting-web/microsoft-sharepoint.md.Added:
ObjectDataProvider/Process.Start()example.FindSpecificDefaultmaterialization workflow and relevant endpoints.DotNetAssembly/LosFormatteralternative chain.Validation:
git diff --checkpassed.mdbook buildwas unavailable becausemdbookis not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.