nuclei-templates/cves/2018/CVE-2018-16670.yaml

39 lines
1.2 KiB
YAML

id: CVE-2018-16670
info:
name: CirCarLife <4.3 - Improper Authentication
author: geeknik
severity: medium
description: CirCarLife before 4.3 is susceptible to improper authentication. A PLC status disclosure exists due to lack of authentication for /html/devstat.html. An attacker can obtain sensitive information, modify data, and/or execute unauthorized operations.
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/
- https://nvd.nist.gov/vuln/detail/CVE-2018-16670
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-16670
cwe-id: CWE-287
tags: scada,plc,iot,disclosure,edb,cve,cve2018,circarlife
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
# Enhanced by md on 2023/01/30