Description
The Bookero.pl – system rezerwacji online plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `bookero_products` shortcode's `hide_products` (and `filter_products`) attributes in versions up to and including 2.2. This is due to insufficient input sanitization and output escaping in the `bookero_products()` function — the raw attribute value is concatenated directly into an inline `<script>` block without any escaping. This makes it possible for authenticated attackers with contributor-level access and above to inject arbitrary web scripts into pages that will execute whenever a user accesses the injected page.
Published: 2026-07-09
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Bookero.pl WordPress reservation system plugin allows an authenticated user with contributor-level or higher privileges to inject arbitrary JavaScript through the hide_products and filter_products attributes of its bookero_products shortcode. The plugin concatenates the raw attribute value directly into an inline <script> block without any sanitization or escaping, resulting in a stored cross‑site scripting flaw. When a page containing the shortcode is rendered, the malicious script executes in the browsers of all visitors. The underlying weakness is identified as CWE‑79, reflecting the inadequate sanitization of user input.

Affected Systems

The vulnerability affects the safistudio Bookero.pl – system rezerwacji online WordPress plugin. All releases up to and including version 2.2 contain the flaw. Any WordPress site that hosts one of these releases and permits or edit content that includes the bookero_products shortcode is vulnerable.

Risk and Exploitability

The CVSS v3.1 score of 6.4 classifies this issue as medium severity. Its EPSS score of less than 1% and absence in the CISA KEV catalog suggest that widespread exploitation is currently unlikely. However, the attack requires only legitimate contributor access, and the flaw persists long after injection until the offending content is removed or the shortcode is disabled.

Generated by OpenCVE AI on July 29, 2026 at 12:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Bookero.pl plugin to the latest release that removes the vulnerable shortcode attribute handling.
  • Remove or disable the bookero_products shortcode from any templates or posts, and modify the plugin to sanitize or reject hide_products and filter_products attributes if they must be retained.
  • Implement a Content Security Policy that blocks inline scripts and disallows script execution from unknown sources to mitigate the impact of any stored XSS that may have already been injected.

Generated by OpenCVE AI on July 29, 2026 at 12:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Safistudio
Safistudio bookero.pl – System Rezerwacji Online
Wordpress
Wordpress wordpress
Vendors & Products Safistudio
Safistudio bookero.pl – System Rezerwacji Online
Wordpress
Wordpress wordpress

Thu, 09 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 09 Jul 2026 08:15:00 +0000

Type Values Removed Values Added
Description The Bookero.pl – system rezerwacji online plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `bookero_products` shortcode's `hide_products` (and `filter_products`) attributes in versions up to and including 2.2. This is due to insufficient input sanitization and output escaping in the `bookero_products()` function — the raw attribute value is concatenated directly into an inline `<script>` block without any escaping. This makes it possible for authenticated attackers with contributor-level access and above to inject arbitrary web scripts into pages that will execute whenever a user accesses the injected page.
Title Bookero.pl <= 2.2 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

Safistudio Bookero.pl – System Rezerwacji Online
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-09T14:39:45.983Z

Reserved: 2026-04-23T13:37:42.300Z

Link: CVE-2026-6910

cve-icon Vulnrichment

Updated: 2026-07-09T13:32:51.475Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:45:03Z

Weaknesses
  • CWE-79

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