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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2022-3982 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Arbitrary File Upload in Booking Calendar plugin. <br>πŸ’₯ **Consequences**: Leads to Remote Code Execution (RCE). Attackers can run malicious code on the server.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Lack of file validation. <br>πŸ” **Flaw**: The plugin does not verify uploaded files, allowing malicious payloads (like PHP) to bypass security checks.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin **Booking Calendar**. <br>πŸ“… **Version**: Versions **before 3.2.2** are vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: <br>1. Upload arbitrary files (PHP shells). <br>2. Execute unauthorized operations. <br>3. Modify data or steal sensitive info via RCE.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. <br>πŸ‘€ **Auth**: **Unauthenticated**. No login required to exploit the file upload flaw.

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

πŸ”₯ **Exploit Status**: **YES**. <br>πŸ“‚ **PoC**: Public Nuclei template available on GitHub (projectdiscovery). Wild exploitation is possible.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Scan for **Booking Calendar** plugin. <br>2. Check version number (< 3.2.2). <br>3. Use Nuclei template `CVE-2022-3982.yaml` for automated detection.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Upgrade plugin to **version 3.2.2 or later**. <br>βœ… **Official Patch**: The vulnerability is fixed in the updated release.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Disable/Deactivate** the Booking Calendar plugin immediately. <br>2. Restrict file upload permissions via server config (WAF).

Q10Is it urgent? (Priority Suggestion)

⚑ **Priority**: **CRITICAL**. <br>🚨 **Reason**: Unauthenticated RCE + Public PoC = High risk of immediate compromise. Patch NOW!