Description
A security vulnerability has been detected in itsourcecode Leave Management System 1.0. This affects an unknown function of the file /module/department/controller.php. The manipulation of the argument DEPTID leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used.
Published: 2026-09-20
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Remote SQL Injection
Action: Patch Now
AI Analysis

Impact

The vulnerability is an unsanitized DEPTID argument in the /module/department/controller.php file of itsourcecode Leave Management System 1.0, allowing an attacker to inject arbitrary SQL into the backend database. As a result, the attacker can read, modify, or delete sensitive employee data, leading to loss of confidentiality and integrity. The flaw permits these actions from a remote network location via normal HTTP requests.

Affected Systems

The only affected product listed is itsourcecode Leave Management System version 1.0, which runs on a web server exposing the /module/department/controller.php endpoint. No other vendors, products, or versions are indicated in the CVE data.

Risk and Exploitability

The CVSS score is 5.3, placing the issue in the moderate range, but the EPSS score is not available and the vulnerability is not in CISA’s KEV list. Nevertheless, the flaw has been publicly disclosed and can be triggered remotely by crafting a malicious DEPTID value. Because the attack requires only web access to the application, the potential impact on the database is significant if the system is reachable from the internet or an internal network. The lack of an EPSS figure means the precise exploitation likelihood is uncertain, yet public exposure suggests that the window for exploitation remains open until mitigated.

Generated by OpenCVE AI on September 20, 2026 at 06:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest security update for the Leave Management System from itsourcecode that addresses the DEPTID injection vulnerability.
  • Validate the DEPTID parameter to allow only numeric values before it is used in any database operation.
  • Replace any string‑concatenated SQL queries with parameterized statements or stored procedures that separate code from data.
  • If an update is not available immediately, deploy a web application firewall rule that blocks common SQL injection patterns targeting the DEPTID field.

Generated by OpenCVE AI on September 20, 2026 at 06:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 20 Sep 2026 05:30:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in itsourcecode Leave Management System 1.0. This affects an unknown function of the file /module/department/controller.php. The manipulation of the argument DEPTID leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used.
Title itsourcecode Leave Management System controller.php sql injection
First Time appeared Itsourcecode
Itsourcecode leave Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:itsourcecode:leave_management_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode leave Management System
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Itsourcecode Leave Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-20T05:15:07.328Z

Reserved: 2026-09-19T09:24:03.435Z

Link: CVE-2026-93963

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-20T06:16:49.003

Modified: 2026-09-20T06:16:49.003

Link: CVE-2026-93963

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-20T06:30:16Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')