Cyber Resilience

CVE-2025-2060

MediumPublic PoC

Published: 07 March 2025

Published
07 March 2025
Modified
21 May 2025
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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.0008 23.3th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2060 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul Emergency Ambulance Hiring Portal. Its CVSS base score is 6.9 (Medium).

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

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

Deeper analysis

CVE-2025-2060 is a critical SQL injection vulnerability affecting PHPGurukul Emergency Ambulance Hiring Portal 1.0. The flaw impacts an unknown part of the file /admin/admin-profile.php, where manipulation of the contactnumber argument enables SQL injection. It is associated with CWE-74 and CWE-89.

The vulnerability allows remote exploitation by unauthenticated attackers requiring low complexity and no user interaction, per its CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Attackers can achieve limited impacts to confidentiality, integrity, and availability through SQL injection.

Advisories and further details are documented in references such as the GitHub issue at https://github.com/siznwaa/CVE/issues/3, the vendor site at https://phpgurukul.com/, and VulDB entries at https://vuldb.com/?ctiid.298815, https://vuldb.com/?id.298815, and https://vuldb.com/?submit.514523.

The exploit has been publicly disclosed and may be used by attackers.

EU & UK References

Vulnerability details

A vulnerability was found in PHPGurukul Emergency Ambulance Hiring Portal 1.0. It has been classified as critical. This affects an unknown part of the file /admin/admin-profile.php. The manipulation of the argument contactnumber leads to sql injection. It is possible to…

more

initiate the attack 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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
Why these techniques?

Unauthenticated SQL injection in public-facing web application (/admin/admin-profile.php) enables initial access via exploitation of public-facing application (T1190), potential abuse of server software components for execution (T1505 as noted in advisory), and collection of data from databases (T1213.006) via queries like database enumeration and blind SQLi.

CVEs Like This One

CVE-2025-2058Same product: Phpgurukul Emergency Ambulance Hiring Portal
CVE-2025-2057Same product: Phpgurukul Emergency Ambulance Hiring Portal
CVE-2025-2059Same product: Phpgurukul Emergency Ambulance Hiring Portal
CVE-2025-2034Same vendor: Phpgurukul
CVE-2025-2663Same vendor: Phpgurukul
CVE-2025-2628Same vendor: Phpgurukul
CVE-2025-2739Same vendor: Phpgurukul
CVE-2025-8134Same vendor: Phpgurukul
CVE-2025-2374Same vendor: Phpgurukul
CVE-2025-2640Same vendor: Phpgurukul

Affected Assets

phpgurukul
emergency ambulance hiring portal
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly prevents SQL injection by requiring validation of the contactnumber input argument in /admin/admin-profile.php.

prevent

SI-2 requires identification, reporting, and correction of the specific SQL injection flaw in the vulnerable PHP application.

preventdetect

RA-5 mandates vulnerability scanning that would identify the SQL injection vulnerability in the Emergency Ambulance Hiring Portal, enabling remediation.

References