XSS in Anuko Time Tracker
CVE-2023-32066
Time Tracker is an open source time tracking system. The week view plugin in Time Tracker versions 1.22.11.5782 and prior was not escaping titles for notes in week view table. Because of that, it was possible for a logged in user to enter notes with elements of JavaScript. Such script could then be executed in user browser on subsequent requests to week view. This issue is fixed in version 1.22.12.5783. As a workaround, use `htmlspecialchars` when calling `$field->setTitle` on line #245 in the `week.php` file, as happens in version 1.22.12.5783.
Vulnerability class: XSS (Cross-Site Scripting)
EPSS: 0.004 (29.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.4 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N.
Affected products
- Anuko Time_tracker
- Anuko Timetracker — versions < 1.22.12.5783
Weakness classification (CWE)
Public proof-of-concept exploits
References
- security-advisories@github.com (x_refsource_CONFIRM, Third Party Advisory)
- security-advisories@github.com (Patch, x_refsource_MISC)
Frequently asked questions
- What is CVE-2023-32066?
- CVE-2023-32066 is a medium-severity vulnerability in Anuko Time Tracker, classified under Cross-site Scripting. CVSS score: 5.4/10. Published 2023-05-09.
- How severe is CVE-2023-32066?
- Medium severity. CVSS v3 base score is 5.4 out of 10.
- Is CVE-2023-32066 known to be exploited?
- 1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.