CVE-2026-94032
Received Received - Intake

SQL Injection in Leave Management System 1.0

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

Publication date: 2026-09-20

Last updated on: 2026-09-20

Assigner: VulDB

Description

A flaw has been found in itsourcecode Leave Management System 1.0. This affects an unknown part of the file /module/department/index.php. This manipulation of the argument ID causes sql injection. It is possible to initiate the attack remotely. The exploit has been published and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode leave_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

This is a SQL injection vulnerability in the Leave Management System 1.0. It exists in the file /module/department/index.php where the 'ID' parameter is not properly sanitized. Attackers can inject malicious SQL code through this parameter to manipulate database queries.

Detection Guidance

To detect this SQL injection vulnerability in the Leave Management System 1.0, inspect the /module/department/index.php file for improper input handling in the 'id' parameter. Use tools like SQLmap to test for SQL injection by sending crafted requests with payloads such as ' OR 1=1 --. Monitor database logs for unusual queries or errors.

  • Check HTTP requests to /module/department/index.php?id= for suspicious inputs like single quotes or SQL keywords.
  • Use automated scanners like OWASP ZAP or Burp Suite to fuzz the 'id' parameter for SQL injection.
Impact Analysis

An attacker could exploit this to access, modify, or delete sensitive data in the database. This may lead to unauthorized data exposure, data tampering, or even complete system compromise. Attackers could also disrupt system services or gain administrative control depending on database permissions.

Compliance Impact

This vulnerability could lead to violations of GDPR and HIPAA by exposing or leaking sensitive personal data. GDPR requires protection of personal data and HIPAA mandates safeguards for protected health information. A breach could result in legal penalties, fines, and reputational damage.

Mitigation Strategies

Immediately update the application to use prepared statements with parameter binding for all database queries. Implement strict input validation to reject any input containing SQL syntax. Restrict database user permissions to the minimum required for functionality.

  • Apply input filtering to block special characters like quotes or semicolons in the 'id' parameter.
  • Conduct a security audit to identify other potential SQL injection points in the application.

Chat Assistant

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

EPSS Chart