CVE-2026-13525 Details
Description
A vulnerability was detected in CodeAstro Human Resource Management System 1.0. This issue affects the function emselectByCode of the file application/models/Employee_model.php of the component Update_Earn_Leave Endpoint. The manipulation of the argument emid results in sql injection. The attack can be launched remotely. The exploit is now public and may be used.
A time-based blind SQL injection vulnerability has been identified in CodeAstro Human Resource Management System version 1.0. The issue arises in the Update_Earn_Leave endpoint, specifically within the Employee_model.php file, in the emselectByCode function. The vulnerability allows authenticated users to inject arbitrary SQL commands through the emid POST parameter, which is then executed by the application's MySQL database. This exploitation could lead to unauthorized data access, manipulation, or in severe cases, a complete database compromise.
To address this vulnerability, use parameterized queries or prepared statements to prevent user input from being directly concatenated into SQL queries. Implement strict input validation, ensure database accounts operate under the principle of least privilege, enable centralized logging and monitoring, and consider deploying a Web Application Firewall (WAF) to mitigate exploitation risks.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 29, 2026CISA-ADP
Assessed Jun 29, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://codeastro.com/ | [email protected] | Vendor |
| https://github.com/ashikmd0507/CVE/tree/main/Time-Based%20Blind%20SQL%20Injection%20in%20Update_Earn_Leave%20via%20emid%20Parameter | [email protected] | ExploitTechnical Description |
| https://vuldb.com/cve/CVE-2026-13525 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/840506 | [email protected] | Permission Required |
| https://vuldb.com/vuln/374533 | [email protected] | Permission Required |
| https://vuldb.com/vuln/374533/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| CodeAstro Human Resource Management System | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 29, 2026 | CVE Modified | CISA-ADP |
| Jun 29, 2026 | New CVE Received | [email protected] |
Volerion