CVE-2025-67944

9.1 CRITICAL

📋 TL;DR

This vulnerability allows attackers to execute arbitrary code on WordPress sites running the vulnerable Nelio AB Testing plugin. Attackers can inject malicious code that runs with the plugin's privileges, potentially compromising the entire WordPress installation. All WordPress sites using Nelio AB Testing version 8.1.8 or earlier are affected.

💻 Affected Systems

Products:
  • Nelio AB Testing WordPress Plugin
Versions: All versions up to and including 8.1.8
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin activated. No special configuration needed.

⚠️ 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

Complete server compromise leading to data theft, ransomware deployment, or website defacement. Attackers could gain persistent access and pivot to other systems.

🟠

Likely Case

Website takeover, malware injection, credential theft, and SEO spam injection affecting site visitors.

🟢

If Mitigated

Limited impact if plugin runs with minimal privileges and proper web application firewalls are in place.

🌐 Internet-Facing: HIGH - WordPress plugins are typically internet-facing and this vulnerability allows remote code execution.
🏢 Internal Only: MEDIUM - Internal WordPress installations could still be exploited by authenticated users or through other attack vectors.

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

The vulnerability is publicly documented and WordPress plugins are common targets for automated exploitation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 8.1.9 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/nelio-ab-testing/vulnerability/wordpress-nelio-ab-testing-plugin-8-1-8-arbitrary-code-execution-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find Nelio AB Testing and click 'Update Now'. 4. Verify update to version 8.1.9 or later.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate nelio-ab-testing

Web Application Firewall

all

Implement WAF rules to block code injection attempts

🧯 If You Can't Patch

  • Remove the plugin entirely if not essential
  • Restrict access to WordPress admin panel using IP whitelisting

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Nelio AB Testing version. If version is 8.1.8 or earlier, you are vulnerable.

Check Version:

wp plugin get nelio-ab-testing --field=version

Verify Fix Applied:

Verify plugin version is 8.1.9 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to plugin endpoints
  • PHP execution errors in web server logs
  • Unauthorized file creation/modification

Network Indicators:

  • HTTP requests containing suspicious code patterns to /wp-content/plugins/nelio-ab-testing/

SIEM Query:

source="web_server_logs" AND (uri="/wp-content/plugins/nelio-ab-testing/*" AND (method="POST" OR method="PUT")) AND (payload="eval(" OR payload="system(" OR payload="exec(")

🔗 References

📤 Share & Export