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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2018-15517 — AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A Server-Side Request Forgery (SSRF) flaw in the **MailConnect** feature.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: Improper validation of user-supplied input in the **MailConnect** function. Instead of just checking SMTP connections, it allows arbitrary **outbound TCP connections** to any IP/port.…

Q3Who is affected? (Versions/Components)

📦 **Affected Product**: D-Link Central WiFiManager CWM-100. 🏷️ **Specific Version**: **1.03 r0098**. ⚠️ **Vendor**: D-Link (China). This is a web-based wireless access point management system.

Q4What can hackers do? (Privileges/Data)

🕵️ **Attacker Actions**: Can initiate connections to **any IP address** and **any port** from the server.…

Q5Is exploitation threshold high? (Auth/Config)

🔓 **Threshold**: Likely **Low to Medium**. The vulnerability is in a web management interface (`index.php`).…

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

🔥 **Public Exploit**: **Yes**. A PoC exists in **Nuclei templates** (projectdiscovery). 🌐 **Evidence**: Disclosed via Full Disclosure mailing list (Nov 2018) and Packet Storm.…

Q7How to self-check? (Features/Scanning)

🔍 **Self-Check**: Scan for the specific URL path: `/index.php/System/MailConnect/`. 🧪 **Test**: Send a request to this endpoint with a target host/port parameter.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: The data indicates the vulnerability was published in **Jan 2019**. While specific patch links aren't provided, the existence of CVE and PoC implies vendors typically release updates.…

Q9What if no patch? (Workaround)

🛑 **Workaround**: **Disable or Restrict** the MailConnect feature if not needed.…

Q10Is it urgent? (Priority Suggestion)

⚡ **Urgency**: **High** for exposed devices. Since it allows **port scanning** and **firewall bypass**, it significantly expands the attack surface.…