Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2021-4374 — AI Deep Analysis Summary

CVSS 9.1 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Critical Broken Access Control in WordPress Automatic Plugin. 💥 **Consequences**: Attackers can modify critical WordPress options or create admin accounts without login.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: **CWE-862** (Missing Authorization). The `process_form.php` script uses `update_option()` on all POST parameters without verifying user capabilities or authentication.…

Q3Who is affected? (Versions/Components)

📦 **Affected**: **WordPress Automatic Plugin** by ValvePress. 📉 **Versions**: **3.53.2 and below**. ⚠️ Note: Vulnerability persists even if the plugin is **deactivated** because it is a standalone script.

Q4What can hackers do? (Privileges/Data)

👑 **Privileges**: Full Admin Control. 📝 **Data**: Arbitrary option modification. 🆔 **Actions**: Create new administrator accounts, change critical site settings.…

Q5Is exploitation threshold high? (Auth/Config)

📉 **Threshold**: **LOW**. 🔓 **Auth**: **Unauthenticated**. 🌐 **Network**: Remote (AV:N). 🖱️ **UI**: None required. 🚀 Easy to exploit via direct POST requests to the vulnerable endpoint.

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

🔍 **Public Exp**: **YES**. 📜 **PoC**: Available via Nuclei templates (`nuclei-templates`). 🧪 **Testing**: Docker-based testing packages exist on GitHub. 🌍 **Wild Exploitation**: High risk due to simplicity.

Q7How to self-check? (Features/Scanning)

🔎 **Self-Check**: Scan for `/wp-content/plugins/wordpress-automatic/.../process_form.php`. 🛠️ **Tools**: Use **Nuclei** with CVE-2021-4374 template.…

Q8Is it fixed officially? (Patch/Mitigation)

🛡️ **Fix**: **YES**. Official patch released. 📥 **Action**: Update WordPress Automatic Plugin to version **> 3.53.2**. ✅ Verify vendor (ValvePress) updates. 🔄 Restart services after update.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching is delayed, **deactivate** the plugin? ⚠️ **WARNING**: Data says it remains vulnerable even if deactivated! 🚫 **Mitigation**: Block access to `process_form.php` via WAF or `.htaccess`.…

Q10Is it urgent? (Priority Suggestion)

🔥 **Urgency**: **CRITICAL** (CVSS 9.8). 🚨 **Priority**: **IMMEDIATE**. ⏱️ **Time**: Patch now. 📉 **Risk**: Unauthenticated remote code/config execution. 🆘 Do not ignore; active exploitation tools exist.