Cyber Posture

CVE-2025-2374

MediumPublic PoC

Published: 17 March 2025

Published
17 March 2025
Modified
08 May 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0011 29.1th percentile
Risk Priority 13 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 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

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

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.

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).

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)

Affected Products

phpgurukul
human metapneumovirus testing management system
1.0

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-2646Same vendor: Phpgurukul
CVE-2025-7491Same vendor: Phpgurukul
CVE-2025-2471Same vendor: Phpgurukul
CVE-2025-2642Same vendor: Phpgurukul
CVE-2025-2053Same vendor: Phpgurukul
CVE-2025-2734Same vendor: Phpgurukul
CVE-2025-2735Same vendor: Phpgurukul

References