Skip to main content

Appointment Booking Calendar CVE-2026-12113

| EUVDEUVD-2026-40903 MEDIUM
Missing Authorization (CWE-862)
2026-07-01 Wordfence GHSA-jg95-92mw-5qqj
4.3
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
4.3 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
vuln.today AI
4.3 MEDIUM

Endpoint reachable over network (AV:N), contributor login required (PR:L), only booking PII disclosed with no write or availability impact (C:L/I:N/A:N), no scope change.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

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

Lifecycle Timeline

2
Analysis Generated
Jul 01, 2026 - 05:32 vuln.today
CVE Published
Jul 01, 2026 - 04:32 nvd
MEDIUM 4.3

DescriptionCVE.org

The Appointment Booking Calendar plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.4.02 via the cpabc_appointments_filter_list. This makes it possible for authenticated attackers, with contributor-level access and above, to extract customer names, email addresses, phone numbers, appointment comments, and other booking personally identifiable information.

AnalysisAI

Sensitive PII exposure in the Appointment Booking Calendar WordPress plugin (versions up to and including 1.4.02) allows any authenticated user with contributor-level access to retrieve customer booking records - including names, email addresses, phone numbers, and appointment comments - via the unprotected cpabc_appointments_filter_list AJAX action. The root cause is CWE-862 (Missing Authorization): the endpoint performs no capability check before returning data, meaning the attacker's only prerequisite is a valid WordPress login at contributor tier or above. No public exploit code or active exploitation (CISA KEV) has been identified at time of analysis, but a source-level fix appears committed in the plugin's SVN repository (changeset 3581633).

Technical ContextAI

The vulnerability resides in the Codepeople Appointment Booking Calendar WordPress plugin (CPE: cpe:2.3:a:codepeople:appointment_booking_calendar:*:*:*:*:*:*:*:*). WordPress plugins register AJAX handlers via wp_ajax_* or wp_ajax_nopriv_* hooks; the cpabc_appointments_filter_list handler, implemented across cpabc_apps_on.inc.php (lines 255 and 328) and cpabc_appointments.php (line 187), retrieves appointment booking records from the database and returns them to the caller. CWE-862 (Missing Authorization) describes exactly this pattern: the code verifies that the caller is logged in (hence PR:L), but never checks whether the authenticated user holds a capability sufficient to access customer PII such as manage_options or a custom role. Any WordPress user at the default contributor role - a tier frequently granted to untrusted guest authors - can therefore invoke the endpoint and exfiltrate the full booking dataset.

RemediationAI

Update the Appointment Booking Calendar plugin to the version that incorporates SVN changeset 3581633, which reflects the upstream source-level fix committed to the plugin's trunk; however, the specific patched release version number is not independently confirmed in the available data - verify the current version in the WordPress plugin repository before updating. As an interim workaround on sites where immediate update is not possible, restricting the WordPress contributor role by removing untrusted contributor accounts reduces exposure, since exploitation requires at minimum contributor-level authentication. Alternatively, a WAF rule blocking POST requests to wp-admin/admin-ajax.php where action=cpabc_appointments_filter_list from non-administrator sessions can serve as a compensating control, though this may break legitimate plugin functionality for shop managers who rely on the filter. The Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/3838bb64-fd85-43a4-97a2-7ca7930697ad should be monitored for the confirmed patched version number.

CVE-2024-0856 HIGH POC
8.8 Mar 20

The Appointment Booking Calendar WordPress plugin before 1.3.83 does not have CSRF checks in some places, which could al

CVE-2020-9372 HIGH POC
7.8 Mar 04

The Appointment Booking Calendar plugin before 1.3.35 for WordPress allows user input (in fields such as Description or

CVE-2019-14791 MEDIUM POC
6.1 Aug 09

The Appointment Booking Calendar plugin 1.3.18 for WordPress allows XSS via the wp-admin/admin-post.php editionarea para

CVE-2022-43482 HIGH
8.8 Nov 18

Missing Authorization vulnerability in Appointment Booking Calendar plugin <= 1.3.69 on WordPress. Rated high severity (

CVE-2020-9371 MEDIUM POC
4.8 Mar 04

Stored XSS exists in the Appointment Booking Calendar plugin before 1.3.35 for WordPress. Rated medium severity (CVSS 4.

CVE-2025-46241 HIGH
8.2 Apr 22

Cross-Site Request Forgery (CSRF) vulnerability in codepeople Appointment Booking Calendar allows SQL Injection.3.92. Ra

CVE-2015-7319 HIGH
7.5 Sep 29

SQL injection vulnerability in cpabc_appointments_admin_int_calendar_list.inc.php in the Appointment Booking Calendar pl

CVE-2024-13431 MEDIUM
6.1 Mar 07

The Appointment Booking Calendar - Simply Schedule Appointments Booking Plugin plugin for WordPress is vulnerable to Ref

CVE-2025-46247 MEDIUM
5.3 Apr 22

Missing Authorization vulnerability in codepeople Appointment Booking Calendar allows Accessing Functionality Not Proper

CVE-2026-12111 MEDIUM
4.3 Jun 18

Sensitive customer PII exposure in the Appointment Booking Calendar WordPress plugin (versions up to and including 1.4.0

CVE-2015-7320 MEDIUM
4.3 Sep 29

Multiple cross-site scripting (XSS) vulnerabilities in cpabc_appointments_admin_int_bookings_list.inc.php in the Appoint

CVE-2024-12274 HIGH POC
7.5 Jan 13

The Appointment Booking Calendar Plugin and Scheduling Plugin WordPress plugin before 1.1.23 export settings functionali

Share

CVE-2026-12113 vulnerability details – vuln.today

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