vendor:
                    Simple Task List
                by:
                    Ersin Erenler
                5.1
                        CVSS
                    MEDIUM
                    SQL Injection
                    89
                        CWE
                    Product Name: Simple Task List
                    Affected Version From:  1
                    Affected Version To:  1
                    Patch Exists: NO
                    Related CWE: CVE-2023-46023
                    CPE:  a:simple_task_list_project:simple_task_list:1.0
                    Platforms Tested:  Windows, Linux
                    2023
                    Simple Task List 1.0 – ‘status’ SQL Injection
Simple Task List version 1.0 is vulnerable to SQL Injection in the 'status' parameter of the addTask.php file. An attacker can exploit this vulnerability to execute malicious SQL queries, potentially leading to unauthorized access and extraction of sensitive data from the database.
Mitigation:
					To mitigate this vulnerability, input validation and parameterized queries should be implemented to sanitize user inputs and prevent SQL Injection attacks.