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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2018-9118 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Directory Traversal in `exports/download.php`. πŸ“‰ **Consequences**: Attackers can read arbitrary files on the server, potentially exposing sensitive config or source code.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: Path Traversal (Implicit). πŸ› **Flaw**: The plugin fails to sanitize user input in the `fil` parameter, allowing `../` sequences to escape the intended directory.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Product**: WordPress Plugin: '99 Robots WP Background Takeover Advertisements'. πŸ“… **Affected**: Versions **prior to 4.1.5** (specifically confirmed in 4.1.4).

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Action**: Local File Inclusion (LFI). πŸ“‚ **Data**: Can read sensitive server files (e.g., `wp-config.php`, logs). ⚠️ **Privilege**: Depends on web server user rights, but can lead to full site compromise.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. 🌐 **Auth**: Likely requires no authentication or low-privilege access to the plugin's export function. 🎯 **Config**: Direct URL access to `exports/download.php` is sufficient.

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

πŸ”“ **Exploit**: **YES**. πŸ“œ **Source**: Exploit-DB #44417. πŸ§ͺ **PoC**: Available via ProjectDiscovery Nuclei templates. 🌍 **Wild Exploit**: High risk due to simplicity.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for `exports/download.php` endpoint. πŸ“‘ **Tool**: Use Nuclei or Wappalyzer to detect the specific plugin version. πŸ§ͺ **Test**: Inject `../` in the `fil` parameter to test for file leakage.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: **YES**. πŸ“₯ **Action**: Update the plugin to **version 4.1.5** or later. βœ… **Official**: Confirmed by vendor documentation links.

Q9What if no patch? (Workaround)

🚧 **Workaround**: Disable the plugin if not needed. πŸ›‘ **Block**: Restrict access to `exports/download.php` via WAF rules or `.htaccess`. 🧹 **Remove**: Delete the plugin directory if unused.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: **HIGH**. πŸ“… **Date**: Published 2018-04-12. ⚠️ **Risk**: Simple LFI can lead to RCE. πŸš€ **Action**: Patch immediately if running vulnerable versions.