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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-7852 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Arbitrary File Upload via missing validation in `image_upload_handle`.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-434** (Unrestricted Upload of File with Dangerous Type). The `image_upload_handle` function fails to verify file types/extensions before saving.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **WPBookit** plugin by **iqonicdesign**. Versions **1.0.6 and earlier**. Built on WordPress (PHP/MySQL).

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Power**: Full control! Can execute arbitrary code, steal database credentials, modify site content, and pivot to other network assets. **High Impact** (CVSS H).

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. CVSS indicates **No Privileges (PR:N)**, **No User Interaction (UI:N)**, and **Network Access (AV:N)**. Easy to exploit remotely.

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

πŸ” **Exploit Status**: No public PoC listed in data. However, the flaw is clear (missing validation). Wild exploitation is **likely** due to low barrier to entry.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for **WPBookit v1.0.6 or older**. Check if `image_upload_handle` exists without strict MIME/extension checks. Use WPScan or manual code review.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Update WPBookit to the latest version. Patch available via WordPress Trac (Changeset 3331165). Official mitigation is **immediate upgrade**.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the plugin immediately. If needed, implement strict server-side file upload filtering (WAF) and restrict upload directories to prevent execution.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. High CVSS score + Low Exploit Difficulty = Immediate action required. Patch now to prevent RCE!