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

20 lines
1002 B
Markdown

### [CVE-2007-5112](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5112)
![](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 session.cgi (aka the login page) in Google Urchin 5 5.7.03 and earlier allows remote attackers to inject arbitrary web script or HTML via the query string, a different vulnerability than CVE-2007-4713. NOTE: this can be leveraged to capture login credentials in some browsers that support remembered (auto-completed) passwords.
### POC
#### Reference
- http://hackademix.net/2007/09/24/googhole-xss-pwning-gmail-picasa-and-almost-200k-customers/
- http://securityreason.com/securityalert/3177
- http://www.gnucitizen.org/blog/google-urchin-password-theft-madness
#### Github
No PoCs found on GitHub currently.