Cyber Posture

CVE-2025-1582

Medium

Published: 23 February 2025

Published
23 February 2025
Modified
28 February 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0002 4.9th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

CVE-2025-1582 is a critical SQL injection vulnerability in PHPGurukul Online Nurse Hiring System 1.0, affecting unknown functionality in the /admin/all-request.php file. The issue arises from manipulation of the 'viewid' argument, classified under CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection). It carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-02-23.

The vulnerability can be exploited remotely by attackers with low privileges (PR:L), requiring no user interaction and low attack complexity over the network. Successful exploitation enables partial impacts on confidentiality, integrity, and availability through SQL injection, potentially allowing unauthorized data access, modification, or disruption within the application's database.

Advisories are available via references including VulDB entries (ctiid.296558, id.296558, submit.504451), a GitHub issue at wqywfvc/CVE/issues/11, and the vendor site phpgurukul.com. The exploit has been publicly disclosed and may be used, urging practitioners to review these sources for mitigation details such as patches or workarounds.

Details

CWE(s)
CWE-74CWE-89

Affected Products

phpgurukul
online nurse hiring system
1.0

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing web application (/admin/all-request.php) enables exploitation for initial access (T1190) and unauthorized querying/collection of data from the database (T1213.006).

References