vendor:
Daily Habit Tracker
by:
Yevhenii Butenko
6.1
CVSS
HIGH
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Daily Habit Tracker
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2024-24494
CPE: a:daily_habit_tracker_project:daily_habit_tracker:1.0
Platforms Tested: Debian
2024
Daily Habit Tracker 1.0 – Stored Cross-Site Scripting (XSS)
Stored Cross-Site Scripting (XSS) allows attackers to inject malicious scripts into a web application's database, which are then executed when accessed by other users. This vulnerability affects parameters in 'Add Tracker' and 'Update Tracker' requests due to lack of input sanitization.
Mitigation:
To mitigate this vulnerability, input validation and sanitization routines should be implemented to ensure that user-supplied data is free from malicious scripts. Additionally, output encoding should be used when rendering user input back to the page.