CVE-2026-95833
Received Received - Intake

SQL Injection in Leave Management System 1.0

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

Publication date: 2026-09-23

Last updated on: 2026-09-23

Assigner: VulDB

Description

A weakness has been identified in itsourcecode Leave Management System 1.0. Impacted is an unknown function of the file /module/leavetype/index.php. This manipulation of the argument ID causes sql injection. The attack may be initiated remotely. The exploit has been made available to the public and could be used for attacks.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-23
Last Modified
2026-09-23
Generated
2026-09-23
AI Q&A
2026-09-23
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 vulnerability is a SQL injection flaw in the Leave Management System 1.0. It exists in the file /module/leavetype/index.php where the 'ID' parameter is not properly sanitized. Attackers can manipulate this input to inject malicious SQL code, potentially accessing or altering database contents.

Detection Guidance

To detect SQL injection vulnerabilities like CVE-2026-95833, test the 'id' parameter in /module/leavetype/index.php with payloads such as ' OR 1=1 -- or ' OR '1'='1. Use tools like SQLmap with commands: sqlmap -u 'http://target/module/leavetype/index.php?id=1' --batch. Alternatively, manually test with curl: curl 'http://target/module/leavetype/index.php?id=1' OR '1'='1'.

Impact Analysis

An attacker could exploit this to access sensitive data, modify or delete records, gain unauthorized system access, or disrupt services. The exploit is publicly available, increasing the risk of attacks even without authentication.

Compliance Impact

This vulnerability could lead to unauthorized data access or leaks, violating GDPR (data protection) and HIPAA (health data privacy). Non-compliance may result in legal penalties, fines, or reputational damage due to exposed sensitive information.

Mitigation Strategies

Immediately apply input validation to sanitize the 'id' parameter. Replace dynamic SQL queries with prepared statements. Restrict database user permissions to least privilege. Conduct a security audit and update the Leave Management System to the latest version if available.

Chat Assistant

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

EPSS Chart