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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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.