cve/2009/CVE-2009-1467.md

19 lines
977 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2009-1467](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1467)
![](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 IceWarp eMail Server and WebMail Server before 9.4.2 allow remote attackers to inject arbitrary web script or HTML via (1) the body of a message, related to the email view and incorrect HTML filtering in the cleanHTML function in server/inc/tools.php; or the (2) title, (3) link, or (4) description element in an RSS feed, related to the getHTML function in server/inc/rss/item.php.
### POC
#### Reference
- http://www.redteam-pentesting.de/advisories/rt-sa-2009-001
- http://www.redteam-pentesting.de/advisories/rt-sa-2009-002
#### Github
No PoCs found on GitHub currently.