Cyber Posture

CVE-2025-1857

HighPublic PoC

Published: 03 March 2025

Published
03 March 2025
Modified
24 June 2025
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0020 41.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

CVE-2025-1857 is a critical SQL injection vulnerability (CWE-74, CWE-89) in PHPGurukul Nipah Virus Testing Management System 1.0. The flaw affects an unknown functionality within the file /check_availability.php, where manipulation of the employeeid argument enables SQL code injection. It carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-03-03.

The vulnerability is remotely exploitable by unauthenticated attackers over the network with low complexity and no user interaction required. Successful exploitation can result in limited impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification, or denial of service depending on the database backend.

Advisories and additional details are available in references including https://github.com/panghuanjie/Code-audits/issues/1, https://vuldb.com/?ctiid.298125, https://vuldb.com/?id.298125, https://vuldb.com/?submit.506120, and https://phpgurukul.com/. A public exploit has been disclosed and may be in use.

The exploit disclosure heightens the risk for exposed instances of this management system.

Details

CWE(s)
CWE-74CWE-89

Affected Products

phpgurukul
nipah virus testing management system
1.0

MITRE ATT&CK Enterprise Techniques

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 the public-facing /check_availability.php endpoint enables exploitation of a public-facing application (T1190) and unauthorized collection of data from databases (T1213.006).

References