cve/2015/CVE-2015-6809.md
2024-06-18 02:51:15 +02:00

19 lines
858 B
Markdown

### [CVE-2015-6809](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-6809)
![](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 BEdita before 3.6.0 allow remote attackers to inject arbitrary web script or HTML via the (1) cfg[projectName] parameter to index.php/admin/saveConfig, the (2) data[stats_provider_url] parameter to index.php/areas/saveArea, or the (3) data[description] parameter to index.php/areas/saveSection.
### POC
#### Reference
- https://github.com/bedita/bedita/issues/623
- https://www.exploit-db.com/exploits/38051/
#### Github
No PoCs found on GitHub currently.