Files
CVEs-PoC/2006/CVE-2006-3013.md
T
2024-06-18 02:51:15 +02:00

18 lines
975 B
Markdown

### [CVE-2006-3013](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3013)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Interpretation conflict in resetpw.php in phpBannerExchange before 2.0 Update 6 allows remote attackers to execute arbitrary SQL commands via an email parameter containing a null (%00) character after a valid e-mail address, which passes the validation check in the eregi PHP command. NOTE: it could be argued that this vulnerability is due to a bug in the eregi PHP command and the proper fix should be in PHP; if so, then this should not be treated as a vulnerability in phpBannerExchange.
### POC
#### Reference
- http://www.redteam-pentesting.de/advisories/rt-sa-2006-005.txt
#### Github
No PoCs found on GitHub currently.