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

Goal: 1000 CNY · Raised: 1325 CNY

100%

CVE-2022-0739 — AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection (SQLi) in BookingPress plugin. 💥 **Consequences**: Attackers can manipulate database queries via AJAX requests, leading to data theft or site compromise.

Q2Root Cause? (CWE/Flaw)

🛡️ **CWE-89**: Improper Neutralization of Special Elements used in an SQL Command.…

Q3Who is affected? (Versions/Components)

📦 **Product**: BookingPress – Appointments Booking Calendar Plugin. 📉 **Affected**: Versions **before 1.0.11**. ✅ **Fixed**: In version 1.0.11 and later.

Q4What can hackers do? (Privileges/Data)

🕵️ **Capabilities**: Dump WordPress user credentials, access database metadata, and perform arbitrary blind SQL injection. 📂 **Impact**: Full database access and potential server takeover.

Q5Is exploitation threshold high? (Auth/Config)

🔓 **Threshold**: **LOW**. The exploit is **Unauthenticated**. No login or special configuration is needed to trigger the vulnerability via AJAX POST requests.

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

💣 **Public Exp**: **YES**. Multiple PoCs exist on GitHub (Python, Bash scripts). 🌍 **Wild Exploitation**: High risk due to ease of use and unauthenticated nature.

Q7How to self-check? (Features/Scanning)

🔍 **Check**: Scan for BookingPress plugin version < 1.0.11. 🧪 **Test**: Use provided PoC scripts (e.g., `cve-2022-0739.py`) against the target URL to verify SQLi presence.

Q8Is it fixed officially? (Patch/Mitigation)

🔧 **Official Fix**: **YES**. Update the BookingPress plugin to **version 1.0.11 or higher**. 📝 **Ref**: WordPress Trac changeset 2684789.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching is delayed, disable the BookingPress plugin temporarily or restrict access to the `bookingpress_front_get_category_services` AJAX endpoint via WAF rules.

Q10Is it urgent? (Priority Suggestion)

⚡ **Priority**: **CRITICAL**. Unauthenticated SQLi allows immediate data breach. 🚀 **Action**: Patch immediately. Do not wait.