CVE-2025-2060
Published: 07 March 2025
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)
Affected Products
MITRE ATT&CK Enterprise Techniques
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.