Description
A security vulnerability has been detected in CodeAstro Simple Online Leave Management System 1.0. Affected by this issue is some unknown functionality of the file /SimpleOnlineLeave/admin/deletemp.php. Such manipulation of the argument ID leads to sql injection. The attack can be executed remotely. The exploit has been disclosed publicly and may be used.
Published: 2026-07-13
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw occurs in deletemp.php where the ID argument is concatenated into a query. This allows a remote attacker to inject SQL that can retrieve, modify, or delete database content. The vulnerability is categorized as CWE-74 and CWE-89, indicating untrusted input used in a database context without proper sanitization. Based on the description, the attack can be executed remotely; however, the CVE description does not provide details on whether authentication is required, so this aspect is inferred and not explicitly stated.

Affected Systems

CodeAstro Simple Online Leave Management System version 1.0, accessed through /SimpleOnlineLeave/admin/deletemp.php. No other versions are listed as affected.

Risk and Exploitability

With a CVSS score of 5.3, the issue is of moderate severity. The EPSS score of < 1% indicates a very low probability of exploitation, and the vulnerability is not listed in CISA KEV. The attack vector is remote; however, specific network or authentication prerequisites are not detailed in the description. Because of the SQL injection nature, if an attacker compromises the database, the impact could include data disclosure or integrity loss.

Generated by OpenCVE AI on July 31, 2026 at 11:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Management System to the latest available version that addresses this security issue.
  • Restrict direct access to deletemp.php and validate or escape the ID parameter before it is used in any query.
  • Deploy or configure a web application firewall to detect and block SQL injection patterns targeting the admin section.
  • Check the vendor's website or open source repository for any security advisories or patches related to this vulnerability.

Generated by OpenCVE AI on July 31, 2026 at 11:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 12:00:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in CodeAstro Simple Online Leave Management System 1.0. Affected by this issue is some unknown functionality of the file /SimpleOnlineLeave/admin/deletemp.php. Such manipulation of the argument ID leads to sql injection. The attack can be executed remotely. The exploit has been disclosed publicly and may be used.
Title CodeAstro Simple Online Leave Management System deletemp.php sql injection
First Time appeared Codeastro
Codeastro simple Online Leave Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:codeastro:simple_online_leave_management_system:*:*:*:*:*:*:*:*
Vendors & Products Codeastro
Codeastro simple Online 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

Codeastro Simple Online Leave Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-13T13:44:38.097Z

Reserved: 2026-07-13T05:05:45.068Z

Link: CVE-2026-15558

cve-icon Vulnrichment

Updated: 2026-07-13T13:44:34.619Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T11:45:13Z

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')