CVE-2025-28902

4.3 MEDIUM

📋 TL;DR

A Cross-Site Request Forgery (CSRF) vulnerability in the Contact Form 7 Select Box Editor Button WordPress plugin allows attackers to trick authenticated administrators into performing unintended actions. This affects WordPress sites using the plugin versions 0.6 and earlier. Attackers could modify plugin settings or potentially perform other administrative actions.

💻 Affected Systems

Products:
  • Contact Form 7 Select Box Editor Button WordPress Plugin
Versions: 0.6 and earlier
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled and an authenticated administrator to be tricked into visiting a malicious page.

⚠️ 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 plugin configuration, potentially altering form behavior or injecting malicious code into forms that could affect site visitors.

🟠

Likely Case

Attackers could change plugin settings, disrupt form functionality, or use the plugin as an entry point for further attacks.

🟢

If Mitigated

With proper CSRF protections and user awareness, the risk is limited to temporary configuration changes that can be reverted.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires social engineering to trick authenticated administrators. No authentication bypass is needed beyond the CSRF attack vector.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 0.7 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/contact-form-7-select-box-editor-button/vulnerability/wordpress-contact-form-7-select-box-editor-button-plugin-0-6-cross-site-request-forgery-csrf-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Contact Form 7 Select Box Editor Button'. 4. Click 'Update Now' if available, or download version 0.7+ from WordPress repository. 5. Activate the updated plugin.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the vulnerable plugin until patched version is available

wp plugin deactivate contact-form-7-select-box-editor-button

CSRF Protection Implementation

all

Add CSRF tokens to plugin forms if customizing is possible

🧯 If You Can't Patch

  • Implement strict access controls and limit administrative privileges
  • Use browser extensions that block CSRF attempts and educate users about phishing risks

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for 'Contact Form 7 Select Box Editor Button' version 0.6 or lower

Check Version:

wp plugin get contact-form-7-select-box-editor-button --field=version

Verify Fix Applied:

Verify plugin version is 0.7 or higher in WordPress admin plugins page

📡 Detection & Monitoring

Log Indicators:

  • Unexpected plugin configuration changes in WordPress logs
  • Administrative actions from unusual IP addresses or user agents

Network Indicators:

  • POST requests to wp-admin/admin-ajax.php or wp-admin/admin-post.php with plugin-specific parameters from unexpected referrers

SIEM Query:

source="wordpress.log" AND ("contact-form-7-select-box-editor-button" OR "cf7_select_box") AND (action="update" OR action="save")

🔗 References

📤 Share & Export