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

19 lines
1.0 KiB
Markdown

### [CVE-2011-2710](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2710)
![](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 Joomla! before 1.7.0 allow remote attackers to inject arbitrary web script or HTML via (1) the URI to includes/application.php, reachable through index.php; and, when Internet Explorer or Konqueror is used, (2) allow remote attackers to inject arbitrary web script or HTML via the searchword parameter in a search action to index.php in the com_search component. NOTE: vector 2 exists because of an incomplete fix for CVE-2011-2509.5.
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2011/07/22/1
- http://www.openwall.com/lists/oss-security/2011/07/22/5
#### Github
No PoCs found on GitHub currently.