CVE-2026-15254

Simply Schedule Appointments <= 1.6.12.10 - Missing Authorization to Authenticated (Contributor+) Sensitive Data Disclosure

2026-07-23 00:00
Meher Sudhakar Abbireddi

Strategic Overview

Status
Patched in 1.6.12.11
Affected Version
<= 1.6.12.10
CVSS
4.3Medium
Weakness type
CWE-863 · Incorrect Authorization
CVE
CVE-2026-15254
View all Simply Schedule Appointments vulnerabilities

At a glance

CVE-2026-15254 is a medium-severity Incorrect Authorization vulnerability in the Simply Schedule Appointments WordPress plugin, affecting versions <= 1.6.12.10. It carries a CVSS score of 4.3 (reachable over the network; low attack complexity). Exploitation requires an authenticated account at Contributor level or above. The issue is fixed in version 1.6.12.11; sites on affected versions should update now. Disclosed July 2026, reported by Meher Sudhakar Abbireddi.

Vulnerability Overview

The Simply Schedule Appointments plugin for WordPress is vulnerable to unauthorized access in versions up to, and including, 1.6.12.10. This is due to missing capability checks on user-controlled shortcode attributes in the ssa_admin_upcoming_appointments shortcode handler, allowing non-managers to bypass staff scoping and read arbitrary appointment records. This makes it possible for authenticated attackers, with contributor-level access and above, to view other customers' appointment data by embedding admin shortcodes with arbitrary customer or staff scope parameters in a post or page.

Technical Analysis

The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user.

CWE-863: Incorrect Authorization

Reaching this weakness in Simply Schedule Appointments <= 1.6.12.10 takes an account at Contributor level or above. Incorrect authorization means a permission check exists but evaluates the wrong thing, so it passes for callers it was meant to stop.

The action runs for users the code intended to exclude, with the same effect as having no check at all. For Simply Schedule Appointments the fix is 1.6.12.11: builds <= 1.6.12.10 are affected, anything from 1.6.12.11 onward is not.

Remediation

Update to version 1.6.12.11, or a newer patched version

How does WordSec protect against this?

Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Simply Schedule Appointments 1.6.12.11 closes this, and updating the plugin is the step that ends it.

  • Login Security
  • Alerts

External References

Related records

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C