cve/2005/CVE-2005-0413.md
2024-06-18 02:51:15 +02:00

18 lines
809 B
Markdown

### [CVE-2005-0413](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0413)
![](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
Multiple SQL injection vulnerabilities in MyPHP Forum 1.0 allow remote attackers to execute arbitrary SQL commands via (1) the fid in forum.php, (2) the member parameter in member.php, (3) the email parameter in forgot.php, or (4) the nbuser or nbpass parameters in include.php. NOTE: it was later reported that vector 2 exists in 3.0 and earlier.
### POC
#### Reference
- https://www.exploit-db.com/exploits/4822
#### Github
No PoCs found on GitHub currently.