2021-06-11 12:09:29 +00:00
id : CVE-2018-16671
info :
2023-01-30 21:13:03 +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 system software information disclosure exists due to lack of authentication for /html/device-id. An attacker can obtain sensitive information, modify data, and/or execute unauthorized operations.
2021-06-11 12:09:29 +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
2023-01-30 21:13:03 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-16671
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-16671
cwe-id : CWE-200
2022-08-27 04:41:18 +00:00
tags : iot,disclosure,edb,cve,cve2018,circarlife,scada
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-06-11 12:09:29 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-06-11 12:09:29 +00:00
- 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])"
2023-01-30 21:13:03 +00:00
# Enhanced by md on 2023/01/30