Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. langroid
  4. ›
  5. CVE-2026-50181

CVE-2026-50181: Langroid: Path traversal in the file tools allows read/write outside configured current directory

July 2, 2026

Langroid’s ReadFileTool and WriteFileTool appear to treat curr_dir as the intended working-directory boundary for file operations. However, the tools only change the process working directory to curr_dir and then operate on the user-supplied file_path without resolving and enforcing that the final path remains inside curr_dir.

As a result, a tool caller can supply path traversal sequences such as ../secret.txt to read files outside the configured current directory, or ../written_by_tool.txt to write files outside that directory.

This can impact applications that expose Langroid file tools to an LLM agent, user-controlled tool call, or delegated coding/documentation agent while relying on curr_dir to restrict file access to a project/workspace directory.

References

  • github.com/advisories/GHSA-fg23-3346-88f5
  • github.com/langroid/langroid/commit/56e2756ecab70a70a7e6edbee2f2187b8484683e
  • github.com/langroid/langroid/security/advisories/GHSA-fg23-3346-88f5
  • nvd.nist.gov/vuln/detail/CVE-2026-50181

Code Behaviors & Features

Detect and mitigate CVE-2026-50181 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.64.0

Fixed versions

  • 0.64.0

Solution

Upgrade to version 0.64.0 or above.

Impact 7.1 HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
  • CWE-23: Relative Path Traversal

Source file

pypi/langroid/CVE-2026-50181.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 18 Jul 2026 00:22:32 +0000.