CVE-2026-86180 Details
Description
A vulnerability has been found in code-projects Task Management System In PHP 1.0. Affected by this vulnerability is an unknown functionality of the file /index.php of the component Login. The manipulation of the argument email leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.
A SQL injection vulnerability has been identified in Code-Projects Task Management System in PHP version 1.0. The issue resides in the login functionality within the file '/index.php', where the 'email' parameter is improperly sanitized, allowing attackers to manipulate SQL queries. This vulnerability can be exploited remotely, potentially leading to unauthorized access or manipulation of database information.
The vulnerability can be addressed by using prepared statements and parameter binding for SQL queries, validating email input on the server side, securely hashing passwords, and reviewing the application for similar SQL injection vulnerabilities.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 6, 2026CISA-ADP
Assessed Sep 8, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://code-projects.org/ | [email protected] | Not ApplicableVendor |
| https://github.com/ahmadmarz10-hub/CVEsMarz/blob/main/Task%20Management%20System%20in%20PHP%20%E2%80%93%20SQL%20Injection%20in%20%60email%60%20Parameter.md | [email protected] | |
| https://vuldb.com/cve/CVE-2026-86180 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/896122 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/399312 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/399312/cti | [email protected] | AdvisoryPermission Required |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Code-Projects Task Management System | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 8, 2026 | CVE Modified | CISA-ADP |
| Sep 6, 2026 | New CVE Received | [email protected] |
Volerion