Description
The Easy Appointments WordPress plugin through 3.12.26 does not correctly validate shortcode input in one of its block-rendering actions, checking only the first tag of the supplied string against an allowlist while rendering the entire string, allowing users with contributor-level access to execute arbitrary registered shortcodes.
Published: 2026-08-06
Score: 2.7 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Easy Appointments WordPress plugin fails to correctly validate shortcode input; it checks only the first tag of the supplied string against an allowlist while rendering the entire string. This flaw allows users who have contributor-level access to execute any registered shortcode. The primary impact is that an attacker can run arbitrary plugin-defined shortcodes that may perform privileged operations or expose sensitive data.

Affected Systems

WordPress sites that are running Easy Appointments version 3.12.26 or earlier are affected. The plugin, developed by an unknown vendor and listed in the WordPress plugin repository, is the target of this vulnerability.

Risk and Exploitability

The CVSS score of 2.7 indicates a low severity, and no EPSS information is available. The flaw is not listed in CISA’s KEV catalog, suggesting it is not known to be actively exploited. The likely attack vector is an authenticated contributor who logs into the site and inserts a malicious shortcode during content editing or via a visual editor. Because the allowlist is bypassed, the attacker can trigger privileged plugin behavior, potentially compromising site integrity and data confidentiality. XPSS would likely be low given the lack of public exploitation reports.

Generated by OpenCVE AI on August 6, 2026 at 23:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Easy Appointments plugin to a version newer than 3.12.26.
  • If an upgrade cannot be performed immediately, disable the shortcode rendering functionality or restrict it to administrators only using a capability management plugin.
  • Revoke the contributor role’s ability to add or edit content that triggers shortcode rendering, or reconfigure role capabilities so that contributors cannot insert arbitrary shortcodes.

Generated by OpenCVE AI on August 6, 2026 at 23:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-284

Fri, 07 Aug 2026 00:00:00 +0000

Type Values Removed Values Added
First Time appeared Easy-appointments
Easy-appointments easy Appointments
Wordpress
Wordpress wordpress
Vendors & Products Easy-appointments
Easy-appointments easy Appointments
Wordpress
Wordpress wordpress

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description The Easy Appointments WordPress plugin through 3.12.26 does not correctly validate shortcode input in one of its block-rendering actions, checking only the first tag of the supplied string against an allowlist while rendering the entire string, allowing users with contributor-level access to execute arbitrary registered shortcodes.
Title Easy Appointments <= 3.12.26 - Contributor+ Shortcode Allowlist Bypass
References
Metrics cvssV3_1

{'score': 2.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Easy-appointments Easy Appointments
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-06T17:00:54.812Z

Reserved: 2026-06-30T11:51:28.619Z

Link: CVE-2026-14225

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T00:00:05Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-284

    Improper Access Control