Cyber Resilience

CVE-2025-2608

MediumPublic PoC

Published: 21 March 2025

Published
21 March 2025
Modified
28 May 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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.0006 19.0th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2608 is a medium-severity Injection (CWE-74) vulnerability in Phpgurukul Online Banquet Booking System. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 19.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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-2608 is a critical SQL injection vulnerability (CWE-74, CWE-89) in PHPGurukul Banquet Booking System 1.2. The flaw affects an unknown part of the file /admin/view-user-queries.php, where manipulation of the viewid argument enables SQL injection. It carries a CVSS 3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-03-21T22:15:26.250.

A remote attacker with low privileges, such as an authenticated user, can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via injected SQL queries.

Advisories and additional details are available in references including https://github.com/emano888/cve/issues/1, https://vuldb.com/?ctiid.300591, https://vuldb.com/?id.300591, https://vuldb.com/?submit.518587, and the vendor site at https://phpgurukul.com/. The exploit has been publicly disclosed and may be used in attacks.

EU & UK References

Vulnerability details

A vulnerability classified as critical has been found in PHPGurukul Banquet Booking System 1.2. This affects an unknown part of the file /admin/view-user-queries.php. The manipulation of the argument viewid leads to sql injection. It is possible to initiate the attack…

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.
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?

The SQL injection vulnerability enables exploitation of a public-facing web application (T1190) and server software component (T1505) to collect data from the backend database (T1213.006).

CVEs Like This One

CVE-2025-2382Same product: Phpgurukul Online Banquet Booking System
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-1580Same vendor: Phpgurukul
CVE-2025-2380Same vendor: Phpgurukul

Affected Assets

phpgurukul
online banquet booking system
1.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of the 'viewid' parameter in /admin/view-user-queries.php to prevent SQL injection manipulation.

prevent

Ensures identification, prioritization, and remediation of the specific SQL injection flaw in the Banquet Booking System application.

preventdetect

Deploys boundary protections like web application firewalls to monitor and block remote SQL injection attempts on the vulnerable endpoint.

References