Cyber Resilience

CVE-2025-2473

MediumPublic PoC

Published: 18 March 2025

Published
18 March 2025
Modified
21 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.0472 89.6th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2473 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul Company Visitor 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 in the top 10.4% of CVEs by exploit likelihood; 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

A vulnerability classified as critical exists in PHPGurukul Company Visitor Management System 2.0. It resides in an unknown function of the /index.php file within the Sign In component, where improper handling of the username argument permits SQL injection. The flaw is remotely exploitable without authentication or user interaction, as reflected in its CVSS 4.0 vector and associated CWE-74 and CWE-89 entries.

An unauthenticated attacker can supply crafted input to the username field over the network to execute arbitrary SQL commands. Successful exploitation grants limited read, write, and disruption capabilities against the affected database, potentially exposing or altering visitor records and related data.

The EPSS score rose from a low baseline to a peak of 0.1548 on 2025-12-11 before receding to 0.0472, indicating increased exploitation interest after public disclosure. Public references, including a detailed report on GitHub and entries on VulDB, confirm the issue has been shared openly and may be leveraged by threat actors.

EU & UK References

Vulnerability details

A vulnerability was found in PHPGurukul Company Visitor Management System 2.0 and classified as critical. Affected by this issue is some unknown functionality of the file /index.php of the component Sign In. The manipulation of the argument username leads to…

more

sql injection. The attack may 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.
T1485 Data Destruction Impact
Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources.
Why these techniques?

SQL injection in public-facing web application login enables exploitation (T1190), database data collection via arbitrary queries (T1213.006), and data destruction such as dropping tables (T1485).

CVEs Like This One

CVE-2025-3006Same vendor: Phpgurukul
CVE-2025-2656Same vendor: Phpgurukul
CVE-2025-2627Same vendor: Phpgurukul
CVE-2025-1857Same vendor: Phpgurukul
CVE-2025-2681Same vendor: Phpgurukul
CVE-2026-2179Same vendor: Phpgurukul
CVE-2025-2658Same vendor: Phpgurukul
CVE-2025-1582Same vendor: Phpgurukul
CVE-2025-2381Same vendor: Phpgurukul
CVE-2025-2373Same vendor: Phpgurukul

Affected Assets

phpgurukul
company visitor management system
2.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring validation and sanitization of the username input in the Sign In component's /index.php.

prevent

Mandates identification, reporting, and correction of the specific SQL injection flaw in CVE-2025-2473.

preventdetect

Requires vulnerability scanning to identify SQL injection issues like this CVE and subsequent remediation.

References