CVE-2024-11643
📋 TL;DR
The AllAccessible WordPress plugin up to version 1.3.4 has a missing capability check that allows authenticated users with Subscriber-level access or higher to modify WordPress site options. This can be exploited to change the default user registration role to administrator and enable user registration, granting attackers full administrative control. Any WordPress site using the vulnerable plugin version is affected.
💻 Affected Systems
- WordPress AllAccessible 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
Attackers gain full administrative control of the WordPress site, allowing them to install backdoors, steal data, deface the site, or use it for further attacks.
Likely Case
Attackers create administrator accounts and take over the site, potentially leading to data theft, malware injection, or site compromise.
If Mitigated
With proper access controls and monitoring, exploitation attempts can be detected and blocked before privilege escalation occurs.
🎯 Exploit Status
Exploitation requires authenticated access but is straightforward once an attacker has any WordPress user account.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 1.3.5
Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3202017/
Restart Required: No
Instructions:
1. Log into WordPress admin panel
2. Navigate to Plugins → Installed Plugins
3. Find 'Accessibility by AllAccessible'
4. Click 'Update Now' if available
5. If no update appears, manually download version 1.3.5+ from WordPress.org
6. Deactivate and delete old version
7. Upload and activate new version
🔧 Temporary Workarounds
Disable vulnerable plugin
allTemporarily deactivate the AllAccessible plugin until patched
wp plugin deactivate allaccessible
Restrict user registration
allDisable user registration in WordPress settings to prevent account creation
🧯 If You Can't Patch
- Remove the plugin entirely and use alternative accessibility solutions
- Implement strict user access controls and monitor for suspicious option changes
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin → Plugins → Installed Plugins for AllAccessible version ≤1.3.4
Check Version:
wp plugin get allaccessible --field=version
Verify Fix Applied:
Confirm AllAccessible plugin version is 1.3.5 or higher in WordPress admin
📡 Detection & Monitoring
Log Indicators:
- Unauthorized option modifications in WordPress logs
- Changes to default_role or users_can_register options
- New administrator account creation
Network Indicators:
- POST requests to /wp-admin/admin-ajax.php with action=AllAccessible_save_settings
SIEM Query:
source="wordpress.log" AND ("default_role" OR "users_can_register" OR "AllAccessible_save_settings")