Cyber Resilience

CVE-2025-2059

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.0003 10.5th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2059 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 10.5th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-2059 is a critical SQL injection vulnerability (classified under CWE-74 and CWE-89) in PHPGurukul Emergency Ambulance Hiring Portal 1.0. The flaw resides in an unknown functionality of the /admin/booking-details.php file, where manipulation of the "ambulanceregnum" argument enables SQL code injection.

The vulnerability is exploitable remotely over the network with low complexity and no required privileges or 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 low impacts on confidentiality, integrity, and availability through unauthorized SQL operations.

Reference advisories on VulDB (ctiid.298814, id.298814, submit.514522) and a GitHub issue (siznwaa/CVE/issues/4) document the issue, with the vendor site at phpgurukul.com listed. The exploit has been publicly disclosed and may be used by attackers.

In notable context, the public availability of the exploit elevates the risk for unpatched instances of this portal software.

EU & UK References

Vulnerability details

A vulnerability was found in PHPGurukul Emergency Ambulance Hiring Portal 1.0 and classified as critical. Affected by this issue is some unknown functionality of the file /admin/booking-details.php. The manipulation of the argument ambulanceregnum leads to sql injection. The attack may…

more

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?

The unauthenticated SQL injection vulnerability in the public-facing web application (/admin/booking-details.php) enables remote exploitation for initial access (T1190) and facilitates unauthorized data collection from the backend database via arbitrary SQL queries (T1213.006).

CVEs Like This One

CVE-2025-2058Same product: Phpgurukul Emergency Ambulance Hiring Portal
CVE-2025-2060Same product: Phpgurukul Emergency Ambulance Hiring Portal
CVE-2025-2057Same product: Phpgurukul Emergency Ambulance Hiring Portal
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
emergency ambulance hiring portal
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the SQL injection vulnerability by requiring timely identification, reporting, and correction of the flaw in /admin/booking-details.php.

prevent

Prevents SQL injection by enforcing validation of the manipulable ambulanceregnum input parameter to ensure consistency with anticipated content.

prevent

Identifies the SQL injection vulnerability through regular vulnerability scanning, enabling proactive remediation before remote exploitation.

References