mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-03 17:08:02 +02:00
18 lines
827 B
Markdown
18 lines
827 B
Markdown
### [CVE-2006-5525](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5525)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Incomplete blacklist vulnerability in mainfile.php in PHP-Nuke 7.9 and earlier allows remote attackers to conduct SQL injection attacks via (1) "/**/UNION " or (2) " UNION/**/" sequences, which are not rejected by the protection mechanism, as demonstrated by a SQL injection via the eid parameter in a search action in the Encyclopedia module in modules.php.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/2617
|
|
|
|
#### Github
|
|
- https://github.com/octane23/CASE-STUDY-1
|
|
|