CVE-2026-55443: LangChain: Path traversal and sandbox escape in LangChain file-search middleware and loaders
LangChain is a framework for building agents and LLM-powered applications. Prior to 1.3.9, several LangChain components that resolve filesystem paths or expand search patterns do not consistently confine the resolved path to the intended root directory. Affected behaviors include: a file-search agent middleware that validates a starting directory but not the search pattern or the resolved target of matched files, so glob patterns and symlinks can reach files outside the configured root; prompt- and chain/agent-configuration loaders that accept path fields and resolve them without confining the result to a trusted base or rejecting symlink targets; and path-prefix authorization checks that compare by string prefix without a path-segment boundary, so a sibling path sharing the prefix is accepted. When these components receive path values, search patterns, or workspace contents influenced by an untrusted source — including an LLM acting on untrusted input — the result can be disclosure of files outside the intended boundary. This vulnerability is fixed in 1.3.9.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
LangChainto a version that resolves this vulnerability.Fixed in 1.3.9
Event History
Frequently Asked Questions
What is the severity of CVE-2026-55443?
The severity of CVE-2026-55443 is medium, rated at 5.1.
How do I fix CVE-2026-55443?
To fix CVE-2026-55443, upgrade LangChain to version 1.3.9 or later.
What components are affected by CVE-2026-55443?
CVE-2026-55443 affects several LangChain components that handle filesystem path resolution.
What kind of vulnerability is CVE-2026-55443?
CVE-2026-55443 is classified as a Path Traversal vulnerability.
What risks does CVE-2026-55443 pose?
CVE-2026-55443 can allow unauthorized file access or sandbox escape, potentially leading to sensitive data exposure.