CVE-2026-4807
Last modified
CVE-2026-4807 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. The Appointment Booking Calendar plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 1.6.10.6. This is due to a flawed authorization logic in the nonce_permissions_check() method combined with the public exposure of a site-wide reusable nonce. EPSS estimates a 0.49% chance of exploitation in the next 30 days.
Description
The Appointment Booking Calendar plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 1.6.10.6. This is due to a flawed authorization logic in the nonce_permissions_check() method combined with the public exposure of a site-wide reusable nonce. The plugin exposes a public_nonce value through the /wp-json/ssa/v1/embed-inner endpoint, which is accessible to unauthenticated users. The appointment deletion endpoint at /wp-json/ssa/v1/appointments/{id}/delete and /wp-json/ssa/v1/appointments/bulk use a permission check that accepts requests containing both an X-WP-Nonce header (with any arbitrary value) and an X-PUBLIC-Nonce header (with the valid public nonce). When the X-WP-Nonce validation fails, the function falls back to validating the X-PUBLIC-Nonce without properly rejecting the request. Since the public_nonce is exposed to all unauthenticated visitors and is site-wide (not user-specific or appointment-specific), attackers can obtain it and use it to view details of arbitrary appointments, including the public_edit_url, or delete arbitrary appointments by ID. This makes it possible for unauthenticated attackers to view, delete or modify any appointment in the system, disclosing sensitive appointment data, causing service disruption, and loss of booking records.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-4807?
How severe is CVE-2026-4807?
How do I fix CVE-2026-4807?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48064pam_usb provides hardware authentication for Linux using ord…8.1
- CVE-2026-48065pam_usb provides hardware authentication for Linux using ord…6.7
- CVE-2026-48066pam_usb provides hardware authentication for Linux using ord…5.7
- CVE-2026-48067Filament is a collection of full-stack components for accele…6.5
- CVE-2026-48068@grpc/grps-js implements the core functionality of gRPC pure…7.5
- CVE-2026-48069@grpc/grps-js implements the core functionality of gRPC pure…7.5
- CVE-2026-48071OpenReception's appointment booking software provides an end…5.8
- CVE-2026-48074OpenReception's appointment booking software provides an end…2.7
- CVE-2026-48075OpenReception's appointment booking software provides an end…6.5
- CVE-2026-48076OpenReception's appointment booking software provides an end…6.5
- CVE-2026-48077OpenReception's appointment booking software provides an end…5.3
- CVE-2026-48078OpenReception's appointment booking software provides an end…5.3
Are you affected by CVE-2026-4807?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
