This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: A critical Code Injection flaw in the 'Advanced Custom Fields Extended' plugin. π₯ **Consequences**: Attackers can execute arbitrary code, leading to full server compromise, data theft, and site defacement.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: CWE-94 (Code Injection). The `prepare_form` function accepts unsanitized user input and passes it directly to `call_user_func_array`, allowing malicious payload execution.
Q3Who is affected? (Versions/Components)
π¦ **Affected**: WordPress Plugin 'Advanced Custom Fields: Extended' by vendor 'hwk-fr'. π **Versions**: 0.9.0.5 through 0.9.1.1 are vulnerable.
Q4What can hackers do? (Privileges/Data)
π **Impact**: High! CVSS Score is Critical (9.8). Hackers gain Remote Code Execution (RCE). They can steal sensitive data, modify site content, and take over the entire WordPress installation.
Q5Is exploitation threshold high? (Auth/Config)
β‘ **Threshold**: LOW. CVSS Vector shows AV:N (Network), AC:L (Low Complexity), PR:N (No Privileges Required), UI:N (No User Interaction). Exploitation is easy and remote.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Exploitation**: YES. Multiple public PoCs and Docker test environments are available on GitHub (e.g., by 0xnemian, 0xanis, KrE80r). Wild exploitation risk is high.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan your WordPress plugins for 'Advanced Custom Fields: Extended'. Check the version number. If it is between 0.9.0.5 and 0.9.1.1, you are vulnerable.
π§ **No Patch?**: Disable the plugin immediately if you cannot update. Remove it from the server if not essential. Monitor logs for suspicious `call_user_func` activity.
Q10Is it urgent? (Priority Suggestion)
π₯ **Urgency**: CRITICAL. With public exploits and a CVSS of 9.8, patch immediately. Do not wait. This is a high-priority security emergency.