CVE-2026-19344
Received Received - Intake

SQL Injection in Task Management System 1.0

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

Publication date: 2026-08-09

Last updated on: 2026-08-09

Assigner: VulDB

Description

A vulnerability has been found in code-projects Task Management System 1.0. Affected by this issue is some unknown functionality of the file /user/comment_count_user.php. The manipulation of the argument task_id leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-09
Last Modified
2026-08-09
Generated
2026-08-09
AI Q&A
2026-08-09
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

CVE-2026-19344 is an unauthenticated SQL injection vulnerability in the Code-Projects Task Management System affecting the /user/comment_count_user.php file. The task_id parameter in the URL is processed without authentication or input validation, allowing attackers to manipulate SQL queries directly by injecting malicious payloads.

Detection Guidance

To detect this SQL injection vulnerability, monitor HTTP requests to /user/comment_count_user.php for unusual task_id parameters. Test with payloads like ' OR 1=1 -- or ' UNION SELECT 1,2,3 -- in the task_id field. Check for abnormal response sizes or database errors.

Impact Analysis

This vulnerability allows remote attackers to retrieve arbitrary database data without authentication or user interaction. Attackers can inject SQL payloads via the task_id parameter to extract sensitive information, modify data, or execute unauthorized commands on the database.

Compliance Impact

This vulnerability can lead to unauthorized data access, violating confidentiality requirements in GDPR and HIPAA. It may result in data breaches, non-compliance with data protection regulations, and potential legal penalties due to exposure of sensitive user or task data.

Mitigation Strategies

Immediately restrict access to /user/comment_count_user.php if possible. Implement input validation to ensure task_id is a positive integer. Use prepared statements with bound parameters for all database queries. Add authentication checks to the endpoint. Reduce database account privileges to limit potential damage.

Chat Assistant

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

EPSS Chart