2021-06-11 12:11:36 +00:00
id : CVE-2018-16670
info :
2023-01-30 21:04:21 +00:00
name : CirCarLife <4.3 - Improper Authentication
2022-04-22 10:38:41 +00:00
author : geeknik
severity : medium
2023-02-02 21:51:33 +00:00
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.
2021-06-11 12:11:36 +00:00
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/
2023-01-30 21:04:21 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-16670
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
2023-01-30 21:04:21 +00:00
# Enhanced by md on 2023/01/30