Files
CVEs-PoC/2011/CVE-2011-10011.md
T
2025-09-29 21:09:30 +02:00

21 lines
1.1 KiB
Markdown

### [CVE-2011-10011](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-10011)
![](https://img.shields.io/static/v1?label=Product&message=WeBid&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=*%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-94%20Improper%20Control%20of%20Generation%20of%20Code%20('Code%20Injection')&color=brightgreen)
### Description
WeBid 1.0.2 contains a remote code injection vulnerability in the converter.php script, where unsanitized input in the to parameter of a POST request is written directly into includes/currencies.php. This allows unauthenticated attackers to inject arbitrary PHP code, resulting in persistent remote code execution when the modified script is accessed or included by the application.
### POC
#### Reference
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/linux/http/webid_converter.rb
- https://www.exploit-db.com/exploits/17487
- https://www.exploit-db.com/exploits/18934
- https://www.vulncheck.com/advisories/webid-remote-php-code-injection
#### Github
No PoCs found on GitHub currently.