Cyber Posture

CVE-2025-2608

MediumPublic PoC

Published: 21 March 2025

Published
21 March 2025
Modified
28 May 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0006 18.6th percentile
Risk Priority 13 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 6.3 (Medium).

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

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

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.

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

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

phpgurukul
online banquet booking system
1.2

CVEs Like This One

CVE-2025-2382Same product: Phpgurukul Online Banquet Booking System
CVE-2025-2646Same vendor: Phpgurukul
CVE-2025-7491Same vendor: Phpgurukul
CVE-2025-2471Same vendor: Phpgurukul
CVE-2025-2642Same vendor: Phpgurukul
CVE-2025-2053Same vendor: Phpgurukul
CVE-2025-2734Same vendor: Phpgurukul
CVE-2025-2735Same vendor: Phpgurukul
CVE-2025-1855Same vendor: Phpgurukul
CVE-2025-2380Same vendor: Phpgurukul

References