Description
A vulnerability was found in CodeAstro Payroll System 1.0. This affects an unknown part of the file /home_employee.php. The manipulation of the argument emp_id results in sql injection. The attack may be performed from remote. The exploit has been made public and could be used.
Published: 2026-06-01
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A vulnerability in CodeAstro Payroll System version 1.0 allows an attacker to supply a crafted emp_id parameter in /home_employee.php, leading to SQL injection. This flaw can result in unauthorized disclosure or modification of payroll records, compromising data confidentiality and integrity. The weakness is classified as CWE-89 (SQL Injection) and CWE-74, indicating insufficient input validation and handling.

Affected Systems

The affected product is CodeAstro Payroll System, specifically version 1.0. The vulnerability resides in the /home_employee.php module, which can be accessed by remote users. No other versions or editions are listed as affected.

Risk and Exploitability

The CVSS base score of 5.3 denotes a moderate risk, and the EPSS score is not available, so the exact exploitation probability is uncertain. The vulnerability is not listed in CISA KEV, indicating that there is no known large‑scale deployment exploitation. The exploit is publicly posted, and the attack can be performed from a remote network, likely through a typical web interface. While the severity is moderate, the presence of a public exploit and remote access capability suggests that the threat should not be ignored, and mitigation steps are advisable.

Generated by OpenCVE AI on June 1, 2026 at 21:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Review and refactor all database queries that use the emp_id parameter in /home_employee.php, replacing string concatenation with parameterized statements or prepared statements to eliminate the injection vector.
  • Reduce the database account privileges used by the payroll application to the minimum necessary, limiting potential damage if injection occurs.
  • Implement or update a Web Application Firewall to detect and block SQL injection payloads targeting the /home_employee.php endpoint, and continuously monitor logs for anomalous activity.

Generated by OpenCVE AI on June 1, 2026 at 21:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 02 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 01 Jun 2026 20:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in CodeAstro Payroll System 1.0. This affects an unknown part of the file /home_employee.php. The manipulation of the argument emp_id results in sql injection. The attack may be performed from remote. The exploit has been made public and could be used.
Title CodeAstro Payroll System home_employee.php sql injection
First Time appeared Codeastro
Codeastro payroll System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:codeastro:payroll_system:*:*:*:*:*:*:*:*
Vendors & Products Codeastro
Codeastro payroll 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 Payroll System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-06-02T15:41:41.554Z

Reserved: 2026-05-31T16:32:33.990Z

Link: CVE-2026-10286

cve-icon Vulnrichment

Updated: 2026-06-02T15:41:35.227Z

cve-icon NVD

Status : Deferred

Published: 2026-06-01T21:16:25.480

Modified: 2026-06-02T13:03:31.153

Link: CVE-2026-10286

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-02T20:52:42Z

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