Radio Player Shoutcast & Icecast WordPress Plugin Vulnerability (Me…

Radio Player Shoutcast & Icecast WordPress Plugin Vulnerability (Me…

by | Feb 25, 2026 | Plugins

Attack Vectors

CVE-2025-32306 is a Medium-severity SQL Injection vulnerability (CVSS 6.5) affecting the Radio Player Shoutcast & Icecast WordPress Plugin (slug: audio4-html5) in versions 4.4.6 and earlier.

The attack requires an attacker to be authenticated with at least Contributor permissions (or higher). In practical business terms, this means the risk is not limited to “outside hackers”—it can also include compromised contributor accounts, third-party contractors with publishing access, or abused accounts obtained through credential reuse from other breaches.

Because the vulnerability is exploitable over the network and does not require a victim to click anything (no user interaction), an attacker who gains a qualifying WordPress login could attempt to exploit the vulnerable parameter to extract database information.

Security Weakness

The root cause is insufficient escaping of a user-supplied parameter combined with a lack of sufficient SQL query preparation. This allows an authenticated attacker to append additional SQL to an existing database query.

SQL Injection issues are particularly important for business stakeholders because they target the system of record—your WordPress database—which may contain user accounts, email addresses, content drafts, and other sensitive operational data depending on what your site stores.

Technical or Business Impacts

Per the published details, successful exploitation can be used to extract sensitive information from the database (consistent with the CVSS vector indicating high confidentiality impact). For marketing and executive leadership, this can translate into:

Data exposure risk: Loss of confidentiality for stored information (for example, user records, internal content, or other data your WordPress instance holds), which can trigger compliance obligations and increase legal and reputational exposure.

Brand and customer trust impact: If customer or subscriber data is accessed, the incident can undermine campaign performance, reduce conversion rates, and lead to negative press—especially for sites tied to lead generation and customer communications.

Operational disruption and response cost: Even when availability is not the primary impact, investigations, forced password resets, incident response, and stakeholder communications can consume significant staff time and budget.

Recommended remediation: Update the Radio Player Shoutcast & Icecast WordPress Plugin to version 4.4.7 or newer (patched). Also review who has Contributor (or higher) access, and remove or downgrade accounts that do not require publishing capabilities.

Reference: CVE-2025-32306 | Wordfence advisory

Similar Attacks

SQL Injection is a well-established attack technique and has been used in high-profile incidents across industries. Examples include:

British Airways data breach (Magecart attack affecting customer data)

Equifax settlement information from the U.S. FTC (2017 breach)

Yahoo-related credential theft case coverage from the U.S. DOJ

Vantage Vulnerability (Medium) – CVE-2026-5070

Attack Vectors CVE-2026-5070 is a Medium severity vulnerability (CVSS 6.4) affecting the Vantage WordPress theme (slug: vantage) in versions up to and including 1.20.32. It enables authenticated users with Contributor access or higher to inject malicious script into a...

WP Docs Vulnerability (Medium) – CVE-2026-3878

Attack Vectors CVE-2026-3878 is a Medium severity Stored Cross-Site Scripting (XSS) vulnerability (CVSS 6.4) affecting the WP Docs WordPress plugin (wp-docs) in versions 2.2.9 and below. The issue is exploitable by an authenticated user with Subscriber-level access or...

WPFore Subscribers