CVE-2026-15441: Product Table & List Builder For WooCommerce <= 5.6.0 - Unauthenticated CSS Injection via 'laptop_scroll_offset' Parameter
The WC Product Table Lite plugin for WordPress is vulnerable to CSS Injection in versions up to, and including, 5.6.0 via the 'laptopscrolloffset' shortcode attribute exposed through the unauthenticated wcptajax() AJAX handler. The handler is registered for wpajaxnoprivwcptajax, JSON-decodes attacker-supplied attributes, only allowlists key names (not values), applies a pregreplace that strips only [ ] < >, and passes the value through doshortcode into wcptstylestickysidebar(), where it is interpolated verbatim into inline CSS ('top: {$top}px;' and 'max-height: calc(100vh - {$top}px);') with no numeric casting or CSS escaping. This makes it possible for unauthenticated attackers to inject arbitrary CSS declarations and rules on pages rendering a product table with sticky sidebar enabled, which can be leveraged for data exfiltration (via attribute-selector + background-image URLs), UI redressing, and phishing that bypasses CSPs permitting inline styles.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-15441?
The severity of CVE-2026-15441 is categorized as medium with a score of 5.3.
How do I fix CVE-2026-15441?
To remediate CVE-2026-15441, update the WC Product Table Lite plugin to the latest version beyond 5.6.0.
What type of vulnerability is CVE-2026-15441?
CVE-2026-15441 is a CSS Injection vulnerability that allows unauthenticated users to exploit the 'laptop_scroll_offset' parameter.
Which versions of the plugin are affected by CVE-2026-15441?
CVE-2026-15441 affects the WC Product Table Lite plugin for WordPress up to and including version 5.6.0.
What is the impact of CVE-2026-15441?
The impact of CVE-2026-15441 includes the potential for unauthorized CSS injection, allowing attackers to alter the appearance of the website.