CVE-2025-2382
Published: 17 March 2025
Summary
CVE-2025-2382 is a high-severity Injection (CWE-74) vulnerability in Phpgurukul Online Banquet Booking System. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 32.5th 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 prevents SQL injection by enforcing validation and sanitization of the vulnerable 'searchdata' input parameter in /admin/booking-search.php.
Requires timely identification, reporting, and correction of the specific SQL injection flaw in PHPGurukul Online Banquet Booking System 1.0.
Boundary protection with web application firewalls or proxies inspects and blocks SQL injection payloads targeting the publicly exposed vulnerable endpoint.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in unauthenticated public-facing web application (/admin/booking-search.php) enables remote exploitation of public-facing application (T1190) and server software component (T1505).
NVD Description
A vulnerability classified as critical was found in PHPGurukul Online Banquet Booking System 1.0. Affected by this vulnerability is an unknown functionality of the file /admin/booking-search.php. The manipulation of the argument searchdata leads to sql injection. The attack can be…
more
launched remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-2382 is a critical SQL injection vulnerability (CWE-74, CWE-89) affecting PHPGurukul Online Banquet Booking System 1.0. The flaw resides in an unknown functionality of the file /admin/booking-search.php, where manipulation of the 'searchdata' argument triggers the injection. It carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and was published on 2025-03-17T15:15:46.590.
The vulnerability is remotely exploitable by unauthenticated attackers with low attack complexity and no requirement for user interaction. Exploitation via SQL injection can result in limited impacts to confidentiality, integrity, and availability, potentially allowing unauthorized data access, modification, or disruption depending on the database backend.
Advisories referenced in VulDB (ctiid.299881, id.299881, submit.515911) and a GitHub issue (aionman/cve/issues/5) document the issue, with the vendor site at phpgurukul.com. The exploit has been publicly disclosed and may be used by attackers.
The vulnerability's public exploit availability heightens risk for exposed instances of this booking system.
Details
- CWE(s)