Description
A vulnerability was determined in CodeAstro Simple Online Leave Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /SimpleOnlineLeave/index.php. Executing a manipulation of the argument email can lead to sql injection. The attack may be performed from remote. The exploit has been publicly disclosed and may be utilized.
Published: 2026-07-08
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a classic SQL injection in the index.php entry point of CodeAstro Simple Online Leave Management System 1.0, triggered by unsanitized manipulation of the email parameter. When exploited, an attacker can inject arbitrary SQL statements into the backend query, potentially exposing, modifying, or deleting critical data stored in the database. The vendor’s advisory indicates that the attack can be performed over the network, meaning external actors can reach the vulnerable code without needing local or privileged access.

Affected Systems

Only version 1.0 of CodeAstro Simple Online Leave Management System is listed as affected; no other releases or variants are currently identified as vulnerable.

Risk and Exploitability

The CVSS score of 6.9 categorises the vulnerability as medium severity, while an EPSS score of less than 1 % suggests that exploitation is unlikely at present. The flaw is not included in CISA’s KEV list, and the advisory does not state whether authentication is required, leaving the true scope uncertain. Attackers appear to be able to trigger the injection remotely via the web interface, which makes the exposure potentially wide if the application is publicly reachable.

Generated by OpenCVE AI on July 29, 2026 at 12:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s latest patch or upgrade to a version that contains the fixed code for the SQL injection flaw.
  • Validate and sanitize the email input, enforce a strict email format, and use parameterized queries to ensure that user input cannot alter the SQL command structure.
  • Restrict access to the /index.php endpoint to authenticated users only, and monitor application logs for abnormal SQL query activity that may indicate exploitation attempts.

Generated by OpenCVE AI on July 29, 2026 at 12:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 08 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in CodeAstro Simple Online Leave Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /SimpleOnlineLeave/index.php. Executing a manipulation of the argument email can lead to sql injection. The attack may be performed from remote. The exploit has been publicly disclosed and may be utilized.
Title CodeAstro Simple Online Leave Management System index.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': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

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

cvssV3_1

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

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-09T14:32:00.430Z

Reserved: 2026-07-08T17:09:47.148Z

Link: CVE-2026-15134

cve-icon Vulnrichment

Updated: 2026-07-09T14:31:23.213Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T13:00: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')