mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 19:21:35 +02:00
18 lines
843 B
Markdown
18 lines
843 B
Markdown
### [CVE-2006-1828](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1828)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
SQL injection vulnerability in php121language.php in PHP121 1.4 allows remote attackers to execute arbitrary SQL commands and execute arbitrary code via the sess_username variable, as set by the php121un HTTP COOKIE parameter, which is used in multiple files including php121login.php. NOTE: the code execution occurs because the SQL query results are used in an include statement.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/1666
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|