XSS Stored - Content of tasks are not sanitize in infotelglpi/tasklists
Reported on
Oct 27th 2022
Description
If a user inject an XSS payload inside the content of a task. All users that visit the kanban will execute the corresponding XSS payload.
Proof of Concept
Create XSS in task content
XSS is executed
Impact
XSS can cause a variety of problems for the end user that range in severity from an annoyance to complete account compromise. The most severe XSS attacks involve disclosure of the user’s session cookie, allowing an attacker to hijack the user’s session and take over the account. Other damaging attacks include the disclosure of end user files, installation of Trojan horse programs, redirecting the user to some other page or site, or modifying presentation of content. An XSS vulnerability allowing an attacker to modify a press release or news item could affect a company’s stock price or lessen consumer confidence. An XSS vulnerability on a pharmaceutical site could allow an attacker to modify dosage information resulting in an overdose. Source OWASP - Cross Site Scripting (XSS).
References
SECURITY.md
a year ago