cve/2013/CVE-2013-2294.md

20 lines
917 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2013-2294](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2294)
![](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
Multiple cross-site scripting (XSS) vulnerabilities in ViewGit before 0.0.7 allow remote repository users to inject arbitrary web script or HTML via a (1) tag name to the Shortlog table in templates/shortlog.php or branch name to the (2) Shortlog table in templates/shortlog.php or (3) Heads table in plates/summary.php.
### POC
#### Reference
- http://packetstormsecurity.com/files/120862/ViewGit-0.0.6-Cross-Site-Scripting.html
- http://seclists.org/fulldisclosure/2013/Mar/174
- http://www.exploit-db.com/exploits/24862
#### Github
No PoCs found on GitHub currently.