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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical code flaw in the 'Website Contact Form With File Upload' plugin allows **unauthorized file uploads**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-434** (Unrestricted Upload of File with Dangerous Type). <br>πŸ” **Flaw**: The `upload_file()` function in `classes/plugin.class.php` **lacks file type validation**.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected Vendor**: N-Media. <br>πŸ“¦ **Product**: Website Contact Form With File Upload. <br>πŸ“‰ **Versions**: **1.3.4 and earlier**. If you are running this version or older, you are vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Hacker Privileges**: Full **Remote Code Execution**.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. <br>🚫 **Auth Required**: **None**. The vulnerability description states `PR:N` (Privileges Required: None). <br>πŸ–±οΈ **User Interaction**: **None**.…

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

πŸ’£ **Public Exploit**: **YES**. <br>πŸ”— **PoC Available**: Public Proof-of-Concepts exist on GitHub and PacketStorm. <br>🌍 **Wild Exploitation**: High risk.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Check your WordPress plugins for 'Website Contact Form With File Upload'. <br>2. Verify the version is **≀ 1.3.4**. <br>3. Scan for unauthorized `.php` files in upload directories. <br>4.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Official Fix**: **YES**. <br>πŸ“ **Mitigation**: Update the plugin to the latest version where file type validation is implemented. The vendor has released patches addressing the missing checks in `upload_file()`.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Disable/Uninstall** the plugin immediately if not needed. <br>2. Restrict upload permissions via `.htaccess` or server config to block `.php` execution in upload folders. <br>3.…

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **CRITICAL**. <br>πŸ”΄ **Priority**: **P0**. <br>πŸ“’ **Action**: Patch immediately. This is an unauthenticated RCE vulnerability with public exploits.…