Cyber Resilience

CVE-2025-2374

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-2374 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-2374 is a critical SQL injection vulnerability in the PHPGurukul Human Metapneumovirus Testing Management System version 1.0. The flaw resides in the processing of the /profile.php file, where manipulation of the arguments aid, adminname, mobilenumber, or email enables injection attacks. It is associated with CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection), carrying 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).

A remote attacker with low privileges (PR:L) can exploit this vulnerability over the network without user interaction. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption through injected SQL queries.

Advisories and references, including a GitHub issue from SECWG (https://github.com/SECWG/cve/issues/7), the vendor site (https://phpgurukul.com/), and VulDB entries (https://vuldb.com/?ctiid.299873, https://vuldb.com/?id.299873, https://vuldb.com/?submit.515429), document the issue and recent submission details, published on 2025-03-17.

The exploit has been publicly disclosed and may be actively used by attackers.

EU & UK References

Vulnerability details

A vulnerability, which was classified as critical, has been found in PHPGurukul Human Metapneumovirus Testing Management System 1.0. This issue affects some unknown processing of the file /profile.php. The manipulation of the argument aid/adminname/mobilenumber/email leads to sql injection. The attack…

more

may be initiated 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?

SQL injection in public-facing web application (/profile.php) enables exploitation of public-facing application (T1190), abuse of server software component (T1505 as noted in advisory), and data collection from databases via arbitrary SQL queries (T1213.006).

CVEs Like This One

CVE-2025-2373Same product: Phpgurukul Human Metapneumovirus Testing Management System
CVE-2025-2372Same product: Phpgurukul Human Metapneumovirus Testing Management System
CVE-2025-1954Same product: Phpgurukul Human Metapneumovirus Testing Management System
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-2640Same vendor: Phpgurukul
CVE-2025-2608Same 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 validating and sanitizing untrusted inputs such as aid, adminname, mobilenumber, and email in /profile.php.

prevent

SI-2 ensures timely identification, reporting, and correction of the SQL injection flaw in the application.

preventdetect

SC-7 provides boundary protection via web application firewalls that can block or detect SQL injection attempts targeting /profile.php.

References