Cyber Resilience

CVE-2025-2373

MediumPublic PoC

Published: 17 March 2025

Published
17 March 2025
Modified
08 May 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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.0011 29.2th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2373 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul Human Metapneumovirus Testing Management System. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.2th 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-2373 is a critical SQL injection vulnerability in PHPGurukul Human Metapneumovirus Testing Management System 1.0. The flaw affects unknown code in the /check_availability.php file, where manipulation of the mobnumber or employeeid arguments enables SQL injection. Published on 2025-03-17, it is associated with CWE-74 and CWE-89.

The vulnerability carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L). Remote attackers with low privileges can exploit it over the network with low complexity and no user interaction required, potentially achieving low impacts on confidentiality, integrity, and availability via SQL injection.

Advisories and further details, including potential mitigation guidance, are available in referenced sources such as https://github.com/SECWG/cve/issues/6, https://vuldb.com/?ctiid.299872, https://vuldb.com/?id.299872, and https://vuldb.com/?submit.515408. The exploit has been publicly disclosed and may be used.

The vendor site at https://phpgurukul.com/ provides context on the affected software.

EU & UK References

Vulnerability details

A vulnerability classified as critical was found in PHPGurukul Human Metapneumovirus Testing Management System 1.0. This vulnerability affects unknown code of the file /check_availability.php. The manipulation of the argument mobnumber/employeeid leads to sql injection. The attack can be initiated remotely.…

more

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 a public-facing web application (/check_availability.php) enables exploitation of public-facing applications (T1190) and facilitates unauthorized data collection from databases via arbitrary SQL queries (T1213.006).

CVEs Like This One

CVE-2025-2372Same product: Phpgurukul Human Metapneumovirus Testing Management System
CVE-2025-2374Same product: Phpgurukul Human Metapneumovirus Testing Management System
CVE-2025-1954Same product: Phpgurukul Human Metapneumovirus Testing Management System
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
human metapneumovirus testing management system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 directly prevents SQL injection by requiring validation of inputs like mobnumber and employeeid in /check_availability.php to ensure they conform to expected formats and reject malicious payloads.

prevent

SI-2 mandates identification, reporting, and correction of flaws such as the SQL injection vulnerability in the PHPGurukul system's /check_availability.php file.

detect

RA-5 requires vulnerability scanning to identify SQL injection flaws like CVE-2025-2373 in the affected application, enabling proactive remediation.

References