CVE-2025-2060
Published: 07 March 2025
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
- 🇪🇺 ENISA EUVD: EUVD-2025-6227
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
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
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 directly prevents SQL injection by requiring validation of the contactnumber input argument in /admin/admin-profile.php.
SI-2 requires identification, reporting, and correction of the specific SQL injection flaw in the vulnerable PHP application.
RA-5 mandates vulnerability scanning that would identify the SQL injection vulnerability in the Emergency Ambulance Hiring Portal, enabling remediation.