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-11371 — Proof-of-concept exploit for CVE-2025-11371, an unauthenticated Local File Inclusion in Gladinet CentreStack and TrioFox, enabling remote file retrieval and potential RCE via deserialization. | Kitploit
Tools/GitHubGitHub/netvanguard-cmd/cve-2025-11371
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingLearning & Education
GitHubnetvanguard-cmd/cve-2025-11371

CVE-2025-11371

Proof-of-concept exploit for CVE-2025-11371, an unauthenticated Local File Inclusion in Gladinet CentreStack and TrioFox, enabling remote file retrieval and potential RCE via deserialization.

View Repository
110 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

CVE-2025-11371

Overview

This repository contains a proof-of-concept exploit for CVE-2025-11371, an unauthenticated Local File Inclusion (LFI) vulnerability in Gladinet CentreStack and TrioFox. The exploit allows remote retrieval of sensitive system files, such as the Web.config, which can expose machine keys leading to further RCE via deserialization flaws like CVE-2025-30406.

Affected versions: All versions up to and including 16.7.10368.56560.

Requirements

  • Python 3.8+
  • Libraries: requests, argparse (install via pip install -r requirements.txt)

Usage

  • Install dependencies: pip install -r requirements.txt
  • Run the exploit: python exploit.py --target <target_url> --file "/path/to/Web.config"

Options:

  • --target: URL of the vulnerable CentreStack/TrioFox instance.
  • : Relative path to the file to include (e.g., "../../../../Windows/system.ini" for testing).
--file
  • --proxy: Optional HTTP proxy for anonymization.
  • How It Works

    The vulnerability stems from improper input validation in the UploadDownloadProxy component's temp handler. The exploit crafts a specially formed request to the endpoint, appending traversal sequences to reach outside the web root.

    Proof of Concept

    Tested against a default CentreStack setup on Windows Server 2019. Successful file reads include:

    • Web.config (machine key disclosure)
    • Machine.config
    • Sensitive logs in %PROGRAMDATA%

    Ethical Use Warning

    • This script is a proof-of-concept for CVE-2025-11371 for educational and authorized security testing purposes.
    • Do not use this script on systems without explicit permission from the system owner.
    • Misuse may violate laws, including the Computer Fraud and Abuse Act (CFAA) in the United States or similar laws elsewhere.
    • Always obtain written consent before testing any system.

    PoC Exploit - href

    For any inquiries, please email me at: [email protected]

    Download Tool