Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. langgraph-checkpoint-postgres
  4. ›
  5. CVE-2026-71433

CVE-2026-71433: LangGraph: Namespace prefix matching crosses segment boundaries in Postgres and SQLite stores

August 6, 2026

The Postgres and SQLite stores persist hierarchical namespaces as a dot-joined string (("memories", "alice") becomes memories.alice) and scoped reads by matching that string with LIKE '<path>%'. Because LIKE has no notion of the . separator, a scoped search or list_namespaces also matched sibling namespaces whose flattened form shares leading characters.

Applications commonly use the namespace as a tenant boundary. Where they do, a read scoped to one namespace could return items belonging to another, without any crafted input — an ordinary scoped request was sufficient.

We have no evidence of this behavior being exploited in the wild.

References

  • github.com/advisories/GHSA-47pj-3jcm-6whg
  • github.com/langchain-ai/langgraph/commit/66ebe1a0da921e73f0f9f879ba105d314c079f7c
  • github.com/langchain-ai/langgraph/pull/8478
  • github.com/langchain-ai/langgraph/releases/tag/checkpointpostgres%3D%3D3.1.1
  • github.com/langchain-ai/langgraph/releases/tag/checkpointsqlite%3D%3D3.1.1
  • github.com/langchain-ai/langgraph/security/advisories/GHSA-47pj-3jcm-6whg
  • nvd.nist.gov/vuln/detail/CVE-2026-71433

Code Behaviors & Features

Detect and mitigate CVE-2026-71433 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 3.1.1

Fixed versions

  • 3.1.1

Solution

Upgrade to version 3.1.1 or above.

Impact 5.3 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-863: Incorrect Authorization

Source file

pypi/langgraph-checkpoint-postgres/CVE-2026-71433.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sat, 08 Aug 2026 00:17:17 +0000.