cve/2006/CVE-2006-5525.md

18 lines
827 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2006-5525](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5525)
![](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
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