The Appointment Booking Calendar — Simply Schedule...
High severity
Unreviewed
Published
Mar 13, 2026
to the GitHub Advisory Database
•
Updated Mar 13, 2026
Description
Published by the National Vulnerability Database
Mar 13, 2026
Published to the GitHub Advisory Database
Mar 13, 2026
Last updated
Mar 13, 2026
The Appointment Booking Calendar — Simply Schedule Appointments plugin for WordPress is vulnerable to unauthorized access of sensitive data in all versions up to and including 1.6.9.29. This is due to two compounding weaknesses: (1) a non-user-bound
public_nonceis exposed to unauthenticated users through the public/wp-json/ssa/v1/embed-innerREST endpoint, and (2) theget_item()method inSSA_Settings_Apirelies onnonce_permissions_check()for authorization (which accepts the public nonce) but does not callremove_unauthorized_settings_for_current_user()to filter restricted fields. This makes it possible for unauthenticated attackers to access admin-only plugin settings including the administrator email, phone number, internal access tokens, notification configurations, and developer settings via the/wp-json/ssa/v1/settings/{section}endpoint. The exposure of appointment tokens also allows an attacker to modify or cancel appointments.References