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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2015-10135 — AI Deep Analysis Summary

CVSS 9.8 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical code flaw in WPshop 2 allows **Arbitrary File Upload**. <br>💥 **Consequences**: Leads directly to **Remote Code Execution (RCE)**. Attackers can take full control of the server.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: **CWE-434** (Unrestricted Upload of File with Dangerous Type). <br>🔍 **Flaw**: The `ajaxUpload` function **lacks file type validation**.…

Q3Who is affected? (Versions/Components)

🏢 **Vendor**: eoxia. <br>📦 **Product**: WordPress plugin **WPshop 2 – E-Commerce**. <br>📅 **Affected**: Versions **1.3.9.6 and earlier**. If you are on an older version, you are at risk.

Q4What can hackers do? (Privileges/Data)

👑 **Privileges**: **Full System Control**. <br>📂 **Data**: Complete access to files, database, and server environment. <br>⚡ **Impact**: High Confidentiality, Integrity, and Availability loss.…

Q5Is exploitation threshold high? (Auth/Config)

⚡ **Threshold**: **LOW**. <br>🔓 **Auth**: **None required** (PR:N). <br>🌐 **Network**: Remote (AV:N). <br>👀 **User Interaction**: None needed (UI:N). <br>📉 **Complexity**: Low (AC:L). Easy to exploit for anyone.

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

🔥 **Exploit**: **YES**. <br>📜 **Evidence**: Public PoC exists in **Metasploit** (`wp_wpshop_ecommerce_file_upload.rb`). <br>🌍 **Wild Exploitation**: Active exploitation tools are available on GitHub and security blogs.…

Q7How to self-check? (Features/Scanning)

🔍 **Self-Check**: <br>1. Scan for **WPshop 2** plugin. <br>2. Check version number (< 1.3.9.6). <br>3. Look for `ajaxUpload` endpoints in network traffic. <br>4. Use scanners detecting **CWE-434** patterns.

Q8Is it fixed officially? (Patch/Mitigation)

🛠️ **Fix**: **YES**. <br>📦 **Patch**: Update to version **1.3.9.7+**. <br>🔗 **Source**: Official WordPress plugin repository and Trac changeset **1103406**. <br>✅ **Action**: Immediate update recommended.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: <br>1. **Disable** the plugin immediately if not essential. <br>2. **Restrict** file upload permissions via `.htaccess` or WAF. <br>3. **Monitor** logs for suspicious `.php` or `.jsp` uploads. <br>4.…

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: **CRITICAL / IMMEDIATE**. <br>⏱️ **Priority**: **P1**. <br>💡 **Reason**: CVSS 9.8 + No Auth + Public Exploit. <br>🏃 **Action**: Patch **TODAY**. Delay increases risk of compromise significantly.