WordPress security changelog
HIGH CVE-2026-8789 Deferred

Easy Appointments bulk connection deletion lacks authorization

Easy Appointments through 3.12.27 registers the authenticated /wp-admin/admin-ajax.php action ea_delete_multiple_connections but lets the handler read an ids array from the JSON request body and delete the corresponding rows from wp_ea_connections without checking a capability or nonce. Any logged-in attacker with Contributor access can therefore delete arbitrary location-service-worker connection records and disrupt the site's booking configuration.

CVE / CNA score 8.1 CVSS 3.1 · security@wordfence.com
NVD score Pending NVD has not published its own CVSS assessment.
Component
Easy Appointments
Plugin slug
easy-appointments
Affected
<= 3.12.27
Safe version
3.12.28
Published
Jul 24, 2026
Weakness
CWE-863 — Incorrect Authorization

This CVE was published Jul 24, 2026 and is one of 14 known issues for this plugin.

Update, patch or deactivate.

Update Easy Appointments to 3.12.28 or later. The fixed handler requires manage_options, validates the plugin's administrative nonce and connections access rights, converts every supplied ID with absint(), and performs a prepared bulk deletion. Restore deleted connection records from a known-good backup if this action may have been abused.

A safe version is available, so updating to that version or later is the preferred remediation. If an immediate update is not practical, consider a targeted application patch or temporarily restricting the affected functionality.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The Easy Appointments plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check and missing nonce verification on the `ea_delete_multiple_connections` AJAX action in all versions up to, and including, 3.12.27. This makes it possible for authenticated attackers, with Contributor-level access and above, to delete arbitrary connection records from the `wp_ea_connections` table, disrupting the plugin's core booking functionality.

CVE / CNA vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H

Primary and upstream sources