Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2025-53770-research — 🚨 Threat intel & incident response research on SharePoint "ToolShell" RCE zero-day (CVE-2025-53770). 🕵️‍♂️ Covers root-cause deserialization flaws, attack timelines, risk metrics, and defensive EDR validation playbooks. 🛡️ | Kitploit
Tools/GitHubGitHub/mfarshad-abdullah-khan/cve-2025-53770-research
Vulnerability AnalysisForensicsWeb SecurityThreat IntelligenceIntrusion DetectionLearning & EducationIncident Response
GitHubmfarshad-abdullah-khan/cve-2025-53770-research

cve-2025-53770-research

🚨 Threat intel & incident response research on SharePoint "ToolShell" RCE zero-day (CVE-2025-53770). 🕵️‍♂️ Covers root-cause deserialization flaws, attack timelines, risk metrics, and defensive EDR validation playbooks. 🛡️

View Repository
451 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

cve-2025-53770-research

🚨 Threat intel & incident response research on SharePoint "ToolShell" RCE zero-day (CVE-2025-53770). 🕵️‍♂️ Covers root-cause deserialization flaws, attack timelines, risk metrics, and defensive EDR validation playbooks. 🛡️

🕵️ CVE-2025-53770 — SharePoint "ToolShell" Zero-Day Research

Threat intel & incident response research on the Microsoft SharePoint "ToolShell" RCE zero-day. Covers root-cause deserialization flaws, attack timelines, risk metrics, and defensive/EDR validation playbooks.

Presented by Muhammad Farshad Abdullah Khan


📈 Overview

SharePoint has been Microsoft's core enterprise collaboration platform since 2001, now serving 200M+ monthly active users for document management, intranets, and workflow automation. That scale is exactly why CVE-2025-53770 is a big deal — a critical RCE sitting in a platform most large orgs run on-prem.

🚨 CVECVE-2025-53770
🔥 SeverityCritical — CVSS 9.8
⚙️ ComponentToolShell
🛑 TypeRemote Code Execution (unauthenticated)
📅 DiscoveredJuly 15, 2025
📅 DisclosedJuly 19, 2025
🛠️ AffectedSharePoint Server 2016, 2019, Subscription Edition (on-prem)

⚠️ Vulnerability Details

  • Root cause: Insecure deserialization of untrusted data in the ToolShell component. The server reconstructs malicious object structures from unvalidated input, enabling arbitrary command execution.
  • Exploit vector: Specially crafted HTTP requests carrying malicious serialized payloads — no valid credentials required.
  • Blast radius: Up to ~70% unauthorized control over SharePoint admin functionality once exploited; ~85% of identified attempts used crafted HTTP payloads as the delivery method.

🔥 Attack Process

1️⃣ Reconnaissance

  • Attackers scan for publicly exposed ToolShell endpoints.
  • Fingerprint server versions to match known exploit paths.
  • Map network perimeter for weak access controls.

2️⃣ Exploitation

  • Malicious serialized object embedded in a normal-looking HTTP request.
  • Untrusted deserialization triggers unauthenticated RCE.
  • Attacker gains a foothold usable for exfiltration or lateral movement.

3️⃣ Persistence & Escalation

  • Web shells dropped into public-facing IIS directories for durable backdoor access.
  • Paired with CVE-2025-53771 (privilege escalation) to jump from service-account level to full domain admin.
  • ~75% of exploit chains include immediate web shell installs; ~60% of cases saw successful domain-admin escalation post-exploit.

🛑 Impact Analysis

  • Data breach: Exfiltration of sensitive corporate documents from compromised SharePoint sites.
  • Operational impact: Long-term stealthy espionage rather than outages — attackers stayed quiet to avoid detection.
  • Strategic risk: Loss of IP, legal docs, and confidential business data; direct hit to compliance posture.
  • Shodan/Censys scans found thousands of exposed on-prem servers; ~13% of scanned enterprise environments ran vulnerable self-hosted configs, and ~6% of those left ToolShell directories completely unprotected.

Sectors hit hardest:

SectorRisk
🏛️ GovernmentNational security data, espionage exposure
🏢 EnterpriseTheft of proprietary/competitive assets
🎓 AcademiaR&D and research partnership data exposure

🔒 Detection — Indicators of Compromise (IoCs)

  • 💻 Unusual PowerShell activity flagged by Microsoft Defender for Endpoint — commands deviating from baseline behavior.
  • 🕵️ Unauthorized .aspx files appearing in public-facing IIS directories — classic web shell signature.
  • 🌐 Anomalous outbound traffic to unknown/blacklisted IPs — a strong signal of active exfiltration.

🛡️ Microsoft Response

  • Emergency patch released July 19, 2025, covering SharePoint Server 2016, 2019, and Subscription Edition.
  • Patch restricts unauthenticated object reconstruction in ToolShell, closing the deserialization path.
  • ~68% enterprise patch adoption within the first month.
  • ⚠️ Residual risk: ~32% of orgs on unsupported/legacy versions remain exposed — no patch coverage for them.

🛠️ Prevention Strategies

ControlEffectiveness
🚨 Immediate patch deploymentCuts exploitation risk ~80%
🔒 Least privilege + MFA on SharePoint adminsBlocks ~85% of attempted admin credential compromise
⚙️ Network segmentation (isolate admin interfaces)Cuts lateral movement exposure ~70%

🚨 Incident Response Best Practices

  1. Containment — isolate infected servers within 1 hour of detection (cut infection spread ~70% in observed cases).
  2. Forensics — pull system logs + memory dumps to reconstruct the attack chain (used in 85%+ of successful IR efforts).
  3. Communication — notify stakeholders within 24 hours and meet breach notification obligations (linked to 90% better recovery cooperation).

📊 Lessons Learned

  • ~78% of vulnerable environments had unpatched configs susceptible to the ToolShell deserialization flaw.
  • Only 22% of orgs had real-time anomaly detection on SharePoint — the other 78% had delayed breach discovery.
  • ~65% of environments were exposed to this zero-day before any vendor fix existed — proof that patch-cycle-only defense isn't enough.

Architecture fixes worth prioritizing:

  • 💻 Behavioral EDR + application controls monitoring w3wp.exe (the IIS worker process) to block unauthorized process spawning.
  • 📈 AI-driven behavioral analytics for continuous ToolShell activity monitoring.
  • 🛠️ Quarterly red team exercises simulating ToolShell-style exploitation.

⚙️ Comparative Case: CVE-2023-29357 vs CVE-2025-53770

CVE-2023-29357CVE-2025-53770
MechanismAuth bypass via bad JWT validationInsecure deserialization in ToolShell
OutcomeAuth bypass → RCEImmediate persistent web shell deployment
DetectionSometimes flagged via auth event logsFrequently bypasses standard traffic anomaly filters

Both are unauthenticated RCE at admin-level privilege — same severity ceiling, different plumbing.


🕵️ Attack Flow Diagram

root@kitploit:~
Recon → Exploit → Persist → Escalate → Exfiltrate
  • Tools used: serialized payloads, crafted HTTP requests, web shells
  • Detection points: IIS access logs, EDR/endpoint alerts, file integrity monitoring

📂 Repo Contents

  • README.md — this write-up
  • Presentation slides (PDF) — full deck with charts and stats referenced above

⚠️ Disclaimer

This repository is for defensive research and educational purposes only — threat intel summary, detection guidance, and mitigation strategy. It does not contain exploit code or working attack tooling.


Author: Muhammad Farshad Abdullah Khan

Download Tool