CVE-2025-5841

6.4 MEDIUM

📋 TL;DR

The ACF Onyx Poll WordPress plugin has a stored XSS vulnerability in versions up to 1.1.9. Authenticated attackers with Contributor access or higher can inject malicious scripts via the 'class' parameter, which execute when users view affected pages. This affects all WordPress sites using vulnerable versions of this plugin.

💻 Affected Systems

Products:
  • ACF Onyx Poll WordPress Plugin
Versions: All versions up to and including 1.1.9
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin. Contributor-level access or higher is needed for exploitation.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could steal admin credentials, redirect users to malicious sites, deface websites, or install backdoors for persistent access.

🟠

Likely Case

Attackers with contributor accounts inject malicious scripts to steal user session cookies or perform phishing attacks against site visitors.

🟢

If Mitigated

With proper user role management and input validation, impact is limited to potential data leakage from users viewing malicious content.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires authenticated access but is technically simple once attacker has contributor-level credentials.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.2.0

Vendor Advisory: https://wordpress.org/plugins/acf-onyx-poll/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find ACF Onyx Poll and click 'Update Now'. 4. Verify version is 1.2.0 or higher.

🔧 Temporary Workarounds

Remove vulnerable plugin

all

Temporarily disable or remove the ACF Onyx Poll plugin until patched

wp plugin deactivate acf-onyx-poll
wp plugin delete acf-onyx-poll

Restrict user roles

all

Temporarily restrict contributor-level access or implement additional authentication controls

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block XSS payloads in 'class' parameter
  • Apply strict Content Security Policy (CSP) headers to limit script execution

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins for ACF Onyx Poll version

Check Version:

wp plugin get acf-onyx-poll --field=version

Verify Fix Applied:

Verify plugin version is 1.2.0 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to poll-related endpoints with script tags in parameters
  • Multiple failed login attempts followed by successful contributor login

Network Indicators:

  • HTTP requests containing script tags in 'class' parameter values
  • Outbound connections to suspicious domains after viewing poll pages

SIEM Query:

source="wordpress.log" AND ("acf-onyx-poll" OR "onyx-poll") AND ("class=" AND ("script" OR "javascript" OR "onerror"))

🔗 References

📤 Share & Export