Vulnerability Description
Anuko Time Tracker is an open source, web-based time tracking application written in PHP. When a logged on user selects a date in Time Tracker, it is being passed on via the date parameter in URI. Because of not checking this parameter for sanity in versions prior to 1.19.30.5600, it was possible to craft the URI with malicious JavaScript, use social engineering to convince logged on user to click on such link, and have the attacker-supplied JavaScript to be executed in user's browser. This issue is patched in version 1.19.30.5600. As a workaround, one may introduce `ttValidDbDateFormatDate` function as in the latest version and add a call to it within the access checks block in time.php.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Anuko | Time Tracker | < 1.19.30.5600 |
Related Weaknesses (CWE)
References
- https://github.com/anuko/timetracker/commit/559906731f153c9b3a632c2839ed11669b76PatchThird Party Advisory
- https://github.com/anuko/timetracker/commit/d3f60bd3e3ea8ff8ec31a596baec6750af60PatchThird Party Advisory
- https://github.com/anuko/timetracker/security/advisories/GHSA-h2v8-87c9-86cwThird Party Advisory
- https://github.com/anuko/timetracker/commit/559906731f153c9b3a632c2839ed11669b76PatchThird Party Advisory
- https://github.com/anuko/timetracker/commit/d3f60bd3e3ea8ff8ec31a596baec6750af60PatchThird Party Advisory
- https://github.com/anuko/timetracker/security/advisories/GHSA-h2v8-87c9-86cwThird Party Advisory
FAQ
What is CVE-2021-41139?
CVE-2021-41139 is a vulnerability with a CVSS score of 8.1 (HIGH). Anuko Time Tracker is an open source, web-based time tracking application written in PHP. When a logged on user selects a date in Time Tracker, it is being passed on via the date parameter in URI. Bec...
How severe is CVE-2021-41139?
CVE-2021-41139 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-41139?
Check the references section above for vendor advisories and patch information. Affected products include: Anuko Time Tracker.