vendor:
Teedy
by:
Ayato Shitomi
6.1
CVSS
HIGH
Account Takeover via Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Teedy
Affected Version From: 1.11
Affected Version To: 1.11
Patch Exists: NO
Related CWE: CVE-2024-46278
CPE: a:teedy:teedy:1.11
Platforms Tested: Linux
2024
Teedy 1.11 – Account Takeover via Stored Cross-Site Scripting (XSS)
Teedy 1.11 is vulnerable to an XSS exploit that could enable a malicious Teedy administrator to take over an account by manipulating certain requests. By uploading a specially crafted HTML file and modifying the 'Origin' and 'Referer' headers during the fetch request, an attacker can execute arbitrary scripts in the context of the user's session, leading to an account takeover.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user inputs, encode output, and implement proper header security mechanisms such as Content Security Policy (CSP) to prevent XSS attacks.