CVE-2026-7332
Stored XSS in LatePoint WordPress Booking Plugin
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| latepoint | calendar_booking_plugin | to 5.5.0 (inc) |
Helpful Resources
Exploitability
| 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 Powered Q&A
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability allows unauthenticated attackers to inject arbitrary web scripts via stored cross-site scripting, which can lead to unauthorized access or manipulation of user data.
Such unauthorized access or data manipulation could potentially violate data protection and privacy requirements outlined in standards like GDPR and HIPAA, which mandate the protection of personal and sensitive information.
However, the provided information does not explicitly describe the direct impact on compliance with these regulations.
Can you explain this vulnerability to me?
The LatePoint β Calendar Booking Plugin for Appointments and Events for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) through the 'booking_form_page_url' parameter in all versions up to and including 5.5.0.
This vulnerability exists because the plugin does not properly sanitize input or escape output, allowing unauthenticated attackers to inject malicious web scripts.
These injected scripts are stored in the database and executed whenever a user accesses the affected page.
Notably, the malicious activity log entry is created even if Stripe payment integration is not configured, due to the way the plugin processes the latepoint_order_intent_created action hook.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute arbitrary scripts in the context of users visiting the affected pages.
Such script execution can lead to theft of user credentials, session hijacking, defacement, or redirection to malicious sites.
Because the vulnerability is exploitable without authentication, any visitor to the site could be affected.
Additionally, the integrity of the booking system and user trust can be compromised.