Vulnerability Details : 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 category: Cross site scripting (XSS)
Products affected by CVE-2023-32066
- cpe:2.3:a:anuko:time_tracker:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2023-32066
0.06%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 30 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2023-32066
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
5.4
|
MEDIUM | CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N |
2.3
|
2.7
|
NIST | |
5.4
|
MEDIUM | CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N |
2.3
|
2.7
|
GitHub, Inc. |
CWE ids for CVE-2023-32066
-
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.Assigned by: security-advisories@github.com (Primary)
References for CVE-2023-32066
-
https://github.com/anuko/timetracker/commit/093cfe158099704ffd4a1624be217f9935e914eb
Addressed stored XSS vulnerability in week.php by escaping cell title. · anuko/timetracker@093cfe1 · GitHubPatch
-
https://github.com/anuko/timetracker/security/advisories/GHSA-jw2g-8wvp-9frw
Stored XSS vulnerability in Week View plugin · Advisory · anuko/timetracker · GitHubThird Party Advisory
Jump to