cve/2013/CVE-2013-7417.md

21 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2013-7417](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7417)
![](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
Cross-site scripting (XSS) vulnerability in cgi-bin/ipinfo.cgi in IPCop (aka IPCop Firewall) before 2.1.3 allows remote attackers to inject arbitrary web script or HTML via the QUERY_STRING. NOTE: this can be used to bypass the cross-site request forgery (CSRF) protection mechanism by setting the Referer.
### POC
#### Reference
- http://packetstormsecurity.com/files/129697/IPCop-2.1.4-Cross-Site-Request-Forgery-Cross-Site-Scripting.html
2024-06-09 00:33:16 +00:00
- http://packetstormsecurity.com/files/129697/IPCop-2.1.4-Cross-Site-Request-Forgery-Cross-Site-Scripting.html
2024-05-26 14:27:05 +02:00
- http://sourceforge.net/p/ipcop/bugs/807/
2024-06-09 00:33:16 +00:00
- http://sourceforge.net/p/ipcop/bugs/807/
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.