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

19 lines
972 B
Markdown

### [CVE-2010-1109](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1109)
![](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 index.php in phpMySport 1.4, when magic_quotes_gpc is disabled, allow remote attackers to execute arbitrary SQL commands via the (1) v2 parameter in a member view action, (2) v1 parameter in a news action, (3) v1 parameter in an information action, (4) v2 parameter in a team view action, (5) v2 parameter in a club view action, or (6) v2 parameter in a matches view action.
### POC
#### Reference
- http://packetstormsecurity.org/1001-exploits/phpmysport-sqlaccess.txt
- http://phpmysport.sourceforge.net/en/forum/bugs/sujet_2851.html
#### Github
No PoCs found on GitHub currently.