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

Impact

This vulnerability allows an attacker to inject arbitrary SQL into the email parameter of the Login Form’s select_with_multiple_condition function at /index.php. The flaw exposes a classic SQL injection path that could let the attacker alter queries and retrieve, modify, or delete data stored in the database. The flaw directly compromises the integrity and confidentiality of the application’s data store, and could provide a foothold for further attacks such as privilege escalation or credential theft.

Affected Systems

The issue is present in code-projects Task Management System version 1.0. No other versions are listed as affected. The vulnerability is localized to the login module, but as the login credentials control all user access, the impact spans the entire system for any user that authenticates through this interface.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity. No EPSS score is available, but the CVE notes that the exploit is publicly available, suggesting a non‑zero probability of exploitation. The vulnerability is not included in the CISA KEV catalog. Attackers can exploit this remotely by sending crafted requests to the login endpoint from any network that can reach the application.

Generated by OpenCVE AI on August 18, 2026 at 14:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s security patch or upgrade to a newer release that resolves the SQL injection issue.
  • If a patch is not yet available, temporarily restrict access to the login endpoint by network segmentation or IP whitelisting to limit exposure.
  • Sanitize the email input by enforcing strict validation and using parameterized queries or prepared statements to eliminate direct SQL concatenation.

Generated by OpenCVE AI on August 18, 2026 at 14:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
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.
Title code-projects Task Management System Login Form index.php select_with_multiple_condition 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-19T14:27:31.139Z

Reserved: 2026-08-18T05:45:45.836Z

Link: CVE-2026-75778

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-08-18T13:17:43.097

Modified: 2026-08-20T12:48:10.287

Link: CVE-2026-75778

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T14:15:07Z

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')