CVE-2026-66687
Deferred Deferred - Pending Action

Customer XSS in WpBookingly Plugin

Vulnerability report for CVE-2026-66687, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: Patchstack

Description

Customer Cross Site Scripting (XSS) in WpBookingly <= 1.3.2 versions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-09-03
AI Q&A
2026-08-13
EPSS Evaluated
2026-09-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wpbookingly plugin to 1.3.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Customer Cross Site Scripting (XSS) vulnerability affecting WpBookingly plugin versions 1.3.2 and below. XSS allows attackers to inject malicious scripts into web pages viewed by other users.

Detection Guidance

To detect this XSS vulnerability in the WpBookingly plugin (versions <= 1.3.2), inspect web server logs for unusual input patterns or script injections in user-supplied data fields. Check for POST/GET requests containing payloads like <script> tags or event handlers (e.g., onerror=). Use tools like grep to search logs: grep -i "<script>" /var/log/apache2/access.log or grep -i "onerror=" /var/log/nginx/access.log. Additionally, scan plugin files for unsanitized user inputs in PHP files.

Impact Analysis

An attacker could exploit this to steal user sessions, redirect users to malicious sites, or deface web pages. Users with access to the plugin could execute actions on behalf of other users.

Compliance Impact

XSS vulnerabilities can lead to unauthorized data access or modification, violating GDPR's data protection principles and HIPAA's security requirements for protected health information.

Mitigation Strategies

Update WpBookingly to the latest version (1.3.2 or higher) to patch the XSS vulnerability. If an update is not available, consider disabling or removing the plugin until a fix is released.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-66687. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart