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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 8.1 Β· High

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Critical OS Command Injection in D-Link NAS devices. πŸ’₯ **Consequences**: Attackers can execute arbitrary system commands, leading to full device compromise, data theft, or ransomware deployment.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-78 (OS Command Injection). πŸ› **Flaw**: Improper handling of the `group` parameter in the `cgi_user_add` function within `/cgi-bin/account_mgr.cgi`.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected Products**: D-Link DNS-320, DNS-320LW, DNS-325, DNS-340L. πŸ“… **Versions**: Firmware version 20241028 and earlier.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Unauthenticated access leads to **Root/System** level execution. πŸ“‚ **Data**: Full read/write access to NAS storage, potential lateral movement within the network.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. ⚠️ **Auth**: No authentication required (PR:N). 🌐 **Access**: Remote (AV:N). High impact (CVSS:3.1 Critical).

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

πŸ”₯ **Exploit**: **YES**. Public PoC available on GitHub (r0otk3r/CVE-2024-10915) and Nuclei templates. Wild exploitation is highly likely.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for `/cgi-bin/account_mgr.cgi?cmd=cgi_user_add`. πŸ“‘ **Tools**: Use Nuclei templates or Burp Suite to test the `group` parameter for command injection payloads.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Official patch status not explicitly detailed in data, but vendors typically release updates. ⚠️ **Note**: Check D-Link support site for firmware > 20241028.

Q9What if no patch? (Workaround)

🚧 **Workaround**: Block external access to port 80/443. 🚫 **Mitigation**: Disable remote management features. If possible, restrict access to trusted IPs only.

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: **CRITICAL**. πŸ”΄ **Priority**: Immediate action required. High CVSS score + Public Exploit = High risk of active exploitation. Patch or isolate immediately.