38 lines
996 B
YAML
38 lines
996 B
YAML
id: CVE-2018-16671
|
|
|
|
info:
|
|
name: CirCarLife SCADA Device ID
|
|
author: geeknik
|
|
severity: medium
|
|
description: System software information disclosure due to lack of authentication
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/45384
|
|
- https://github.com/SadFud/Exploits/tree/master/Real%20World/Suites/cir-pwn-life
|
|
- https://www.exploit-db.com/exploits/45384/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cve-id: CVE-2018-16671
|
|
cwe-id: CWE-200
|
|
tags: iot,disclosure,edb,cve,cve2018,circarlife,scada
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/html/device-id"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "CirCarLife Scada"
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "circontrol"
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "(19|20)\\d\\d[- /.](0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])"
|