43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
id: CVE-2018-16668
|
|
|
|
info:
|
|
name: CirCarLife <4.3 - Improper Authentication
|
|
author: geeknik
|
|
severity: medium
|
|
description: CirCarLife before 4.3 is susceptible to improper authentication. An internal installation path disclosure exists due to the lack of authentication for /html/repository.System. 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-16668
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cve-id: CVE-2018-16668
|
|
cwe-id: CWE-287
|
|
cpe: cpe:2.3:a:circontrol:circarlife_scada:*:*:*:*:*:*:*:*
|
|
epss-score: 0.00376
|
|
tags: cve,cve2018,circarlife,scada,iot,disclosure,edb
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/html/repository"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "CirCarLife Scada"
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "** Platform sources **"
|
|
- "** Application sources **"
|
|
condition: and
|
|
|
|
# Enhanced by md on 2023/01/30
|