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.
Published: 2026-08-09
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability exists in the comment_count_user.php module of the code-projects Task Management System 1.0, where the task_id parameter is not properly sanitized. This allows an attacker to inject malicious SQL statements, enabling the execution of arbitrary database commands such as data exfiltration, modification, or deletion. The flaw is exploitable remotely and has already been publicly disclosed, indicating that attackers can trigger the attack over the network without any special privileges.

Affected Systems

The vulnerability affects the Task Management System produced by code-projects, specifically version 1.0. No other versions or components have been identified as impacted.

Risk and Exploitability

The CVSS score of 6.9 classifies the issue as medium severity. The EPSS score is not available, so the exploitation probability cannot be quantified; however, the vulnerability is not listed in CISA KEV. Attackers can exploit the flaw remotely via manipulated task_id inputs, potentially leading to unauthorized data exposure or alteration. The lack of a public patch at this time increases the risk until an official fix is released.

Generated by OpenCVE AI on August 9, 2026 at 10:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest official release of the Task Management System that includes the fixed comment_count_user.php
  • If a patch is not yet available, modify the task_id handling to validate it as an integer and use prepared statements or parameterized queries to eliminate injection risk
  • Restrict external access to the web application and enforce network segmentation or firewall rules to limit exposure to untrusted traffic
  • Monitor web server and database logs for suspicious query patterns and unauthorized data access attempts

Generated by OpenCVE AI on August 9, 2026 at 10:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 09 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
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.
Title code-projects Task Management System comment_count_user.php sql injection
First Time appeared Code-projects
Code-projects task Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:task_management_system:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects task Management System
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Code-projects Task Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-09T09:15:08.652Z

Reserved: 2026-08-08T13:32:21.934Z

Link: CVE-2026-19344

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T10:30:03Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')