Cyber Resilience

CVE-2024-25202

MediumPublic PoC

Published: 28 February 2024

Published
28 February 2024
Modified
27 March 2025
KEV Added
Patch
CVSS Score v3.1 6.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0495 89.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-25202 is a medium-severity Code Injection (CWE-94) vulnerability in Phpgurukul User Registration \& Login And User Management System. Its CVSS base score is 6.1 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 10.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2024-25202 is a cross-site scripting vulnerability affecting Phpgurukul User Registration & Login and User Management System version 1.0. The flaw, tracked under CWE-94, permits arbitrary code execution through the application's search bar and carries a CVSS 3.1 score of 6.1 reflecting network attack vector, low complexity, no required privileges, and required user interaction with changed scope.

An unauthenticated remote attacker can exploit the issue by supplying a malicious payload in the search bar; successful exploitation allows the attacker to execute arbitrary script in a victim's browser session, resulting in limited impacts to confidentiality and integrity.

The EPSS score for this CVE rose from a low baseline to a peak of 0.0635 on 2026-03-18 before receding to the current value of 0.0495, indicating a modest increase in observed exploitation interest after public disclosure. Public references consist of proof-of-concept materials and researcher write-ups hosted on GitHub and Medium, with no official vendor advisories or patches referenced.

EU & UK References

Vulnerability details

Cross Site Scripting vulnerability in Phpgurukul User Registration & Login and User Management System 1.0 allows attackers to run arbitrary code via the search bar.

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.
Why these techniques?

The reflected XSS vulnerability in the public-facing web application's search bar enables exploitation of a public-facing application to inject and execute arbitrary JavaScript in users' browsers.

Affected Assets

phpgurukul
user registration \& login and user management system
1.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

References