PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-12111 codepeople CVE debrief

The Appointment Booking Calendar plugin for WordPress has a Sensitive Information Exposure vulnerability (CVE-2026-12111, CVSS Score: 4.3) in versions up to and including 1.4.01. This vulnerability allows authenticated attackers with Contributor-level access or above to extract customer booking information from any calendar managed by the plugin. The issue arises from insufficient authorization and missing per-calendar ownership checks in the cpabc_appointments_calendar_load2() function. Attackers can exploit this by supplying an arbitrary calendar ID via the id parameter, potentially accessing email addresses, names, phone numbers, booking times, and comments.

Vendor
codepeople
Product
Appointment Booking Calendar
CVSS
MEDIUM 4.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-18
Original CVE updated
2026-06-18
Advisory published
2026-06-18
Advisory updated
2026-06-18

Who should care

WordPress administrators and users with Contributor-level access or above who utilize the Appointment Booking Calendar plugin should be aware of this vulnerability. Additionally, security teams responsible for monitoring and patching WordPress installations, especially those with customer-facing appointment booking functionality, should prioritize patching and monitoring for potential exploitation.

Technical summary

The vulnerability exists in the cpabc_appointments_calendar_load2() function of the Appointment Booking Calendar plugin. This function is accessible via the cpabc_calendar_load2=1 query parameter in wp-admin and only checks if the user is an administrator or has the 'edit_posts' capability, which is available to Contributor-level users and above. The function fails to perform adequate authorization and per-calendar ownership checks, allowing attackers to supply an arbitrary calendar ID and extract sensitive customer booking information.

Defensive priority

MEDIUM

Recommended defensive actions

  • Update the Appointment Booking Calendar plugin to a version beyond 1.4.01.
  • Restrict access to the wp-admin area, especially for users with Contributor-level access.
  • Implement additional monitoring for potential exploitation attempts.
  • Review and adjust the plugin's configuration to enforce proper authorization and ownership checks.
  • Consider using a Web Application Firewall (WAF) to detect and prevent exploitation attempts.
  • Regularly review and update all WordPress plugins and themes to ensure the latest security patches are applied.

Evidence notes

The information provided is based on the CVE-2026-12111 record and related sources from NVD and Wordfence. The vulnerability was published on June 18, 2026, and last modified on the same day. The details about the vulnerability, including its CVSS score and affected versions, are derived from these reliable sources.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-12111 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-12111

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-12111 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-12111

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/appointment-booking-calendar/tags/1.3.99/cpabc_appointments.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/appointment-booking-calendar/tags/1.3.99/inc/cpabc_apps_go.inc.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/appointment-booking-calendar/tags/1.3.99/inc/cpabc_apps_go.inc.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/appointment-booking-calendar/tags/1.3.99/inc/cpabc_apps_go.inc.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/appointment-booking-calendar/trunk/cpabc_appointments.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/appointment-booking-calendar/trunk/inc/cpabc_apps_go.inc.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/appointment-booking-calendar/trunk/inc/cpabc_apps_go.inc.php

    [email protected]

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.