29 lines
648 B
YAML
29 lines
648 B
YAML
id: CVE-2018-16670
|
|
|
|
info:
|
|
name: CirCarLife SCADA PLC Status
|
|
description: PLC status disclosure due to lack of authentication
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/45384
|
|
author: geeknik
|
|
severity: medium
|
|
tags: cve,cve2018,circarlife,scada,plc,iot,disclosure
|
|
|
|
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
|