mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-04 05:38:02 +02:00
19 lines
816 B
Markdown
19 lines
816 B
Markdown
### [CVE-2010-2480](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2480)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|