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

19 lines
925 B
Markdown

### [CVE-2008-4247](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4247)
![](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
ftpd in OpenBSD 4.3, FreeBSD 7.0, NetBSD 4.0, Solaris, and possibly other operating systems interprets long commands from an FTP client as multiple commands, which allows remote attackers to conduct cross-site request forgery (CSRF) attacks and execute arbitrary FTP commands via a long ftp:// URI that leverages an existing session from the FTP client implementation in a web browser.
### POC
#### Reference
- http://securityreason.com/securityalert/4313
- http://www.oracle.com/technetwork/topics/security/cpuoct2010-175626.html
#### Github
No PoCs found on GitHub currently.