MEDIUM 6.5
GHSA-hc5w-c9f8-9cc4
Langchain Path Traversal vulnerability
Quick fix
GHSA-hc5w-c9f8-9cc4 — langchain: upgrade to the fixed version with the command below.
npm install langchain@0.2.19 Details
A path traversal vulnerability exists in the `getFullPath` method of langchain-ai/langchainjs version 0.2.5. This vulnerability allows attackers to save files anywhere in the filesystem, overwrite existing text files, read `.txt` files, and delete files. The vulnerability is exploited through the `setFileContent`, `getParsedFile`, and `mdelete` methods, which do not properly sanitize user input.
Are you affected?
Enter the version of the package you're using.
Affected packages
References
- https://nvd.nist.gov/vuln/detail/CVE-2024-7774 [ADVISORY]
- https://github.com/langchain-ai/langchainjs/commit/a0fad77d6b569e5872bd4a9d33be0c0785e538a9 [WEB]
- https://github.com/langchain-ai/langchainjs [PACKAGE]
- https://github.com/pypa/advisory-database/tree/main/vulns/langchain/PYSEC-2024-111.yaml [WEB]
- https://huntr.com/bounties/8fe40685-b714-4191-af7a-3de5e5628cee [WEB]