Description
The Online Booking & Scheduling Calendar for WordPress by vcita plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'business_id' parameter in all versions up to, and including, 4.6.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Published: 2026-08-15
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The plugin contains a stored XSS flaw caused by an unsanitized 'business_id' parameter in its REST API. This vulnerability lets an unauthorized user place malicious scripts that will be persisted and executed whenever a page using that parameter is loaded by any visitor. The flaw can be exploited without authentication and resides in the code responsible for handling the parameter's output, classifying it as a classic injection weakness.

Affected Systems

All WordPress installations that have the Online Booking & Scheduling Calendar by vcita plugin at version 4.6.0 or earlier are vulnerable. The issue spans every site using the plugin in that version range, regardless of other configurations.

Risk and Exploitability

The CVSS score of 7.2 indicates a high severity. With no EPSS score available and the vulnerability not present in the CISA KEV catalog, formal exploitation data is limited, but the attack vector is likely an unauthenticated REST API request. An attacker can craft a malicious 'business_id' value, store it via the API, and when any user visits the affected page the injected script will run in the victim’s browser, potentially stealing session cookies or performing further actions on behalf of the user.

Generated by OpenCVE AI on August 15, 2026 at 04:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the plugin to a version newer than 4.6.0 when available.
  • If an upgrade cannot be performed immediately, modify the plugin’s code to sanitize or escape the 'business_id' parameter before rendering, for example with esc_html or a similar routine.
  • Restrict the REST API endpoint so that only authenticated users can access it, or disable the endpoint on sites that no longer require it.

Generated by OpenCVE AI on August 15, 2026 at 04:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 03:45:00 +0000

Type Values Removed Values Added
First Time appeared Vcita
Vcita online Booking & Scheduling Calendar For Wordpress By Vcita
Wordpress
Wordpress wordpress
Vendors & Products Vcita
Vcita online Booking & Scheduling Calendar For Wordpress By Vcita
Wordpress
Wordpress wordpress

Sat, 15 Aug 2026 02:45:00 +0000

Type Values Removed Values Added
Description The Online Booking & Scheduling Calendar for WordPress by vcita plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'business_id' parameter in all versions up to, and including, 4.6.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Title Online Booking & Scheduling Calendar for WordPress by vcita <= 4.6.0 - Unauthenticated Stored Cross-Site Scripting via REST API 'business_id' Parameter
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

Vcita Online Booking & Scheduling Calendar For Wordpress By Vcita
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-15T02:26:14.608Z

Reserved: 2026-07-01T21:41:10.504Z

Link: CVE-2026-14433

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T03:16:47.130

Modified: 2026-08-15T03:16:47.130

Link: CVE-2026-14433

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T04:30:02Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')