Cyber Posture

CVE-2025-2060

HighPublic PoC

Published: 07 March 2025

Published
07 March 2025
Modified
21 May 2025
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0008 22.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.

Security Summary

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.

Details

CWE(s)
CWE-74CWE-89

Affected Products

phpgurukul
emergency ambulance hiring portal
1.0

MITRE ATT&CK Enterprise Techniques

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.

References