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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2020-17456 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Code Injection via `ipAddr` parameter in `system_log.cgi`. πŸ’₯ **Consequences**: Remote Code Execution (RCE) with **root privileges**. Attackers can fully compromise the device.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Lack of input validation/sanitization on the `ipAddr` parameter. ⚠️ **Flaw**: Allows command injection in the ping/diagnosis function. (CWE not specified in data).

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected Products**: Seowon Intech **SLC-130** and **SLR-120S** (including SLR-120S42G, D42G, T42G). πŸ“… **Status**: All versions vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: **Root** level access. πŸ•΅οΈ **Action**: Execute arbitrary commands. πŸ“‚ **Data**: Full control over the router's OS and network traffic.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Auth Threshold**: **LOW/None**. ⚑ **Key Factor**: Exploitation is **Unauthenticated**. Hardcoded credentials allow bypassing login screens entirely.

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

πŸ’£ **Public Exp?**: **YES**. πŸ“‚ **Proof**: Multiple PoCs available on GitHub (Al1ex, TAPESH-TEAM) and Exploit-DB. 🐍 **Tool**: Python scripts available for easy RCE.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for `system_log.cgi` endpoint. πŸ§ͺ **Test**: Send malicious `ipAddr` payload. πŸ“‘ **Scanner**: Use Nuclei templates (`CVE-2020-17456.yaml`) for automated detection.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Patch**: Data does not explicitly mention a vendor patch release date. πŸ“ **Note**: Published Aug 2020. Check vendor site for firmware updates if available.

Q9What if no patch? (Workaround)

🚧 **Workaround**: Block external access to `system_log.cgi`. πŸ›‘ **Mitigation**: Restrict web management interface to LAN only. 🚫 **Disable**: If possible, disable the diagnosis/ping feature in web UI.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 **Priority**: **P1**. Unauthenticated RCE with root access is a severe threat. Patch or isolate immediately!