Anuko Time Tracker is an open source, web-based time tracking application written in PHP. SQL injection vulnerability exist in multiple files in Time Tracker version 1.19.33.5606 and prior due to not properly checking of the "group" and "status" parameters in POST requests. Group parameter is posted along when navigating between organizational subgroups (groups.php file). Status parameter is used in multiple files to change a status of an entity such as making a project, task, or user inactive. This issue has been patched in version 1.19.33.5607. An upgrade is highly recommended. If an upgrade is not practical, introduce ttValidStatus function as in the latest version and start using it user input check blocks wherever status field is used. For groups.php fix, introduce ttValidInteger function as in the latest version and use it in the access check block in the file.
History

No history.

cve-icon MITRE Information

Status: PUBLISHED

Assigner: GitHub_M

Published: 2021-12-21T23:40:10

Updated: 2021-12-21T23:40:10

Reserved: 2021-11-16T00:00:00


Link: CVE-2021-43851

JSON object: View

cve-icon NVD Information

Status : Analyzed

Published: 2021-12-22T00:15:09.987

Modified: 2021-12-28T14:58:23.080


Link: CVE-2021-43851

JSON object: View

cve-icon Redhat Information

No data.

CWE