CVE-2025-3906
📋 TL;DR
This vulnerability in the Integração entre Eduzz e Woocommerce WordPress plugin allows authenticated attackers with Subscriber-level access or higher to modify the plugin's registration flow and set the default user role to Administrator. This enables any user to create Administrator accounts, potentially compromising the entire WordPress site. All WordPress sites using this plugin up to version 1.7.5 are affected.
💻 Affected Systems
- Integração entre Eduzz e Woocommerce WordPress plugin
⚠️ 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.
- Review the CVE details at NVD
- Check vendor security advisories for your specific version
- Test if the vulnerability is exploitable in your environment
- Consider updating to the latest version as a precaution
⚠️ Risk & Real-World Impact
Worst Case
Complete site takeover where attackers gain Administrator access, install backdoors, steal sensitive data, deface the site, or use it for further attacks.
Likely Case
Attackers create Administrator accounts to gain persistent access, modify site content, install malicious plugins, or exfiltrate user data.
If Mitigated
Limited impact if proper monitoring detects unusual Administrator account creation and immediate remediation occurs.
🎯 Exploit Status
Exploitation requires authenticated access but only at Subscriber level, which is the lowest WordPress user role. The vulnerability is straightforward to exploit once authenticated.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 1.7.6 or later
Vendor Advisory: https://plugins.trac.wordpress.org/browser/integracao-entre-eduzz-e-wc-powers
Restart Required: No
Instructions:
1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Integração entre Eduzz e Woocommerce'. 4. Click 'Update Now' if update available. 5. If no update available, deactivate and delete the plugin immediately.
🔧 Temporary Workarounds
Disable vulnerable plugin
allTemporarily deactivate the plugin until patched version is available
wp plugin deactivate integracao-entre-eduzz-e-wc-powers
Restrict user registration
allDisable user registration or require Administrator approval for new accounts
🧯 If You Can't Patch
- Remove the plugin completely and find alternative solutions
- Implement strict monitoring for new Administrator account creation and unusual user role changes
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin → Plugins → Installed Plugins for 'Integração entre Eduzz e Woocommerce' version 1.7.5 or earlier
Check Version:
wp plugin get integracao-entre-eduzz-e-wc-powers --field=version
Verify Fix Applied:
Verify plugin version is 1.7.6 or later in WordPress admin panel
📡 Detection & Monitoring
Log Indicators:
- Unexpected Administrator account creation
- Multiple failed login attempts followed by successful Administrator creation
- Plugin file modifications in class-wep-admin.php
Network Indicators:
- POST requests to /wp-admin/admin-ajax.php with action=wep_opcoes
- Unusual traffic from Subscriber accounts to admin functions
SIEM Query:
source="wordpress.log" AND ("new user role: administrator" OR "action=wep_opcoes" OR "user role changed to administrator")
🔗 References
- https://plugins.trac.wordpress.org/browser/integracao-entre-eduzz-e-wc-powers/trunk/admin/class-wep-admin.php#L120
- https://plugins.trac.wordpress.org/browser/integracao-entre-eduzz-e-wc-powers/trunk/include/class-wep-webhook.php#L7
- https://plugins.trac.wordpress.org/browser/integracao-entre-eduzz-e-wc-powers/trunk/wep-powers.php#L19
- https://www.wordfence.com/threat-intel/vulnerabilities/id/eb85ed32-c391-45d2-9e86-cb97009210cd?source=cve