Description
A flaw has been found in IceHRM up to 35.0.1. This impacts an unknown function of the file core/src/Reports/User/Reports/EmployeeAttendanceReport.php of the component UserReport Endpoint. Executing a manipulation of the argument employeeList can lead to sql injection. The attack can be launched remotely. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-07-12
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in IceHRM’s EmployeeAttendanceReport.php allows an attacker to inject arbitrary SQL statements by manipulating the employeeList parameter. The injection stems from insufficient input validation (CWE‑74, CWE‑89) and can result in exposure of sensitive employee data or modification of database contents. The vulnerability is exploitable remotely by sending crafted HTTP requests that include a malicious employeeList payload, leading to arbitrary SQL execution against the backend database.

Affected Systems

All installations of IceHRM version 35.0.1 or earlier are vulnerable. The flaw resides in core/src/Reports/User/Reports/EmployeeAttendanceReport.php of the UserReport endpoint; systems running these unpatched files are at risk.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate impact, while the EPSS score of less than 1% suggests a low current exploitation probability; however, published exploits are available, meaning attackers could still target the flaw. The vulnerability is not listed in CISA KEV. An attacker can send a crafted employeeList payload over HTTP to the vulnerable endpoint and execute arbitrary SQL queries against the backend database.

Generated by OpenCVE AI on August 1, 2026 at 11:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch or upgrade to a fixed IceHRM release immediately
  • Validate and sanitize the employeeList input to accept only expected values before constructing queries
  • Deploy a web application firewall or intrusion detection system configured to detect SQL injection patterns targeting the UserReport endpoint
  • Monitor database logs for unexpected or elevated privileges queries and investigate any anomalies promptly

Generated by OpenCVE AI on August 1, 2026 at 11:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 12 Jul 2026 05:00:00 +0000

Type Values Removed Values Added
Description A flaw has been found in IceHRM up to 35.0.1. This impacts an unknown function of the file core/src/Reports/User/Reports/EmployeeAttendanceReport.php of the component UserReport Endpoint. Executing a manipulation of the argument employeeList can lead to sql injection. The attack can be launched remotely. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Title IceHRM UserReport Endpoint EmployeeAttendanceReport.php sql injection
First Time appeared Icehrm
Icehrm icehrm
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:icehrm:icehrm:*:*:*:*:*:*:*:*
Vendors & Products Icehrm
Icehrm icehrm
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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-13T16:33:59.335Z

Reserved: 2026-07-11T09:53:07.882Z

Link: CVE-2026-15478

cve-icon Vulnrichment

Updated: 2026-07-13T16:33:50.868Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T11:30:05Z

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