Skip to content
Threat Feed
high advisory

SQL Injection in code-projects Task Management System In PHP

The code-projects Task Management System In PHP version 1.0 is susceptible to an unauthenticated remote SQL injection vulnerability in the login component via the email parameter.

CVE search metadata

CVE search record: CVE-2026-86180. Severity: high. CVSS: 7.3. KEV: no. Product: Task Management System In PHP (1.0). Brief: SQL Injection in code-projects Task Management System In PHP. Brief link: https://feed.craftedsignal.io/briefs/2026-09-cve-2026-86180/

A critical SQL injection vulnerability, identified as CVE-2026-86180, affects version 1.0 of the code-projects Task Management System written in PHP. The vulnerability resides within the authentication logic of the index.php file, specifically involving the processing of the email argument. An unauthenticated remote attacker can supply crafted input to this parameter to manipulate backend database queries. Given that the exploit has been publicly disclosed, the risk of exploitation by automated scanners or opportunistic threat actors is significant. Organizations running this specific version of the software are advised to restrict external access to the login endpoint or implement input validation and parameterized queries to mitigate the risk of unauthorized database interaction, authentication bypass, or data exfiltration.

Impact

Successful exploitation allows an unauthenticated attacker to manipulate SQL queries executed by the application. This can lead to unauthorized access to sensitive application data, potential authentication bypass, and total compromise of the database information managed by the Task Management System.

Recommendation

Prioritize restricting network access to the login interface for the affected Task Management System. Ensure that all database queries use prepared statements or parameterized inputs to sanitize user-provided values. Conduct a code review of the index.php authentication routine to identify and replace dynamic query building with secure database interface patterns.


Immediate actions

Deploy WAF or web server rules to detect SQL injection payloads in /index.php

SOC 24h

Mitigations

Implement input validation and parameterized database queries in index.php

immediate IT Operations

CVE-2026-86180

Detection coverage 1

Detects CVE-2026-86180 Exploitation - SQL Injection in Task Management System

high

Detects attempts to exploit the SQL injection vulnerability in the login component of Task Management System via the email parameter by looking for common SQL injection patterns.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →