vendor:
Employee Task Management System
by:
Muhammad Navaid Zafar Ansari
5.4
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: Employee Task Management System
Affected Version From: v 1.0
Affected Version To: v 1.0
Patch Exists: NO
Related CWE: CVE-2023-0902
CPE: a:sourcecodester:employee_task_management_system:1.0
Other Scripts:
https://www.infosecmatter.com/nessus-plugin-library/?id=75552, https://www.infosecmatter.com/nessus-plugin-library/?id=108471, https://www.infosecmatter.com/nessus-plugin-library/?id=127164, https://www.infosecmatter.com/nessus-plugin-library/?id=108286, https://www.infosecmatter.com/nessus-plugin-library/?id=60877, https://www.infosecmatter.com/nessus-plugin-library/?id=60893, https://www.infosecmatter.com/nessus-plugin-library/?id=68125, https://www.infosecmatter.com/nessus-plugin-library/?id=50797, https://www.infosecmatter.com/nessus-plugin-library/?id=50400, https://www.infosecmatter.com/nessus-plugin-library/?id=68173
Platforms Tested: Windows 11
2023
Employee Task Management System v1.0 – SQL Injection on edit-task.php
The employee task management system supports two roles of users, one is admin, and another is a normal employee. On this page task_id parameter is vulnerable to SQL Injection Attack. An attacker can inject malicious SQL queries into the vulnerable parameter and can gain access to the database.
Mitigation:
To prevent SQL Injection attacks, developers should properly sanitize and validate all user input, and implement strong security measures, such as input validation, output encoding, parameterized queries, and access controls.