CVE-2022-33198

9.8 CRITICAL

📋 TL;DR

This vulnerability allows unauthenticated attackers to modify WordPress options through the Accordions plugin. Any WordPress site running the affected plugin versions is vulnerable to unauthorized configuration changes.

💻 Affected Systems

Products:
  • WordPress Accordions plugin by Biplob Adhikari
Versions: <= 2.0.2
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with vulnerable plugin versions are affected regardless of configuration.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could modify critical WordPress settings, enable user registration, change site URLs, or inject malicious code leading to complete site compromise.

🟠

Likely Case

Attackers will modify WordPress options to redirect visitors, inject ads/malware, or enable backdoor access to the site.

🟢

If Mitigated

With proper network segmentation and WAF rules, impact is limited to the specific WordPress instance.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Simple HTTP POST requests can trigger the vulnerability without authentication.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.0.3 or later

Vendor Advisory: https://wordpress.org/plugins/accordions-or-faqs/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Accordions' plugin. 4. Click 'Update Now' if available. 5. If no update appears, manually download version 2.0.3+ from WordPress.org and replace plugin files.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the Accordions plugin until patched

wp plugin deactivate accordions-or-faqs

Web Application Firewall rule

all

Block requests to vulnerable plugin endpoints

Block POST requests to /wp-content/plugins/accordions-or-faqs/*

🧯 If You Can't Patch

  • Remove the plugin entirely from the WordPress installation
  • Implement strict network access controls to limit exposure

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Accordions plugin version. If version is 2.0.2 or lower, you are vulnerable.

Check Version:

wp plugin get accordions-or-faqs --field=version

Verify Fix Applied:

Verify plugin version is 2.0.3 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to /wp-content/plugins/accordions-or-faqs/
  • WordPress option changes from unauthenticated IPs

Network Indicators:

  • HTTP POST requests to plugin endpoints without authentication

SIEM Query:

source="wordpress.log" AND (uri_path="/wp-content/plugins/accordions-or-faqs/" AND http_method="POST")

🔗 References

📤 Share & Export