Cyber Resilience

CVE-2025-2050

MediumPublic PoC

Published: 07 March 2025

Published
07 March 2025
Modified
28 May 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 22.0th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2050 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul User Registration \& Login And User Management 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 22.0th 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-2050 is a critical SQL injection vulnerability (classified under CWE-74 and CWE-89) affecting PHPGurukul User Registration & Login and User Management System version 3.3. The flaw resides in an unknown functionality of the file /login.php, where manipulation of the email argument enables SQL injection. Published on 2025-03-07, 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).

An unauthenticated remote attacker can exploit this vulnerability over the network with low attack complexity and no user interaction required. By crafting malicious input for the email parameter during login attempts, the attacker can execute arbitrary SQL queries, potentially leading to low-level impacts on confidentiality (e.g., limited data exposure), integrity (e.g., minor data modification), and availability (e.g., minor service disruption).

Advisories referenced in VulDB entries (https://vuldb.com/?ctiid.298801, https://vuldb.com/?id.298801, https://vuldb.com/?submit.514115) and a GitHub issue (https://github.com/guttlefish/vul/issues/8) detail the vulnerability, with the vendor site at https://phpgurukul.com/. The exploit has been publicly disclosed and may be used.

EU & UK References

Vulnerability details

A vulnerability classified as critical was found in PHPGurukul User Registration & Login and User Management System 3.3. Affected by this vulnerability is an unknown functionality of the file /login.php. The manipulation of the argument email leads to sql injection.…

more

The attack can be launched 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.
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 app login.php enables exploitation of public-facing applications (T1190), collection of data from databases via arbitrary queries (T1213.006), and abuse of server software components (T1505, as cited in advisory).

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
user registration \& login and user management system
3.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of the email parameter input in /login.php to block SQL injection exploitation.

prevent

Mandates identification, reporting, and correction of the specific SQL injection flaw in PHPGurukul User Management System 3.3.

detect

Requires vulnerability scanning of web applications like /login.php to identify SQL injection vulnerabilities prior to exploitation.

References