Cyber Resilience

CVE-2025-1902

MediumPublic PoC

Published: 04 March 2025

Published
04 March 2025
Modified
06 March 2025
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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.0007 20.6th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1902 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul Student Record System. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 20.6th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-1902 is a critical SQL injection vulnerability (CWE-74, CWE-89) affecting PHPGurukul Student Record System version 3.2. The flaw exists in unknown code within the /password-recovery.php file, where manipulation of the 'emailid' argument enables SQL injection. Published on 2025-03-04, 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).

The vulnerability can be exploited remotely by unauthenticated attackers with network access and low complexity requirements. By injecting malicious SQL payloads via the 'emailid' parameter during password recovery requests, attackers can achieve limited impacts on confidentiality, integrity, and availability of the affected system.

Advisories and references, including VulDB entries (ctiid.298420, id.298420, submit.506623), a GitHub code audit at panghuanjie/Code-audits/issues/3, and the vendor site phpgurukul.com, document the issue. The exploit has been publicly disclosed and may be used by attackers.

In notable context, the public availability of the exploit increases the risk of immediate exploitation against unpatched instances of this student record management system.

EU & UK References

Vulnerability details

A vulnerability was found in PHPGurukul Student Record System 3.2. It has been declared as critical. This vulnerability affects unknown code of the file /password-recovery.php. The manipulation of the argument emailid leads to sql injection. The attack can be initiated…

more

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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection vulnerability in public-facing web application (/password-recovery.php) enables exploitation of public-facing applications (T1190), abuse of server software components (T1505), and collection of data from databases (T1213.006).

CVEs Like This One

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-2374Same vendor: Phpgurukul
CVE-2025-2640Same vendor: Phpgurukul
CVE-2025-2608Same vendor: Phpgurukul
CVE-2025-1580Same vendor: Phpgurukul
CVE-2025-2380Same vendor: Phpgurukul

Affected Assets

phpgurukul
student record system
3.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by enforcing validation of the manipulable 'emailid' parameter in /password-recovery.php.

prevent

Mandates timely patching and remediation of the specific SQL injection flaw documented in CVE-2025-1902.

detect

Identifies the SQL injection vulnerability in PHPGurukul Student Record System 3.2 through automated vulnerability scanning.

References