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

39 lines
1.2 KiB
YAML
Raw Normal View History

2021-06-11 12:10:29 +00:00
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.
2021-06-11 12:10:29 +00:00
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
tags: cve,cve2018,circarlife,scada,iot,disclosure,edb
2021-06-11 12:10:29 +00:00
requests:
- 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