CVE-2025-2374
Published: 17 March 2025
Summary
CVE-2025-2374 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul Human Metapneumovirus Testing Management System. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.1th 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).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
SI-10 directly prevents SQL injection by validating and sanitizing untrusted inputs such as aid, adminname, mobilenumber, and email in /profile.php.
SI-2 ensures timely identification, reporting, and correction of the SQL injection flaw in the application.
SC-7 provides boundary protection via web application firewalls that can block or detect SQL injection attempts targeting /profile.php.
MITRE ATT&CK Enterprise TechniquesAI
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).
NVD Description
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.
Deeper analysisAI
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.
Details
- CWE(s)