Skip to main content

Smart Appointment & Booking EUVDEUVD-2026-29399

| CVE-2026-5693 MEDIUM
Missing Authorization (CWE-862)
2026-05-12 Wordfence GHSA-jx49-jgx5-x37f
5.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
May 12, 2026 - 08:48 vuln.today
CVE Published
May 12, 2026 - 07:48 nvd
MEDIUM 5.3

DescriptionCVE.org

The Smart Appointment & Booking plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check and a nonce validation logic flaw in the saab_cancel_booking() function in all versions up to, and including, 1.0.8. The nonce check uses && (AND) instead of || (OR), which means providing any value for the security parameter causes the entire check to be skipped. This makes it possible for unauthenticated attackers to cancel arbitrary bookings by supplying a predictable booking ID.

AnalysisAI

Unauthenticated attackers can cancel arbitrary bookings in the Smart Appointment & Booking WordPress plugin versions up to 1.0.8 due to a logic flaw in nonce validation that uses AND instead of OR, combined with a missing capability check in the saab_cancel_booking() function. By supplying any value for the security parameter and a predictable booking ID, attackers can modify or delete booking records without authentication or user interaction.

Technical ContextAI

The vulnerability exists in the saab_cancel_booking() function within the Smart Appointment & Booking WordPress plugin's front-end action handler class. WordPress nonce validation typically uses wp_verify_nonce() to ensure requests originate from authenticated sessions; however, this implementation contains a logical operator flaw where the nonce check uses && (AND) instead of || (OR). This causes the security check to be bypassed when any value is provided for the nonce parameter, inverting the intended validation logic. Combined with the absence of a capability check (CWE-862: Missing Authorization), the function fails to verify that the requesting user has permission to cancel bookings. The plugin's architectural assumption that predictable or enumerable booking IDs are protected by the nonce check proves invalid due to this logic error.

RemediationAI

Update the Smart Appointment & Booking plugin to version 1.0.9 or later, which should correct the nonce validation logic and implement proper capability checks. To update, navigate to the WordPress Dashboard, go to Plugins > Installed Plugins, locate Smart Appointment & Booking, and click Update if available; alternatively, download the patched version from https://wordpress.org/plugins/smart-appointment-booking/ and manually upload it. As an immediate workaround for unpatched installations, disable the plugin entirely until a patch is available, or restrict access to the booking cancellation endpoint by implementing server-level IP whitelisting or adding authentication requirements at the web server level (e.g., via .htaccess or nginx configuration). Be aware that disabling the plugin prevents all booking functionality, not just cancellation. A temporary code-level fix (for sites comfortable with PHP modification) would be to manually correct the nonce logic from && to || in the saab_cancel_booking() function, though this approach is not recommended for production without code review and introduces maintenance burden during future updates.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

EUVD-2026-29399 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy