What the vulnerability does
01Description
The MotoPress Appointment Booking plugin for WordPress is vulnerable to generic SQL Injection via the 's' parameter in all versions up to, and including, 2.4.5 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with custom-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Exploitation requires the mpa_appointment_employee custom role, meaning any user assigned this role can perform the attack.
Explanation of Vulnerability in Simple Terms
02Summary
MotoPress Appointment Booking versions up to 2.4.5 contain a SQL injection vulnerability in a database query that processes user input without proper sanitization. An authenticated user with low privileges can craft a malicious request to extract sensitive data from the site's database, including user credentials and appointment records. The vulnerability requires valid login credentials but no additional user interaction.
What an attacker can do
03Attacker Capabilities
Read sensitive data from the site database, including user credentials and appointment information.
Potential impact on your site
04Site Impact
User data, passwords, and booking information may be exposed to authenticated attackers with basic site access.
Conditions required to exploit
05Prerequisites
Attacker must have a valid user account with low-level privileges (e.g., customer or subscriber role).
Key dates
06Disclosure timeline
July 1, 2026
CVE published