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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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.