cve/2018/CVE-2018-15596.md

18 lines
770 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-15596](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-15596)
![](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
An issue was discovered in inc/class_feedgeneration.php in MyBB 1.8.17. On the forum RSS Syndication page, one can generate a URL such as http://localhost/syndication.php?fid=&type=atom1.0&limit=15. The thread titles (within title elements of the generated XML documents) aren't sanitized, leading to XSS.
### POC
#### Reference
- https://www.exploit-db.com/exploits/45393/
#### Github
No PoCs found on GitHub currently.