CVE-2026-95833
6.3itsourcecode · Leave Management System
A SQL injection vulnerability in itsourcecode Leave Management System 1.0 allows authenticated attackers to manipulate database queries via the id parameter in /module/leavetype/index.php.
Executive summary
A SQL injection vulnerability in the itsourcecode Leave Management System version 1.0 allows authenticated users to execute unauthorized database commands, posing a significant risk to data integrity.
Vulnerability
The application fails to properly sanitize user-supplied input in the id parameter within the /module/leavetype/index.php file, allowing an authenticated attacker to inject malicious SQL queries. This flaw leverages the application's database interaction layer to perform unauthorized operations.
Business impact
The vulnerability allows for potential unauthorized database access, which may lead to the exposure of sensitive employee information, data tampering, or complete system compromise. Given the CVSS score of 6.3, this represents a moderate risk that could result in significant operational disruption and loss of confidentiality for organizations utilizing this software.
Remediation
Immediate Action: There is currently no vendor-provided patch for this version; users should restrict access to the application and audit existing database permissions to minimize potential impact.
Proactive Monitoring: Security teams should monitor database logs for anomalous query patterns, specifically looking for unexpected use of concatenation, floor functions, or SQL syntax keywords in the /module/leavetype/index.php endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection attempts targeting the id parameter, providing a virtual patch until an official update is released.
Exploitation status
Public Exploit Available: Yes — a public proof-of-concept is available via the researcher's GitHub repository.
Analyst recommendation
Organizations running the itsourcecode Leave Management System 1.0 must treat this vulnerability with urgency. Since an official patch is not yet available, administrators should prioritize implementing compensating controls such as WAF rules and restricting access to the management interface. Continuous monitoring of database logs is essential until a secure version is provided by the vendor.
More itsourcecode CVEs all →
History
- Analyst report written
Sources
Originally found and disclosed by CyberXSec (VulDB User), per the CVE Program record.
- VDB-408524 | itsourcecode Leave Management System index.php sql injection Vulnerability database entry
- VDB-408524 | CTI Indicators (IOB, IOC, TTP, IOA)
- CVE-2026-95833 | CVE Analysis and Report Third-party advisory
- Submit #953126 | itsourcecode Leave Management System V1.0 SQL Injection Third-party advisory
- Exploit / PoC
- itsourcecode.com