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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: WPBookit plugin has a critical **Arbitrary File Upload** flaw.…

Q2Root Cause? (CWE/Flaw)

πŸ› οΈ **Root Cause**: Missing **file type validation** in the `image_upload_handle()` function. <br>πŸ“‰ **CWE**: CWE-434 (Arbitrary Upload of File with Dangerous Type).…

Q3Who is affected? (Versions/Components)

🎯 **Affected**: WordPress Plugin **WPBookit**. <br>πŸ“… **Versions**: **1.0.4 and earlier**. <br>🏒 **Vendor**: iqonicdesign. If you use this booking plugin, you are at risk!

Q4What can hackers do? (Privileges/Data)

βš”οΈ **Attacker Actions**: <br>1. Upload **any file** (PHP, JSP, etc.). <br>2. Execute code on the server. <br>3. Steal sensitive data or pivot to other systems.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: **LOW**. <br>πŸ”‘ **Auth**: **Unauthenticated** (No login required). <br>βš™οΈ **Config**: Exploitable via the `add_booking_type` route. Easy to trigger for any visitor.

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

πŸ”“ **Exploits**: **YES**, multiple public PoCs exist. <br>πŸ”— GitHub repos (Nxploited, 0xgh057r3c0n, zr1p3r) and Nuclei templates are available. Wild exploitation is highly likely.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Scan for WPBookit version ≀ 1.0.4. <br>2. Use Nuclei template `CVE-2025-6058.yaml`. <br>3. Check if `image_upload_handle` endpoint exists without auth checks.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ›‘οΈ **Fix**: Update WPBookit to a version **> 1.0.4**. <br>πŸ“ **Reference**: Check WordPress Trac for the patch commit. Ensure the vendor has released a fixed version.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: <br>1. **Disable** the WPBookit plugin immediately. <br>2. Block access to the `add_booking_type` endpoint via WAF. <br>3. Restrict file upload permissions in `wp-config.php` or server config.

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: **CRITICAL**. <br>⏱️ **Priority**: **Immediate Action Required**. Unauthenticated RCE via file upload is a top-tier threat. Patch or disable NOW!