Description
The QuickCal plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Custom Field Parameters in all versions up to, and including, 1.0.20 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. The nonce guarding the unauthenticated booked_add_appt AJAX action is publicly embedded on any page rendering the booking calendar shortcode, making it trivially obtainable by unauthenticated attackers without any prior account or privilege.
Published: 2026-09-05
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an attacker to embed arbitrary JavaScript into any page that renders the booking calendar. Because the data are stored without sanitization or escaping, the malicious code runs whenever any user visits the affected page, enabling cookie theft, session hijacking, and phishing attacks. This is an unauthenticated stored XSS flaw identified as CWE-79.

Affected Systems

All installations of the QuickCal WordPress plugin from version 1.0.0 through 1.0.20, inclusive. The affected product is Themovation QuickCal, a booking calendar plugin that displays a shortcode on WordPress pages.

Risk and Exploitability

The CVSS score of 7.2 indicates a high severity. The exploit probability (EPSS) is not available, and the issue is not listed in the CISA KEV catalog. The flaw is trivial to exploit because the attacked web pages expose a public nonce for the booked_add_appt AJAX action, which an unauthenticated attacker can retrieve from the page source and use to inject malicious data via custom field parameters. Once injected, the code executes in every user’s browser that visits the infected page.

Generated by OpenCVE AI on September 5, 2026 at 07:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the QuickCal plugin to version 1.0.21 or later, where the input sanitization and output escaping have been fixed.
  • Remove or restrict the use of the booking calendar shortcode on pages that do not require appointment functionality to limit the attack surface.
  • Deploy a web application firewall rule or other request filtering to detect and block attempts to submit custom field parameters through the booked_add_appt endpoint, or otherwise sanitize the received data before storage.

Generated by OpenCVE AI on September 5, 2026 at 07:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 05 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Description The QuickCal plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Custom Field Parameters in all versions up to, and including, 1.0.20 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. The nonce guarding the unauthenticated booked_add_appt AJAX action is publicly embedded on any page rendering the booking calendar shortcode, making it trivially obtainable by unauthenticated attackers without any prior account or privilege.
Title QuickCal <= 1.0.20 - Unauthenticated Stored Cross-Site Scripting via Custom Field Parameters
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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-05T06:37:58.287Z

Reserved: 2026-07-16T17:29:06.067Z

Link: CVE-2026-15984

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-05T07:17:10.793

Modified: 2026-09-05T07:17:10.793

Link: CVE-2026-15984

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T07:30:17Z

Weaknesses
  • CWE-79

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