CVE-2026-12098
Received Received - Intake
Stored XSS in PowerPress Podcasting WordPress Plugin

Publication date: 2026-06-18

Last updated on: 2026-06-18

Assigner: Wordfence

Description
The PowerPress Podcasting plugin by Blubrry plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'embed' Episode Meta Field in all versions up to, and including, 11.16.8 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The embed value is stored via update_post_meta() rather than through WordPress core's post content pipeline, meaning kses-on-save filtering is never applied β€” even for Author-role users who would otherwise lack unfiltered_html β€” making this path unprotected by WordPress's standard role-based XSS mitigations.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-18
Last Modified
2026-06-18
Generated
2026-06-18
AI Q&A
2026-06-18
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
blubrry powerpress to 11.16.8 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The PowerPress Podcasting plugin by Blubrry for WordPress is vulnerable to Stored Cross-Site Scripting (XSS) via the 'embed' Episode Meta Field in all versions up to and including 11.16.8.

This vulnerability occurs because the plugin does not properly sanitize input or escape output for the 'embed' field. Authenticated users with author-level access or higher can inject arbitrary web scripts into pages.

These injected scripts execute whenever any user accesses the affected page. The issue arises because the embed value is stored using update_post_meta() instead of WordPress's core post content pipeline, bypassing WordPress's standard filtering and role-based XSS protections.

Impact Analysis

This vulnerability allows an attacker with author-level access or higher to inject malicious scripts that execute in the browsers of users who visit the infected pages.

Potential impacts include theft of user credentials, session hijacking, defacement of website content, or distribution of malware.

Because the vulnerability requires authenticated access, it primarily threatens sites where users have elevated privileges, but the consequences can affect all visitors.

Mitigation Strategies

To mitigate this vulnerability, you should update the PowerPress Podcasting plugin by Blubrry to a version later than 11.16.8 where the issue is fixed.

Additionally, restrict author-level access and above to trusted users only, since the vulnerability requires authenticated users with author-level permissions to exploit.

Monitor and sanitize any input related to the 'embed' Episode Meta Field to prevent injection of arbitrary scripts.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-12098. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart