ghsa-h59x-p739-982c
Vulnerability from github
Published
2024-03-04 00:30
Modified
2024-03-14 23:14
Summary
LangChain directory traversal vulnerability
Details
LangChain through 0.1.10 allows ../ directory traversal by an actor who is able to control the final part of the path parameter in a load_chain call. This bypasses the intended behavior of loading configurations only from the hwchase17/langchain-hub GitHub repository. The outcome can be disclosure of an API key for a large language model online service, or remote code execution.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "langchain" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.0.339" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "PyPI", "name": "langchain-core" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.1.30" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-28088" ], "database_specific": { "cwe_ids": [], "github_reviewed": true, "github_reviewed_at": "2024-03-06T16:13:39Z", "nvd_published_at": "2024-03-04T00:15:47Z", "severity": "LOW" }, "details": "LangChain through 0.1.10 allows ../ directory traversal by an actor who is able to control the final part of the path parameter in a load_chain call. This bypasses the intended behavior of loading configurations only from the hwchase17/langchain-hub GitHub repository. The outcome can be disclosure of an API key for a large language model online service, or remote code execution.", "id": "GHSA-h59x-p739-982c", "modified": "2024-03-14T23:14:54Z", "published": "2024-03-04T00:30:53Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28088" }, { "type": "WEB", "url": "https://github.com/langchain-ai/langchain/pull/18600" }, { "type": "WEB", "url": "https://github.com/langchain-ai/langchain/commit/e1924b3e93d513ca950c72f8e80e1c133749fba5" }, { "type": "WEB", "url": "https://github.com/PinkDraconian/PoC-Langchain-RCE/blob/main/README.md" }, { "type": "PACKAGE", "url": "https://github.com/langchain-ai/langchain" }, { "type": "WEB", "url": "https://github.com/langchain-ai/langchain/blob/f96dd57501131840b713ed7c2e86cbf1ddc2761f/libs/core/langchain_core/utils/loading.py" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/langchain-core/PYSEC-2024-45.yaml" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/langchain/PYSEC-2024-43.yaml" } ], "schema_version": "1.4.0", "severity": [], "summary": "LangChain directory traversal vulnerability" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.