mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 19:04:02 +02:00
20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
Markdown
### [CVE-2012-10033](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-10033)
|
||

|
||

|
||
&color=brightgreen)
|
||
|
||
### Description
|
||
|
||
Narcissus is vulnerable to remote code execution via improper input handling in its image configuration workflow. Specifically, the backend.php script fails to sanitize the release parameter before passing it to the configure_image() function. This function invokes PHP’s passthru() with the unsanitized input, allowing attackers to inject arbitrary system commands. Exploitation occurs via a crafted POST request, resulting in command execution under the web server’s context.
|
||
|
||
### POC
|
||
|
||
#### Reference
|
||
- https://www.exploit-db.com/exploits/22709
|
||
- https://www.exploit-db.com/exploits/22856
|
||
- https://www.vulncheck.com/advisories/narcissus-image-config-command-injection
|
||
|
||
#### Github
|
||
No PoCs found on GitHub currently.
|
||
|