Headline
CVE-2022-2029: Stored XSS in Task field in titra
Cross-site Scripting (XSS) - DOM in GitHub repository kromitgmbh/titra prior to 0.77.0.
Description
The application Titra is vulnerable to Stored XSS in Task field.
Steps To Reproduce
- Click on add Track button
- In the Task field enter the payload "><img src=# onerror=alert(document.domain)>
- click save
- Now Click on Details
- XSS will be triggered
Image PoC
https://drive.google.com/file/d/1twcYvvdV-hCE4hI0HwtnE9ZvqpYC77gS/view?usp=sharing https://drive.google.com/file/d/1CNtiY-VeLjPtYQOx3clUKSxgSAMM2mQM/view?usp=sharing
Impact
This allows the attacker to execute malicious scripts in all the project members browser and it can lead to session hijacking, sensitive data exposure, and worse.