CVE-2026-75778
Received Received - Intake

SQL Injection in Task Management System

Vulnerability report for CVE-2026-75778, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: VulDB

Description

A vulnerability was identified in code-projects Task Management System 1.0. This affects the function Operation::select_with_multiple_condition of the file /index.php of the component Login Form. Such manipulation of the argument email leads to sql injection. It is possible to launch the attack remotely. The exploit is publicly available and might be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-08-18
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
code_projects task_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an SQL injection vulnerability in Code Projects Task Management System 1.0. The flaw exists in the login form where the email parameter is directly used in an SQL query without sanitization. An attacker can manipulate this input to inject malicious SQL code, potentially accessing or altering database contents.

Detection Guidance

To detect SQL injection vulnerabilities like CVE-2026-75778, inspect the login form of the Task Management System for unsanitized email input. Check if the email parameter is directly concatenated into SQL queries in index.php or Classes/init.php. Use tools like SQLmap to test for SQL injection by sending crafted payloads in the email field.

Impact Analysis

An attacker could exploit this to steal sensitive data like user credentials, modify or delete database records, or gain unauthorized access to the system. Since the attack can be performed remotely without authentication, any user of the affected system is at risk.

Compliance Impact

This vulnerability could lead to breaches of GDPR (data protection) and HIPAA (health data privacy) by exposing sensitive user information. Non-compliance with these regulations may result in legal penalties, reputational damage, and loss of trust.

Mitigation Strategies

Immediately update the application to use prepared statements for all SQL queries. Implement strict input validation for the email field, rejecting any input containing SQL metacharacters. Ensure the database user has least privileges. Review all dynamic SQL queries in Classes/init.php for similar issues.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75778. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart