CVE-2025-2608
Published: 21 March 2025
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
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly requires validation of the 'viewid' parameter in /admin/view-user-queries.php to prevent SQL injection manipulation.
Ensures identification, prioritization, and remediation of the specific SQL injection flaw in the Banquet Booking System application.
Deploys boundary protections like web application firewalls to monitor and block remote SQL injection attempts on the vulnerable endpoint.
MITRE ATT&CK Enterprise TechniquesAI
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)