2021-06-11 12:11:36 +00:00
|
|
|
id: CVE-2018-16670
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: CirCarLife SCADA PLC Status
|
2022-04-22 10:38:41 +00:00
|
|
|
author: geeknik
|
|
|
|
severity: medium
|
2021-06-11 12:11:36 +00:00
|
|
|
description: PLC status disclosure due to lack of authentication
|
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/exploits/45384
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://github.com/SadFud/Exploits/tree/master/Real%20World/Suites/cir-pwn-life
|
|
|
|
- https://www.exploit-db.com/exploits/45384/
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 5.3
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2018-16670
|
|
|
|
cwe-id: CWE-287
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: scada,plc,iot,disclosure,edb,cve,cve2018,circarlife
|
2021-06-11 12:11:36 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/services/user/values.xml?var=STATUS"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "CirCarLife Scada"
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "<values><variable><id>"
|
|
|
|
- "Reader.STATUS"
|
|
|
|
condition: and
|