CVE Catalog

CVE-2026-75966

MediumCVSS 6.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.26%

18th percentile - higher than 18% of all known CVEs

Summary

Stored Cross-Site Scripting (XSS) vulnerability in the Podlove Podcast Publisher plugin for WordPress, all versions up to and including 4.5.5, via the 'episode_contributor[..][..][comment]' parameter, due to insufficient input sanitization and output escaping. Authenticated attackers with contributor-level access and above can inject scripts that execute when a page is visited.

Risk Assessment

An attacker could steal user data, hijack sessions, or spread malicious content in the context of a trusted page.

Recommendation

Update the plugin to the latest version if available, and restrict contributor permissions.

Other vulnerabilities in Podlove Podcast Publisher

See all
Original NVD description (English source)

The Podlove Podcast Publisher plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'episode_contributor[..][..][comment]' Parameter in all versions up to, and including, 4.5.5 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The contributor comment is stored in a plugin-managed custom table, bypassing WordPress core's wp_kses_post filter, and the save_post hook fires without a nonce check, meaning any user who can edit posts can exploit this without further preconditions.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS