Skip to content
Threat Feed
high advisory

Improper Authentication in code-projects Task Management System

A vulnerability in code-projects Task Management System 1.0 allows remote attackers to bypass authentication via manipulation of the password argument in the login component.

What's new

  • 1. added detection rule: Detect CVE-2026-19343 Exploitation - SQL Injection in AdminLogin Aug 9, 09:44 via nvd

The code-projects Task Management System version 1.0 contains an improper authentication vulnerability identified as CVE-2026-19342. The flaw exists within the /index.php file of the login component, where the 'Password' argument is improperly handled during the authentication process. This allows a remote, unauthenticated attacker to manipulate the password input, potentially resulting in unauthorized access to the system. The vulnerability has a CVSS v3.1 base score of 7.3, indicating a significant risk for organizations hosting this software. Publicly available exploit code for this vulnerability has been identified, increasing the likelihood of exploitation.

Impact

Successful exploitation of this vulnerability allows unauthorized remote actors to bypass the authentication mechanism of the Task Management System. This can result in unauthorized access to sensitive task data, project documentation, and potentially administrative functionality within the application. Organizations utilizing this software are at high risk of data breaches and unauthorized system manipulation.

Recommendation

  • Inventory all web-accessible instances of the code-projects Task Management System version 1.0.
  • Implement strict ingress filtering or network-level authentication (such as a reverse proxy with MFA) in front of the application to prevent unauthenticated access to /index.php until a vendor patch is applied.
  • Monitor web server access logs for anomalous POST requests directed at /index.php that deviate from expected patterns, particularly those originating from unauthorized network segments.
  • If the application cannot be patched or isolated, disable public access to the login page immediately.

Immediate actions

Inventory code-projects Task Management System installations.

IT Operations 24h

Mitigations

Restrict external network access to the application login interface.

immediate IT Operations

CVE-2026-19342

Detection coverage 1

Detect CVE-2026-19343 Exploitation - SQL Injection in AdminLogin

high

Detects potential SQL injection attempts targeting the AdminLogin.php authentication parameters.

sigma tactics: initial_access techniques: T1190 sources: webserver

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