Sceawere
Vulnerability Detail
CVE-2026-66462UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Unauthenticated Sensitive Data Exposure in WooCommerce Appointments
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 7.5
- Creation Date
- 7h ago
- Vendor
- BookingWP
- Product
- WooCommerce Appointments
- Attack Type
- CWE-497 Exposure of Sensitive System Information to an Unauthorized Control Sphere
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
- Attack Complexity
- LOW
Narrative and Response
Description
Unauthenticated Sensitive Data Exposure in WooCommerce Appointments <= 5.3.8 versions.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "7.5",
"pubDate": "2026-08-13T14:17:07.417Z",
"pubdate": "2026-08-13T14:17:07.417Z",
"executiveSummary": "An unauthenticated sensitive data exposure vulnerability has been identified in WooCommerce Appointments versions 5.3.8 and prior. This security flaw allows remote, unauthenticated attackers to harvest confidential system or user data directly through vulnerable endpoints without requiring valid credentials or session tokens.\nThe vulnerability poses a severe risk to confidentiality by exposing sensitive information that could be leveraged for subsequent attacks, such as privilege escalation, social engineering, or direct unauthorized access to proprietary business and customer records.\nThe affected product is WooCommerce Appointments, specifically all iterations up to and including version 5.3.8. Exploitation requires network access to the target WordPress instance running the vulnerable plugin. The attack vector is completely unauthenticated, meaning any external malicious actor can initiate requests and retrieve sensitive payloads without interacting with login mechanisms.\nGiven the nature of appointment booking platforms, exposed data may include Personally Identifiable Information (PII), internal operational metadata, or scheduling details. Immediate remediation is required to eliminate the exposure vector and secure the application perimeter against automated harvesting and targeted data exfiltration attempts.",
"technicalDetails": "The vulnerability stems from improper access control enforcement within the request handling lifecycle of the WooCommerce Appointments plugin. Specifically, endpoints or AJAX/REST handlers responsible for retrieving appointment-related records fail to validate whether the requesting entity possesses appropriate authorization or authentication state.\nThe affected component resides within the core codebase of WooCommerce Appointments versions <= 5.3.8, where administrative or user-restricted data retrieval functions are improperly exposed to unauthenticated contexts. Because the application logic lacks mandatory capability checks or nonce validations for these specific data-fetching routines, direct HTTP requests can trigger the underlying functions and return serialized or JSON-formatted sensitive data sets.\nThe attack flow proceeds as follows: 1) The unauthenticated attacker identifies the vulnerable endpoint exposed by the plugin over the network via standard web reconnaissance or automated enumeration. 2) The attacker crafts an HTTP GET or POST request targeting the specific data retrieval function without supplying session cookies, authentication headers, or security nonces. 3) The vulnerable plugin processes the incoming request, invoking the backend query handler without verifying the caller's privilege level or authentication status. 4) The database query executes successfully, gathering appointment records and associated sensitive data. 5) The application serializes the resulting dataset and returns it in the HTTP response body to the unauthenticated client.\nPost-exploitation impact is primarily characterized by a breach of confidentiality. Attackers who successfully exfiltrate this sensitive information can analyze internal operational schedules, customer identifiers, contact details, and proprietary metadata. This harvested intelligence can subsequently be utilized to mount targeted phishing campaigns, orchestrate further application-layer attacks, or facilitate credential stuffing if associated user handles are exposed."
}