Skip to main content

Simply Schedule Appointments CVE-2026-13358

| EUVDEUVD-2026-59859 MEDIUM
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-08-16 Wordfence GHSA-w9gm-5x7r-8v42
6.5
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

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

Official vector omits integrity impact; CVE description explicitly confirms harvested tokens enable appointment modification, warranting I:H alongside C:H.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/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
High
Integrity
None
Availability
None

Lifecycle Timeline

2
Analysis Generated
Aug 16, 2026 - 05:08 vuln.today
CVE Published
Aug 16, 2026 - 04:24 cve.org
MEDIUM 6.5

DescriptionCVE.org

The Appointment Booking Calendar - Simply Schedule Appointments Booking Plugin plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 1.6.12.10 via the ssa_past_appointments due to missing validation on a user controlled key. This makes it possible for authenticated attackers, with contributor-level access and above, to access appointment records belonging to arbitrary users and harvest the per-appointment ownership tokens (32-character hashes) embedded in the rendered HTML, which can then be used without any authentication to read or modify those appointments including full customer PII such as name, email, phone number, and private notes. The /wp-json/ssa/v1/render-shortcode REST endpoint is registered unconditionally on rest_api_init regardless of whether the Divi theme is installed, and its permission callback only requires current_user_can('edit_posts'), meaning any Contributor-level account is sufficient to trigger this entire exploit chain.

AnalysisAI

Insecure Direct Object Reference in the Simply Schedule Appointments WordPress plugin (all versions ≤ 1.6.12.10) enables any authenticated Contributor-level user to enumerate appointment records belonging to arbitrary customers and extract 32-character per-appointment ownership tokens from server-rendered HTML. Those harvested tokens then grant fully unauthenticated read and write access to any appointment - exposing and permitting modification of full customer PII including names, email addresses, phone numbers, and private notes. No public exploit code has been identified at time of analysis and the vulnerability does not appear in the CISA KEV, but the two-stage attack is mechanically straightforward and is confirmed by Wordfence with direct source-code line references.

Technical ContextAI

The vulnerability resides in the WordPress REST API endpoint /wp-json/ssa/v1/render-shortcode, implemented in class-shortcodes.php (line 781). As confirmed by the referenced source at class-divi.php lines 237 and 254, this endpoint is registered unconditionally on rest_api_init - not gated on any theme or feature flag - and its permission callback enforces only current_user_can('edit_posts'), a capability held by every Contributor-level account. The ssa_past_appointments parameter is passed to the database layer (class-db-model.php line 325 and class-appointment-model.php line 1936) without validating that the requesting user owns the referenced records, which is the textbook CWE-639 pattern: authorization is decided by a user-controlled key rather than by verified ownership. The per-appointment 32-character hash tokens are embedded in the rendered HTML response and subsequently accepted by the appointment management API with no further identity check, creating a second-stage unauthenticated access path. CPE cpe:2.3:a:croixhaug:simply_schedule_appointments:*:*:*:*:*:*:*:* identifies the affected product across all versions in the wildcard range.

RemediationAI

A fix commit has been submitted to the Simply Schedule Appointments plugin repository (https://plugins.trac.wordpress.org/changeset?reponame=&old=3617759%40simply-schedule-appointments&new=3617759%40simply-schedule-appointments), but a specific patched release version number is not confirmed in the available data - administrators should verify the current version in the WordPress.org plugin directory and update to any release newer than 1.6.12.10 as soon as a patched build is published. As an immediate compensating control, restrict or audit all Contributor-level WordPress accounts, removing any that belong to untrusted or external parties, since Contributor access is the sole prerequisite for the token-harvest stage. A WAF rule or REST API restriction plugin can be configured to block POST requests to /wp-json/ssa/v1/render-shortcode from non-administrative roles; note this will disable shortcode rendering functionality for the plugin until a patch is applied. Site owners running Divi-themed installations should not assume they are uniquely at risk - the endpoint is registered unconditionally regardless of active theme.

CVE-2026-16540 HIGH POC
7.5 Aug 02

Simply Schedule Appointments WordPress plugin before 1.6.12.6 exposes all site appointment records to unauthenticated us

CVE-2024-7129 HIGH POC
7.2 Sep 13

The Appointment Booking Calendar WordPress plugin before 1.6.7.43 does not escape template syntax provided via user inpu

CVE-2026-15254 MEDIUM POC
6.5 Aug 03

Broken access control in Simply Schedule Appointments WordPress plugin before 1.6.12.11 exposes all customer appointment

CVE-2026-13400 MEDIUM POC
6.1 Jul 27

Stored Cross-Site Scripting in Simply Schedule Appointments up to 1.6.12.2 allows unauthenticated attackers to inject ar

CVE-2026-39493 CRITICAL
9.3 Jun 15

Unauthenticated SQL injection in the Simply Schedule Appointments WordPress plugin (versions ≤ 1.6.9.27) allows remote a

CVE-2026-65508 CRITICAL
9.3 Aug 06

Unauthenticated SQL injection in the Simply Schedule Appointments WordPress plugin (versions up to and including 1.6.12.

CVE-2022-2373 MEDIUM POC
5.3 Aug 29

The Simply Schedule Appointments WordPress plugin before 1.5.7.7 is missing authorisation in a REST endpoint, allowing u

CVE-2024-2341 HIGH
8.8 Apr 09

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

CVE-2024-2342 HIGH
8.8 Apr 09

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

CVE-2026-84764 HIGH
8.8 Sep 02

Cross-site request forgery in the Simply Schedule Appointments WordPress plugin (versions ≤ 1.6.12.23) enables an unauth

CVE-2024-7877 MEDIUM POC
4.8 Nov 05

The Appointment Booking Calendar - Simply Schedule Appointments Booking Plugin WordPress plugin before 1.6.7.55 does not

CVE-2024-7876 MEDIUM POC
4.8 Nov 05

The Appointment Booking Calendar - Simply Schedule Appointments Booking Plugin WordPress plugin before 1.6.7.55 does not

Share

CVE-2026-13358 vulnerability details – vuln.today

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