CVE-2026-19342
Received Received - Intake

Authentication Bypass in Task Management System 1.0

Vulnerability report for CVE-2026-19342, 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 was detected in code-projects Task Management System 1.0. Affected is an unknown function of the file /index.php of the component Login. Performing a manipulation of the argument Password results in improper authentication. The attack is possible to be carried out remotely. The exploit is now 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-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an authentication bypass in the Code-Projects Task Management System 1.0. The issue occurs in the login process where the system fails to validate the password. Instead, it only checks if the provided email matches an active user in the database. This allows attackers to gain unauthorized access by submitting any password as long as the email is valid.

Detection Guidance

To detect this vulnerability, check if the Task Management System accepts any password for a valid email. Test with a known email and random passwords. If login succeeds, the system is vulnerable. Inspect /index.php for missing password validation in the login handler.

Impact Analysis

An attacker could exploit this flaw to access sensitive user data, including profiles, tasks, and comments, without proper authentication. Since the attack can be performed remotely, unauthorized individuals may gain full access to user accounts and associated data.

Compliance Impact

This vulnerability could lead to unauthorized access to personal and sensitive data, violating GDPR and HIPAA requirements for data protection and access controls. Non-compliance may result in legal penalties, data breach notifications, and reputational damage.

Mitigation Strategies
  • Implement prepared statements for database queries to prevent SQL injection.
  • Use password_verify() to validate passwords against stored hashes.
  • Reject authentication immediately if password verification fails.
  • Regenerate session IDs only after successful password verification.
  • Add login rate limiting and failure logging to detect brute-force attempts.

Chat Assistant

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

EPSS Chart