CVE-2024-31380
📋 TL;DR
This vulnerability allows authenticated attackers to execute arbitrary code on WordPress sites using Oxygen Builder. It affects all versions up to 4.9, enabling remote code execution through improper input validation.
💻 Affected Systems
- Soflyy Oxygen Builder 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 server compromise leading to data theft, malware deployment, or site defacement.
Likely Case
Unauthorized code execution allowing backdoor installation, data exfiltration, or privilege escalation.
If Mitigated
Limited impact if proper authentication controls and input validation are in place.
🎯 Exploit Status
Exploitation requires authenticated access; detailed technical analysis available in public disclosures.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: None
Vendor Advisory: None
Restart Required: No
Instructions:
No official patch available as vendor is ignoring the vulnerability report.
🔧 Temporary Workarounds
Disable Oxygen Builder Plugin
allCompletely remove the vulnerable plugin from WordPress installation.
wp plugin deactivate oxygen
wp plugin delete oxygen
Restrict User Access
allLimit authenticated user accounts and implement strong access controls.
🧯 If You Can't Patch
- Implement web application firewall (WAF) rules to block code injection patterns
- Monitor for suspicious PHP execution and file upload activities
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin panel for Oxygen Builder plugin version 4.9 or earlier.
Check Version:
wp plugin get oxygen --field=version
Verify Fix Applied:
Confirm Oxygen Builder is either disabled/removed or replaced with alternative page builder.
📡 Detection & Monitoring
Log Indicators:
- Unusual PHP execution patterns
- Suspicious file uploads to Oxygen Builder directories
- Authentication logs showing unauthorized access attempts
Network Indicators:
- Unexpected outbound connections from WordPress server
- Suspicious POST requests to Oxygen Builder endpoints
SIEM Query:
source="wordpress.log" AND ("oxygen" OR "code injection") AND status=200
🔗 References
- https://patchstack.com/database/vulnerability/oxygen/wordpress-oxygen-plugin-4-8-1-auth-remote-code-execution-rce-vulnerability?_s_id=cve
- https://snicco.io/vulnerability-disclosure/oxygen/client-control-remote-code-execution-oxygen-4-8-1
- https://patchstack.com/database/vulnerability/oxygen/wordpress-oxygen-plugin-4-8-1-auth-remote-code-execution-rce-vulnerability?_s_id=cve
- https://snicco.io/vulnerability-disclosure/oxygen/client-control-remote-code-execution-oxygen-4-8-1