CVE-2026-86180
7.3Code-Projects · Task Management System In PHP
The Code-Projects Task Management System in PHP version 1.0 contains a SQL injection vulnerability in the login functionality via the email parameter in index.php.
Executive summary
An unauthenticated SQL injection vulnerability in the Code-Projects Task Management System allows remote attackers to manipulate authentication queries, potentially leading to unauthorized access.
Vulnerability
The application is vulnerable to SQL injection due to improper neutralization of special elements in the email parameter processed by the index.php login endpoint. An unauthenticated attacker can supply crafted SQL syntax to influence backend database queries.
Business impact
The ability to perform SQL injection against an authentication endpoint poses a critical risk to data confidentiality and integrity. Successful exploitation could allow an attacker to bypass authentication, enumerate user accounts, or extract sensitive information from the underlying database. While the CVSS score is 7.3, the potential for total compromise of the application user database necessitates immediate attention.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict access to the login interface using network-level controls or a Web Application Firewall until the vendor releases a secure update.
Proactive Monitoring: Review web server access logs for suspicious POST requests to index.php containing SQL syntax characters, such as single quotes, OR conditions, or comment indicators.
Compensating Controls: Deploy a Web Application Firewall (WAF) configured with rules to detect and block SQL injection patterns in HTTP POST parameters. Additionally, ensure that the database user account utilized by the application follows the principle of least privilege.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept is available via the researcher's published write-up on GitHub.
Analyst recommendation
Given the availability of a public proof-of-concept and the nature of the flaw, this vulnerability should be treated with high urgency. Organizations using this software must implement compensating controls immediately to prevent unauthorized access and monitor for signs of exploitation while awaiting a vendor-supplied patch.
More Code-Projects CVEs all →
Sources
Originally found and disclosed by AhmadMarzook (VulDB User), per the CVE Program record.
- VDB-399312 | code-projects Task Management System In PHP Login index.php sql injection Vulnerability database entry
- VDB-399312 | CTI Indicators (IOB, IOC, TTP, IOA)
- CVE-2026-86180 | CVE Analysis and Report Third-party advisory
- Submit #896122 | code-projects Task Management System In PHP 1.0 SQL Injection Third-party advisory
- Exploit / PoC
- code-projects.org