XSS in Robin-W Bbp Style Pack
CVE-2026-15010
The bbp Style Pack plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 6.4.5 via the Topic Form Additional Fields feature. This is due to insufficient input sanitization in bsp_topic_fields_form_save() (which writes $_POST['bsp_topic_fields_label{n}'] directly to post meta via update_post_meta() with no filtering) and missing output escaping in bsp_topic_content_append_topic_fields() (which concatenates the stored meta value into an HTML <span> and echoes it via apply_filters/echo without esc_html()). This makes it possible for authenticated attackers, with Subscriber-level access and above (who have bbPress topic-creation privileges), to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page, including unauthenticated visitors.
Vulnerability class: XSS (Cross-Site Scripting)
EPSS: 0.003 (25.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 6.4 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N.
Affected products
- Robin-w Bbp Style Pack — versions 0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-15010?
- CVE-2026-15010 is a medium-severity vulnerability in Robin-W Bbp Style Pack, classified under Cross-site Scripting. CVSS score: 6.4/10. Published 2026-07-11.
- How severe is CVE-2026-15010?
- Medium severity. CVSS v3 base score is 6.4 out of 10.