CVE-2020-36837

9.9 CRITICAL

📋 TL;DR

The ThemeGrill Demo Importer WordPress plugin versions 1.3.4 through 1.6.1 contain an authentication bypass vulnerability that allows authenticated attackers to reset the WordPress database. If successful and a user named 'admin' exists, the attacker automatically gains administrator privileges. This affects all WordPress sites using the vulnerable plugin versions.

💻 Affected Systems

Products:
  • ThemeGrill Demo Importer WordPress Plugin
Versions: 1.3.4 through 1.6.1
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with vulnerable plugin version and at least one authenticated user account.

⚠️ 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 site takeover: attacker resets database, gains admin access, and can install backdoors, deface site, or steal sensitive data.

🟠

Likely Case

Site compromise leading to data loss, malware injection, or unauthorized administrative access.

🟢

If Mitigated

Limited impact if strong access controls, regular backups, and monitoring prevent successful exploitation.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: CONFIRMED
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires authenticated access but is trivial once authenticated. Public proof-of-concept code exists.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.6.2

Vendor Advisory: https://raw.githubusercontent.com/themegrill/themegrill-demo-importer/master/CHANGELOG.txt

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins. 3. Find ThemeGrill Demo Importer. 4. Click 'Update Now' to version 1.6.2 or later. 5. Verify update completes successfully.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched.

wp plugin deactivate themegrill-demo-importer

Remove Plugin Files

linux

Completely remove plugin files if not needed.

rm -rf wp-content/plugins/themegrill-demo-importer/

🧯 If You Can't Patch

  • Restrict access to WordPress admin interface using IP whitelisting or web application firewall rules.
  • Implement strong authentication controls and monitor for suspicious database reset activities.

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > ThemeGrill Demo Importer version. If version is between 1.3.4 and 1.6.1 inclusive, system is vulnerable.

Check Version:

wp plugin get themegrill-demo-importer --field=version

Verify Fix Applied:

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

📡 Detection & Monitoring

Log Indicators:

  • WordPress database reset events
  • Unauthorized plugin activation/deactivation
  • Unexpected admin user login from new IP

Network Indicators:

  • POST requests to /wp-admin/admin-ajax.php with action=reset_wizard_actions

SIEM Query:

source="wordpress.log" AND ("database reset" OR "reset_wizard_actions")

🔗 References

📤 Share & Export