CVE-2025-59584
BaseFortify
Publication date: 2025-09-22
Last updated on: 2026-04-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| pencidesign | penci_podcast | 1.6 |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Scripting (XSS) issue in the WordPress Penci Podcast Plugin versions up to 1.6. It allows attackers with contributor-level privileges to inject malicious scripts into web pages generated by the plugin. These scripts can execute in the browsers of visitors to the affected website, potentially causing redirects, displaying unwanted advertisements, or executing other harmful HTML payloads. The vulnerability is a DOM-Based XSS and is classified under the OWASP Top 10 category A3: Injection. [1]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to execute malicious scripts on your website visitors' browsers. This can lead to unwanted redirects, display of malicious advertisements, or other harmful actions that degrade user experience and potentially compromise user data. Although the severity is rated as low (CVSS 6.5), it can still be exploited by users with contributor-level access, making your website vulnerable to opportunistic automated attacks if not patched. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this vulnerability involves checking if the WordPress Penci Podcast Plugin version is 1.6 or earlier, as these versions are vulnerable. Since the vulnerability allows injection of malicious scripts that execute when visitors access the site, monitoring web traffic for suspicious script injections or unexpected redirects can help. Additionally, server-side malware scanning is recommended if compromise is suspected, as plugin-based malware scanners may be unreliable due to tampering. Specific commands are not provided in the resources. [1]
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to update the Penci Podcast Plugin to version 1.7 or later, where the vulnerability is fixed. Alternatively, using virtual patching (vPatching) can provide automatic mitigation before official patches are applied. If compromise is suspected, contacting hosting providers for server-side malware scanning is advised. Prompt updating is recommended to prevent opportunistic automated attacks. [1]