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

19 lines
816 B
Markdown

### [CVE-2010-2480](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2480)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Mako before 0.3.4 relies on the cgi.escape function in the Python standard library for cross-site scripting (XSS) protection, which makes it easier for remote attackers to conduct XSS attacks via vectors involving single-quote characters and a JavaScript onLoad event handler for a BODY element.
### POC
#### Reference
- http://bugs.python.org/issue9061
- https://bugzilla.redhat.com/show_bug.cgi?id=609573
#### Github
No PoCs found on GitHub currently.