CVE-2025-47486

5.3 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the CyberChimps Gutenberg & Elementor Templates Importer For Responsive WordPress plugin. It allows attackers to access functionality that should be restricted by proper access controls. This affects all WordPress sites using vulnerable versions of this plugin.

💻 Affected Systems

Products:
  • CyberChimps Gutenberg & Elementor Templates Importer For Responsive
Versions: n/a through 3.1.9
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: This is a WordPress plugin vulnerability affecting all default installations of vulnerable versions.

⚠️ 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 import malicious templates, modify site content, or potentially escalate privileges to gain administrative access to the WordPress site.

🟠

Likely Case

Unauthorized users could import unwanted templates, modify page layouts, or access template management functions they shouldn't have permission to use.

🟢

If Mitigated

With proper access controls, only authorized administrators could access template import and management functions.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

The vulnerability involves broken access control, which typically requires some level of authentication but not proper authorization checks.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.2.0 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/responsive-add-ons/vulnerability/wordpress-gutenberg-elementor-templates-importer-for-responsive-3-1-9-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Go to Plugins → Installed Plugins
3. Find 'Gutenberg & Elementor Templates Importer For Responsive'
4. Click 'Update Now' if update is available
5. Alternatively, download version 3.2.0+ from WordPress repository and manually update

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the plugin until patched version is available

wp plugin deactivate responsive-add-ons

Restrict plugin access

all

Use WordPress role management to restrict who can access template import functions

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access the WordPress admin interface
  • Enable detailed logging and monitoring for unauthorized template import attempts

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins → Gutenberg & Elementor Templates Importer For Responsive version

Check Version:

wp plugin get responsive-add-ons --field=version

Verify Fix Applied:

Verify plugin version is 3.2.0 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized template import attempts
  • Access to template management functions by non-admin users
  • Failed authorization attempts for plugin functions

Network Indicators:

  • HTTP POST requests to template import endpoints from unauthorized IPs
  • Unusual traffic to /wp-admin/admin-ajax.php with template-related actions

SIEM Query:

source="wordpress" AND (event="template_import" OR event="plugin_action") AND user_role!="administrator"

🔗 References

📤 Share & Export