Cyber Resilience

CVE-2025-1582

Medium

Published: 23 February 2025

Published
23 February 2025
Modified
28 February 2025
KEV Added
Patch
CVSS Score v4 5.3 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:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0002 6.2th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1582 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul Online Nurse Hiring System. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 6.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

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.

EU & UK References

Vulnerability details

A vulnerability was found in PHPGurukul Online Nurse Hiring System 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file /admin/all-request.php. The manipulation of the argument viewid leads to sql injection. The…

more

attack may be launched remotely. The exploit has been disclosed to the public and may be used.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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

CVEs Like This One

CVE-2025-1581Same product: Phpgurukul Online Nurse Hiring System
CVE-2025-1583Same product: Phpgurukul Online Nurse Hiring System
CVE-2025-1588Same product: Phpgurukul Online Nurse Hiring System
CVE-2025-3006Same vendor: Phpgurukul
CVE-2025-2656Same vendor: Phpgurukul
CVE-2025-2627Same vendor: Phpgurukul
CVE-2025-1857Same vendor: Phpgurukul
CVE-2025-2681Same vendor: Phpgurukul
CVE-2026-2179Same vendor: Phpgurukul
CVE-2025-2658Same vendor: Phpgurukul

Affected Assets

phpgurukul
online nurse hiring system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates SQL injection in the 'viewid' parameter by validating and sanitizing untrusted inputs to the /admin/all-request.php functionality.

preventrecover

Requires identification, reporting, and correction of the SQL injection flaw in the application, preventing exploitation through patching.

detect

Enables monitoring of the system to detect SQL injection attacks targeting the vulnerable 'viewid' argument in real-time.

References