Description
The BA Book Everything plugin for WordPress is vulnerable to Stored Cross-Site Scripting via first_name Parameter in all versions up to, and including, 1.8.27 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. An unauthenticated attacker can obtain the valid order_id, order_num, and order_hash credentials required to reach the vulnerable action_to_pay() handler simply by placing a guest booking through the public [babe-booking-form] shortcode, making the full exploit chain reachable without any account.
Published: 2026-09-25
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Stored Cross‑Site Scripting
Action: Immediate Patch
AI Analysis

Impact

The BA Book Everything plugin for WordPress allows unauthenticated users to store malicious JavaScript within the first_name field of a booking entry—a classic stored cross‑site scripting flaw. When a user later views a page that displays the stored name, the injected script executes with the visitor’s privileges, enabling session hijacking, defacement, or other client‑side attacks. The vulnerability arises from insufficient input validation and output escaping surrounding the first_name parameter, allowing arbitrary script tags to persist in the database.

Affected Systems

Both the bookingalgorithms vendor and the BA Book Everything WordPress plugin are affected. All releases up to and including version 1.8.27 contain the flaw. WordPress sites that have installed any of these plugin versions are vulnerable.

Risk and Exploitability

The CVSS rating of 7.2 signals moderate to high severity. No EPSS score is currently published, so the probability of exploitation remains unclear, and the flaw is not yet listed in the CISA KEV catalog. Attackers can achieve the exploit chain from the public booking form: an unauthenticated guest booking generates an order_id, order_num, and order_hash that can be reused to reach the vulnerable action_to_pay() handler. Because the initial step is fully open to anyone, the full attack is achievable without any user credentials.

Generated by OpenCVE AI on September 25, 2026 at 09:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the BA Book Everything plugin to the latest version, if one greater than 1.8.27 is available, as it includes defensive input sanitization for the first_name field and proper output escaping.
  • If an upgrade is not immediately possible, disable the public [babe-booking-form] shortcode for all non‑admin roles or replace it with a version that requires authentication before a booking can be placed.
  • Inspect the database for records containing injected scripts, remove or sanitize them, and implement a content security policy that blocks inline scripts on the site to mitigate the impact until a fix is applied.

Generated by OpenCVE AI on September 25, 2026 at 09:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 25 Sep 2026 09:45:00 +0000

Type Values Removed Values Added
First Time appeared Booking Algorithms
Booking Algorithms ba Book Everything
Wordpress
Wordpress wordpress
Vendors & Products Booking Algorithms
Booking Algorithms ba Book Everything
Wordpress
Wordpress wordpress

Fri, 25 Sep 2026 07:00:00 +0000

Type Values Removed Values Added
Description The BA Book Everything plugin for WordPress is vulnerable to Stored Cross-Site Scripting via first_name Parameter in all versions up to, and including, 1.8.27 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. An unauthenticated attacker can obtain the valid order_id, order_num, and order_hash credentials required to reach the vulnerable action_to_pay() handler simply by placing a guest booking through the public [babe-booking-form] shortcode, making the full exploit chain reachable without any account.
Title BA Book Everything <= 1.8.27 - Unauthenticated Stored Cross-Site Scripting via first_name 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

Booking Algorithms Ba Book Everything
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-25T13:00:16.311Z

Reserved: 2026-09-22T18:00:49.665Z

Link: CVE-2026-96039

cve-icon Vulnrichment

Updated: 2026-09-25T12:56:07.512Z

cve-icon NVD

Status : Deferred

Published: 2026-09-25T07:16:56.880

Modified: 2026-09-25T14:17:25.337

Link: CVE-2026-96039

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T09:30:07Z

Weaknesses
  • CWE-79

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