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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-9047 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Critical Path Traversal in 'WordPress File Upload' plugin. πŸ“‰ **Consequences**: Attackers can read or delete files **outside** the intended directory.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-22 (Path Traversal). πŸ› **Flaw**: The `wfu_file_downloader.php` file fails to sanitize user input, allowing directory traversal sequences to escape the target folder.

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: nickboss. πŸ“¦ **Product**: Iptanus File Upload (WordPress File Upload). πŸ“… **Affected**: Versions **4.24.11 and earlier**. ⚠️ **Note**: Exploitation requires **PHP 7.4 or earlier**.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Actions**: Arbitrary file read & delete. πŸ”“ **Privileges**: Unauthenticated access (No login needed). πŸ’Ύ **Data**: Sensitive server files, config files, or source code outside the upload directory.

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: LOW. 🚫 **Auth**: None required (Unauthenticated). 🌐 **Vector**: Network (Remote). 🎯 **Ease**: High (CVSS 9.8 Critical).

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

πŸ”₯ **Yes**: Multiple public PoCs/Exploits available on GitHub. πŸ“œ **Examples**: `iSee857`, `verylazytech`, `Nxploited`. 🐍 **Tools**: Python scripts for batch/single detection are circulating.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Use provided PoC scripts (e.g., `python poc.py -u your-ip`). πŸ“‘ **Scan**: Look for `wfu_file_downloader.php` endpoint. πŸ“‹ **Verify**: Check plugin version <= 4.24.11 and PHP version <= 7.4.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Update plugin to version **> 4.24.11**. πŸ“’ **Source**: WordPress Trac changeset 3164449. πŸ”„ **Action**: Immediate upgrade recommended by vendor.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching is delayed, **disable the plugin** immediately. πŸ›‘ **Block**: Restrict access to `wfu_file_downloader.php` via WAF or server config.…

Q10Is it urgent? (Priority Suggestion)

πŸ”΄ **Priority**: CRITICAL / URGENT. 🚨 **Reason**: CVSS 9.8, Unauthenticated, Public Exploits. ⏳ **Action**: Patch **NOW**. Do not wait. High risk of active exploitation in the wild.