SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-11992

MEDIUM · CVSS 4.3 EPSS 0.28%

Source: NVD + CISA KEV + EPSS · Published 2026-07-10 · Last synced 2026-08-09

CyberRota Analysis

AI-Generated

The Easy Appointments plugin for WordPress is vulnerable to an authorization bypass, allowing authenticated users with author-level access to cancel all future appointments by marking them as abandoned. This vulnerability arises from inadequate verification of user permissions, as the nonce for cancellation requests is easily accessible on the admin page. WordPress site administrators using this plugin should prioritize patching to prevent potential disruptions to their appointment management system.

CVE
CVE-2026-11992
Severity
MEDIUM
CVSS
4.3
EPSS
0.28%
WordPress

Original NVD Description

The Easy Appointments plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 3.12.27. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with author-level access and above, to cancel all upcoming appointments site-wide by marking every future appointment stored by the plugin as abandoned. The nonce required to authenticate the cancellation request is printed on the Appointments admin page, which is itself gated only by the edit_posts capability that Authors possess, making the nonce readily accessible to low-privileged users.