CyberRota Analysis
This is a high severity vulnerability with a CVSS score of 8.8. It involves a SQL injection risk. Exploitation may require the attacker to be authenticated.
CVE
CVE-2021-24555
Severity
HIGH
CVSS
8.8
EPSS
0.82%
Original NVD Description
The daac_delete_booking_callback function, hooked to the daac_delete_booking AJAX action, takes the id POST parameter which is passed into the SQL statement without proper sanitisation, validation or escaping, leading to a SQL Injection issue. Furthermore, the ajax action is lacking any CSRF and capability check, making it available to any authenticated user.