.. / CVE-2024-7340

Exploit for W&B Weave Server - Remote Arbitrary File Leak (CVE-2024-7340)

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.

Nuclei Template

View the template here CVE-2024-7340.yaml

Validate with Nuclei

echo "$URL" | nuclei -t ~/nuclei-templates/http/cves/2024/CVE-2024-7340.yaml
Copy

References:

https://nvd.nist.gov/vuln/detail/CVE-2024-7340
https://research.jfrog.com/vulnerabilities/wandb-weave-server-remote-arbitrary-file-leak-jfsa-2024-001039248/
https://github.com/wandb/weave/pull/1657
https://github.com/advisories/GHSA-r49h-6qxq-624f