CVE-2026-76764
Received Received - Intake

SQL Injection in Employee Management System 1.0

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

Publication date: 2026-08-20

Last updated on: 2026-08-20

Assigner: VulDB

Description

A flaw has been found in code-projects Employee Management System 1.0. The impacted element is an unknown function of the file /process/aprocess.php of the component Admin Login Endpoint. This manipulation of the argument mailuid causes sql injection. Remote exploitation of the attack is possible. The exploit has been published and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

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 a SQL injection vulnerability in the Employee Management System 1.0. The flaw exists in the admin login endpoint where the mailuid parameter is directly used in a SQL query without proper sanitization. Attackers can inject malicious SQL code to bypass authentication and access the admin panel.

Detection Guidance

To detect this SQL injection vulnerability, check if the Employee Management System 1.0 is running and accessible. Test the admin login endpoint by sending a POST request with a malicious payload in the mailuid parameter, such as admin' OR '1'='1. If the system responds with unexpected data or errors, it may be vulnerable.

Impact Analysis

An attacker could exploit this to bypass login, access sensitive data like the database name, or perform unauthorized actions such as modifying data. The vulnerability requires no authentication, making it easily exploitable by remote attackers.

Compliance Impact

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

Mitigation Strategies

Immediately update the application to use prepared statements with parameter binding for all SQL queries. Implement strict input validation to sanitize user inputs. Restrict database user permissions to the minimum required. Conduct a security audit to identify other potential vulnerabilities.

Chat Assistant

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

EPSS Chart