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

19 lines
781 B
Markdown

### [CVE-2004-1938](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1938)
![](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
SQL injection vulnerability in userlogin.php in Phorum 3.4.7 allows remote attackers to execute arbitrary SQL commands via doubly hex-encoded characters such as "%2527", which is translated to "'", as demonstrated using the phorum_uriauth parameter to list.php.
### POC
#### Reference
- http://marc.info/?l=bugtraq&m=108239796512897&w=2
- http://www.waraxe.us/index.php?modname=sa&id=19
#### Github
No PoCs found on GitHub currently.