cve/2007/CVE-2007-1520.md
2024-05-26 14:27:05 +02:00

18 lines
691 B
Markdown

### [CVE-2007-1520](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1520)
![](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
The cross-site request forgery (CSRF) protection in PHP-Nuke 8.0 and earlier does not ensure the SERVER superglobal is an array before validating the HTTP_REFERER, which allows remote attackers to conduct CSRF attacks.
### POC
#### Reference
- http://www.ush.it/2007/03/09/php-nuke-wild-post-xss/
#### Github
No PoCs found on GitHub currently.