CVE-2023-47693

7.5 HIGH

📋 TL;DR

This vulnerability allows attackers to bypass authorization controls in the Ultimate Addons for Contact Form 7 WordPress plugin, potentially accessing or modifying restricted functionality. All WordPress sites using vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • Ultimate Addons for Contact Form 7 WordPress Plugin
Versions: All versions up to and including 3.2.6
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin activated.

⚠️ 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 modify contact form configurations, inject malicious content, or access sensitive form submission data stored by the plugin.

🟠

Likely Case

Unauthorized users could alter contact form settings or access form submission data they shouldn't have permission to view.

🟢

If Mitigated

With proper access controls and authentication requirements, impact would be limited to authorized users only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some WordPress knowledge but no authentication. Attackers need to identify vulnerable endpoints.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.2.7 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/ultimate-addons-for-contact-form-7/vulnerability/wordpress-ultimate-addons-for-contact-form-7-plugin-3-2-5-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Ultimate Addons for Contact Form 7'. 4. Click 'Update Now' if available, or download version 3.2.7+ from WordPress repository. 5. Activate the updated plugin.

🔧 Temporary Workarounds

Disable Plugin

WordPress

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate ultimate-addons-for-contact-form-7

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access WordPress admin interfaces
  • Enable WordPress security plugins that monitor for unauthorized access attempts

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Installed Plugins for Ultimate Addons for Contact Form 7 version 3.2.6 or earlier

Check Version:

wp plugin get ultimate-addons-for-contact-form-7 --field=version

Verify Fix Applied:

Verify plugin version is 3.2.7 or later in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized POST requests to /wp-admin/admin-ajax.php with uacf7_action parameter
  • Unusual modifications to contact form settings

Network Indicators:

  • Suspicious admin-ajax.php requests from unauthorized IPs

SIEM Query:

source="wordpress.log" AND "admin-ajax.php" AND "uacf7" AND (status=200 OR status=403)

🔗 References

📤 Share & Export