Description
A flaw has been found in CodeAstro Human Resource Management System 1.0. This vulnerability affects the function GetFileInfo of the file hrsystem/application/models/Employee_model.php of the component View Endpoint. Executing a manipulation of the argument ID can lead to sql injection. The attack can be launched remotely. The exploit has been published and may be used.
Published: 2026-06-29
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A single input parameter in the GetFileInfo function of the Employee_model.php file is not properly validated, allowing an attacker to inject arbitrary SQL code via the ID argument. This flaw can enable manipulation of database queries, potentially granting the attacker read or write access to sensitive employee data, or facilitating further escalation. The vulnerability is a classic SQL injection as identified by CWE‑89 and the lack of input sanitation by CWE‑74. The impact is primarily the compromise of confidentiality and integrity of the database content.

Affected Systems

The vulnerability exists in CodeAstro Human Resource Management System version 1.0. No other versions were listed; the only affected product is the HR module provided by CodeAstro. The specific file impacted is hrsystem/application/models/Employee_model.php, and it is triggered through the View Endpoint interface.

Risk and Exploitability

The CVSS base score of 5.3 indicates a medium severity risk. EPSS is not available, making it hard to gauge current exploitation likelihood, but the published exploit suggests the issue is actionable. The flaw can be triggered remotely without authentication, implying a non‑privileged attacker can reach it through standard web traffic. As the vulnerability is not yet listed in CISA’s KEV catalog, formal alerts are not yet issued, but its existence and availability of an exploit warrant prompt remediation.

Generated by OpenCVE AI on June 29, 2026 at 06:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply parameterized queries or stored procedures inside GetFileInfo to prevent injection.
  • Validate and sanitize the ID parameter to accept only numeric values before use.
  • Restrict access to the View Endpoint to authorized administrators, e.g., via IP filtering or authentication.

Generated by OpenCVE AI on June 29, 2026 at 06:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 29 Jun 2026 05:30:00 +0000

Type Values Removed Values Added
Description A flaw has been found in CodeAstro Human Resource Management System 1.0. This vulnerability affects the function GetFileInfo of the file hrsystem/application/models/Employee_model.php of the component View Endpoint. Executing a manipulation of the argument ID can lead to sql injection. The attack can be launched remotely. The exploit has been published and may be used.
Title CodeAstro Human Resource Management System View Endpoint Employee_model.php GetFileInfo sql injection
First Time appeared Codeastro
Codeastro human Resource Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:codeastro:human_resource_management_system:*:*:*:*:*:*:*:*
Vendors & Products Codeastro
Codeastro human Resource 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 Human Resource Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-06-29T04:30:09.295Z

Reserved: 2026-06-28T09:27:55.924Z

Link: CVE-2026-13535

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-29T06:30:04Z

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