Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-9234 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unauthenticated Arbitrary File Upload & Plugin Installation.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Missing Capability Check (CWE-862). The `install_and_activate_plugin_from_external()` function lacks proper authorization validation, allowing anyone to trigger it.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin **GutenKit – Page Builder Blocks**. πŸ“… **Versions**: 2.1.0 and earlier. 🏒 **Vendor**: ataur.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: Install & activate arbitrary plugins. πŸ“‚ **Data Impact**: Full Read/Write/Execute access (CVSS High). Can execute arbitrary code on the server.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: LOW. ⚠️ **Auth**: Unauthenticated (No login needed). 🌐 **Network**: Remote (AV:N). 🎯 **Complexity**: Low (AC:L).

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ”₯ **Exploits**: YES. Multiple PoCs exist on GitHub (e.g., RandomRobbieBF, Nxploited). Automated scanning templates available via ProjectDiscovery Nuclei.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for GutenKit plugin version <= 2.1.0. Check if the REST API endpoint `install-active-plugin` is accessible without auth. Use Nuclei templates for automated detection.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: YES. Update to version **2.1.1** or later. The vendor has released a patch addressing the missing capability check in the ActivePluginData.php file.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the plugin immediately. Restrict access to the WordPress REST API endpoints via WAF or server config. Monitor for suspicious plugin installations.

Q10Is it urgent? (Priority Suggestion)

πŸ”΄ **Urgency**: CRITICAL. CVSS Score is **9.8 (Critical)**. Unauthenticated remote code execution potential. Patch immediately to prevent takeover.