CVE-2026-11508
Deferred Deferred - Pending Action
SQL Injection in CodeAstro Leave Management System

Publication date: 2026-06-08

Last updated on: 2026-06-08

Assigner: VulDB

Description
A vulnerability was determined in CodeAstro Leave Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /admin/search_staff_to_assign_pc.php. This manipulation of the argument Name causes sql injection. The attack is possible to be carried out remotely. The exploit has been publicly disclosed and may be utilized.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-08
Last Modified
2026-06-08
Generated
2026-06-08
AI Q&A
2026-06-08
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
codeastro 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 found in the CodeAstro Leave Management System version 1.0, specifically in the file /admin/search_staff_to_assign_pc.php. It occurs due to improper input validation of the 'name' parameter, which allows attackers to inject malicious SQL queries remotely.

Exploits include boolean-based blind, time-based blind, and UNION query attacks, which can be used to access unauthorized data, manipulate the database, leak sensitive information, and potentially compromise the entire system.

Impact Analysis

This vulnerability can lead to unauthorized access to the database, allowing attackers to view, modify, or delete sensitive data. It can compromise data integrity and system security, potentially resulting in data leakage or full system compromise.

Detection Guidance

This SQL injection vulnerability can be detected by testing the 'name' parameter in the file /admin/search_staff_to_assign_pc.php for improper input validation. Tools like sqlmap can be used to automate detection using payloads such as boolean-based blind, time-based blind, and UNION query attacks.

  • Use sqlmap to test the vulnerable parameter with a command like: sqlmap -u "http://target/admin/search_staff_to_assign_pc.php?name=example" --batch
  • Manually test by injecting SQL payloads into the 'name' parameter, such as ' OR 1=1-- to observe if unauthorized data is returned.
Mitigation Strategies

Immediate mitigation steps include implementing prepared statements with parameter binding to prevent SQL injection, enforcing strict input validation on the 'name' parameter, minimizing database user permissions to limit potential damage, and conducting regular security audits.

Compliance Impact

The SQL injection vulnerability in the CodeAstro Leave Management System allows unauthorized database access, data manipulation, and sensitive information leakage. Such unauthorized access and potential exposure of sensitive personal data can lead to non-compliance with data protection regulations like GDPR and HIPAA, which mandate the protection of personal and sensitive information.

Failure to properly secure the system against this vulnerability could result in breaches of confidentiality, integrity, and availability of data, which are core requirements under these regulations. This may lead to legal penalties, reputational damage, and loss of trust.

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