Cyber Resilience

CVE-2025-2058

MediumPublic PoC

Published: 07 March 2025

Published
07 March 2025
Modified
08 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-2058 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-2058 is a critical SQL injection vulnerability affecting PHPGurukul Emergency Ambulance Hiring Portal version 1.0. The flaw resides in an unknown functionality of the file /admin/search.php, where manipulation of the searchdata argument triggers the injection. It is associated with CWEs-74 and CWE-89 and carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).

Remote attackers can exploit this vulnerability without authentication or user interaction, requiring only network access and low complexity. Successful exploitation enables limited impacts on confidentiality, integrity, and availability through SQL injection techniques.

Advisories and details are available via VulDB entries (ctiid.298813, id.298813, submit.514462), a GitHub issue at https://github.com/12T40910/CVE/issues/4, and the vendor site at https://phpgurukul.com/. The exploit has been publicly disclosed and may be used.

EU & UK References

Vulnerability details

A vulnerability has been found in PHPGurukul Emergency Ambulance Hiring Portal 1.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file /admin/search.php. The manipulation of the argument searchdata leads to sql injection. The attack…

more

can 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.
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 app (/admin/search.php) enables initial access via exploitation of public-facing application (T1190), data collection from databases (T1213.006), and abuse of server software components per advisory mapping (T1505).

CVEs Like This One

CVE-2025-2060Same 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

Directly prevents SQL injection by validating and sanitizing untrusted inputs like the 'searchdata' parameter in /admin/search.php.

prevent

Remediates the specific SQL injection flaw through timely identification, reporting, and correction of the vulnerability in the application.

detect

Vulnerability scanning detects SQL injection issues like CVE-2025-2058 in the Emergency Ambulance Hiring Portal.

References