CVE-2025-1582
Published: 23 February 2025
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)
Affected Products
MITRE ATT&CK Enterprise Techniques
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).