CVE-2025-1954
Published: 04 March 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
CVE-2025-1954 is a critical SQL injection vulnerability (CWE-74, CWE-89) affecting PHPGurukul Human Metapneumovirus Testing Management System version 1.0. The flaw resides in an unknown functionality of the /login.php file, where manipulation of the username argument enables SQL injection.
Attackers can exploit this vulnerability remotely without authentication or user interaction, as indicated by 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). Unauthenticated remote actors require low complexity to launch the attack, potentially achieving limited impacts on confidentiality, integrity, and availability.
Advisories referenced in VulDB entries (ctiid.298555, id.298555, submit.510360) and a GitHub disclosure document the issue, including exploit details. The vendor site at phpgurukul.com is listed among references for further information on potential mitigations or patches.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
The unauthenticated SQL injection vulnerability in the public-facing /login.php endpoint enables initial access via exploitation of public-facing applications (T1190), credential access by dumping authentication data from the database (T1212), and collection of data from information repositories/databases (T1213.006).