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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-11499 — AI Deep Analysis Summary

CVSS 9.8 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Critical **Unrestricted File Upload** flaw in Tablesome Table plugin. <br>💥 **Consequences**: Attackers can upload **malicious PHP shells** directly to the server.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: **CWE-434** (Unrestricted Upload of File with Dangerous Type). <br>🔍 **Flaw**: The function `set_featured_image_from_external_url()` fails to validate file types.…

Q3Who is affected? (Versions/Components)

🏢 **Vendor**: essekia. <br>📦 **Product**: Tablesome Table – Contact Form DB – WPForms, CF7, Gravity, Forminator, Fluent. <br>📉 **Affected Versions**: **1.1.32 and earlier**.…

Q4What can hackers do? (Privileges/Data)

⚔️ **Attacker Capabilities**: <br>1. Upload **Web Shells** (PHP files). <br>2. Execute arbitrary code on the server. <br>3. Access sensitive **Database Credentials** and user data. <br>4.…

Q5Is exploitation threshold high? (Auth/Config)

📉 **Exploitation Threshold**: **LOW**. <br>🔓 **Auth**: **Unauthenticated**. No login needed to trigger the upload.…

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

🔓 **Public Exploits**: **YES**. <br>📂 **PoCs Available**: Multiple GitHub repositories (e.g., Hazelooks, rootreapers) provide ready-to-use Python scripts. <br>🌐 **Wild Exploitation**: High risk.…

Q7How to self-check? (Features/Scanning)

🔍 **Self-Check Steps**: <br>1. Check WordPress Plugins list for **Tablesome Table**. <br>2. Verify version is **≤ 1.1.32**. <br>3. Scan for suspicious `.php` files in `wp-content/uploads` directories. <br>4.…

Q8Is it fixed officially? (Patch/Mitigation)

🛠️ **Official Fix**: **YES**. <br>📝 **Patch**: Update the plugin to the latest version. <br>🔗 **Reference**: See WordPress Trac changeset 3386484 for the fix in `wp-post-creation.php`.…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Disable** the Tablesome Table plugin immediately if not essential. <br>2. Restrict file upload permissions via `.htaccess` or server config. <br>3.…

Q10Is it urgent? (Priority Suggestion)

🔥 **Urgency**: **CRITICAL / IMMEDIATE ACTION REQUIRED**. <br>⏳ **Priority**: **P0**. <br>💡 **Reason**: Unauthenticated RCE via file upload is one of the most dangerous vulnerabilities.…