cve/2019/CVE-2019-18347.md

21 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-18347](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18347)
![](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
A stored XSS issue was discovered in DAViCal through 1.1.8. It does not adequately sanitize output of various fields that can be set by unprivileged users, making it possible for JavaScript stored in those fields to be executed by another (possibly privileged) user. Affected database fields include Username, Display Name, and Email.
### POC
#### Reference
- http://packetstormsecurity.com/files/155628/DAViCal-CalDAV-Server-1.1.8-Persistent-Cross-Site-Scripting.html
- http://seclists.org/fulldisclosure/2019/Dec/17
- http://seclists.org/fulldisclosure/2019/Dec/19
- https://hackdefense.com/publications/cve-2019-18347-davical-caldav-server-vulnerability/
#### Github
No PoCs found on GitHub currently.