mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 11:48:07 +02:00
24 lines
1.5 KiB
Markdown
24 lines
1.5 KiB
Markdown
### [CVE-2015-10141](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-10141)
|
|

|
|

|
|

|
|
&color=brightgreen)
|
|
|
|
### Description
|
|
|
|
An unauthenticated OS command injection vulnerability exists within Xdebug versions 2.5.5 and earlier, a PHP debugging extension developed by Derick Rethans. When remote debugging is enabled, Xdebug listens on port 9000 and accepts debugger protocol commands without authentication. An attacker can send a crafted eval command over this interface to execute arbitrary PHP code, which may invoke system-level functions such as system() or passthru(). This results in full compromise of the host under the privileges of the web server user.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/44568
|
|
- https://www.vulncheck.com/advisories/xdebug-remote-debugger-unauth-os-command-execution
|
|
|
|
#### Github
|
|
- https://github.com/CVEDB/awesome-cve-repo
|
|
- https://github.com/CVEDB/top
|
|
- https://github.com/D3Ext/CVE-2015-10141
|
|
- https://github.com/PuddinCat/GithubRepoSpider
|
|
- https://github.com/n0m4d22/PoC-CVE-2015-10141-Xdebug
|
|
|