CVE-2026-6910 MEDIUM

CVE-2026-6910: Bookero.pl <= 2.2 - Authenticated (Contributor+) Stored Cross-Site Scripting via Shortcode Attributes

Vendor Safistudio
Product Bookero.pl – system rezerwacji online
Weakness CWE-79 · XSS
Published July 9, 2026
Last update July 9, 2026

CVSS base score

6.4/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Bookero.pl versions 2.2 and earlier contain a cross-site scripting (XSS) vulnerability that allows authenticated users to inject malicious scripts affecting other users. The vulnerability has a changed scope, meaning the impact extends beyond the vulnerable component itself. An attacker with low-level credentials can inject code that executes in other users' browsers, potentially compromising their sessions or data.

What an attacker can do

03Attacker Capabilities

Inject malicious scripts that execute in other users' browsers, potentially stealing session data or performing actions on their behalf.

Potential impact on your site

04Site Impact

Authenticated users can inject code affecting other users' sessions and data; site reputation and user trust at risk.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege account on the site; no user interaction required from the victim.

Key dates

06Disclosure timeline

July 9, 2026 CVE published
July 9, 2026 Record updated

Related vulnerabilities

08Related CVE