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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-3605 β€” AI Deep Analysis Summary

CVSS 10.0 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unauthenticated SQL Injection in WP Hotel Booking. <br>πŸ’₯ **Consequences**: Attackers can extract sensitive database info. Critical data breach risk. CVSS Score is High (9.8).

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-89 (SQL Injection). <br>πŸ” **Flaw**: Insufficient escaping of user input. Lack of prepared statements in SQL queries. Specifically affects the `room_type` parameter.

Q3Who is affected? (Versions/Components)

🏒 **Affected**: WordPress Plugin: **WP Hotel Booking**. <br>πŸ“¦ **Versions**: 2.1.0 and earlier. <br>🏭 **Vendor**: Thimpress.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: Append malicious SQL queries. <br>πŸ“‚ **Data Access**: Extract sensitive information from the database. <br>πŸ”“ **Privileges**: Unauthenticated access required. No login needed.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: LOW. <br>πŸ”‘ **Auth**: None required (Unauthenticated). <br>🌐 **Access**: Via REST API endpoint `/wphb/v1/rooms/search-rooms`. Easy to trigger.

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

πŸ’» **Public Exp?**: YES. <br>πŸ“‚ **PoC Available**: GitHub repo by RandomRobbieBF. <br>πŸ”Ž **Scanner**: Nuclei templates exist. Wild exploitation is feasible.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for WP Hotel Booking plugin. <br>πŸ“‘ **Target**: Check REST API endpoint `/wphb/v1/rooms/search-rooms`. <br>πŸ§ͺ **Test**: Inject SQL via `room_type` parameter. Use automated scanners like Nuclei.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: YES. <br>πŸ“’ **Update**: Upgrade to version > 2.1.0. <br>πŸ”— **Source**: WordPress.org plugin repository. Check vendor site for latest patch.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the plugin immediately. <br>🚫 **Block**: Restrict access to `/wphb/v1/rooms/search-rooms` via WAF. <br>πŸ›‘ **Mitigate**: Input validation on server side if plugin must stay.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: CRITICAL. <br>⏰ **Priority**: Patch IMMEDIATELY. <br>⚠️ **Risk**: High CVSS (9.8). Unauthenticated. Active exploits exist. Data at high risk.