CVE-2023-5652
WP Hotel Booking < 2.0.8 - Unauthenticated SQLi
Record summary
CVE-2023-5652 has a selected CVSS score of 9.8 (critical); EIP currently links 1 Nuclei template.
Description
The WP Hotel Booking WordPress plugin before 2.0.8 does not have authorisation and CSRF checks, as well as does not escape user input before using it in a SQL statement of a function hooked to admin_init, allowing unauthenticated users to perform SQL injections
Exploitation context
Available material
- Nuclei templates
- 1
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
WP Hotel BookingDefault status: unaffected | CVE List | Before 2.0.8 | affected |
Nuclei templates
1ProjectDiscoveryCRITICALWP Hotel Booking <= 2.0.7 - SQL InjectionCVSS 9.8
WP Hotel Booking WordPress plugin before 2.0.8 contains a SQL injection caused by lack of authorization, CSRF checks, and input escaping in a function hooked to admin_init, letting unauthenticated users perform SQL injections, exploit requires no authentication.
Impact
Unauthenticated attackers can execute arbitrary SQL commands, potentially leading to data theft, modification, or deletion.
Remediation
Update to version 2.0.8 or later.
Source: ProjectDiscovery