CVE-2021-24555

Summary

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.

Affected Software

VendorProductVersion RangeStatus
UnknownDiary & Availability Calendar1.0.3 <= 1.0.3affected

Weaknesses

  • CWE-89: CWE-89 SQL Injection
  • CWE-352: CWE-352 Cross-Site Request Forgery (CSRF)

ADP Enrichment

CVE Program Container

Additional References

References