Lucene search
+L

127 matches found

Github Security Blog
Github Security Blog
added 2025/11/05 7:52 p.m.31 views

LangGraph Checkpoint affected by RCE in "json" mode of JsonPlusSerializer

Summary Prior to langgraph-checkpoint version 3.0 , LangGraph’s JsonPlusSerializer used as the default serialization protocol for all checkpointing contains a remote code execution RCE vulnerability when deserializing payloads saved in the "json" serialization mode. If an attacker can cause your...

7.4CVSS8.4AI score0.00891EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2025/11/05 7:52 p.m.3 views

Deserialization of Untrusted Data

Overview langgraph is a Building stateful, multi-actor applications with LLMs Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the JsonPlusSerializer deserialization process of payloads saved in the json serialization mode. An attacker can execute arbitrar...

8.5CVSS7.7AI score0.00891EPSS
SaveExploits0References2
Snyk
Snyk
added 2025/11/05 7:52 p.m.5 views

Deserialization of Untrusted Data

Overview langgraph-checkpoint-sqlite is a Library with a SQLite implementation of LangGraph checkpoint saver. Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the JsonPlusSerializer deserialization process of payloads saved in the json serialization mode. ...

8.5CVSS7.9AI score0.00891EPSS
SaveExploits0References2
OSV
OSV
added 2025/11/05 7:52 p.m.24 views

GHSA-WWQV-P2PP-99H5 LangGraph Checkpoint affected by RCE in "json" mode of JsonPlusSerializer

Summary Prior to langgraph-checkpoint version 3.0 , LangGraph’s JsonPlusSerializer used as the default serialization protocol for all checkpointing contains a remote code execution RCE vulnerability when deserializing payloads saved in the "json" serialization mode. If an attacker can cause your...

7.4CVSS8.4AI score0.00891EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/11/05 12:00 a.m.14 views

PT-2025-45384

Name of the Vulnerable Software and Affected Versions LangGraph versions 2.1.2 and below Description LangGraph’s SQLite Checkpoint, which utilizes SQLite databases for checkpoint saving, contains a Remote Code Execution RCE issue in the JsonPlusSerializer when deserializing payloads saved in "jso...

7.4CVSS8.3AI score0.00891EPSS
SaveExploits0References27
RedhatCVE
RedhatCVE
added 2025/10/30 7:21 p.m.26 views

CVE-2025-64104

LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver that uses SQLite DB both sync and async, via aiosqlite. Prior to 2.0.11, LangGraph's SQLite store implementation contains SQL injection vulnerabilities using direct string concatenation without proper parameterization,...

7.3CVSS8.1AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/29 10:21 p.m.15 views

GHSA-7P73-8JQX-23R8 LangGraph SQLite Checkpoint Filter Key SQL Injection POC for SqliteStore

Summary LangGraph's SQLite store implementation contains SQL injection vulnerabilities using direct string concatenation without proper parameterization, allowing attackers to inject arbitrary SQL and bypass access controls. Details /langgraph/libs/checkpoint-sqlite/langgraph/store/sqlite/base.py...

7.3CVSS7.2AI score0.00176EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/29 10:21 p.m.9 views

EUVD-2025-36720

LangGraph SQLite Checkpoint Filter Key SQL Injection POC for SqliteStore...

7.3CVSS7.5AI score0.00176EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/29 7:15 p.m.11 views

CVE-2025-64104

LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver that uses SQLite DB both sync and async, via aiosqlite. Prior to 2.0.11, LangGraph's SQLite store implementation contains SQL injection vulnerabilities using direct string concatenation without proper parameterization,...

7.3CVSS0.00176EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/29 6:55 p.m.27 views

CVE-2025-64104

LangGraph SQLite Checkpoint (SqliteStore) has a SQL injection vulnerability due to direct string concatenation when building JSON path-based filters. Effective prior to version 2.0.11, this flaw could allow attackers with local privileges to inject arbitrary SQL and bypass access controls. The is...

7.3CVSS7.7AI score0.00176EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/10/29 6:55 p.m.17 views

CVE-2025-64104 LangGraph SQLite Checkpoint Filter Key SQL Injection POC for SqliteStore

LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver that uses SQLite DB both sync and async, via aiosqlite. Prior to 2.0.11, LangGraph's SQLite store implementation contains SQL injection vulnerabilities using direct string concatenation without proper parameterization,...

7.3CVSS0.00176EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/29 6:55 p.m.8 views

CVE-2025-64104 LangGraph SQLite Checkpoint Filter Key SQL Injection POC for SqliteStore

LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver that uses SQLite DB both sync and async, via aiosqlite. Prior to 2.0.11, LangGraph's SQLite store implementation contains SQL injection vulnerabilities using direct string concatenation without proper parameterization,...

7.3CVSS8.2AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/10/29 6:55 p.m.3 views

CVE-2025-64104 LangGraph SQLite Checkpoint Filter Key SQL Injection POC for SqliteStore

LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver that uses SQLite DB both sync and async, via aiosqlite. Prior to 2.0.11, LangGraph's SQLite store implementation contains SQL injection vulnerabilities using direct string concatenation without proper parameterization,...

7.3CVSS7.7AI score0.00176EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/10/29 12:00 a.m.12 views

langchainlanggraph-checkpoint-sqlite SQL注入漏洞

langchainlanggraph-checkpoint-sqlite is an open source database connectivity Python library from LangChain. An SQL injection vulnerability exists in langchainlanggraph-checkpoint-sqlite versions prior to 2.0.11, which stems from the use of a direct string concatenation that is not properly...

7.3CVSS7.8AI score0.00176EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/10/29 12:00 a.m.10 views

PT-2025-44346

Name of the Vulnerable Software and Affected Versions LangGraph versions prior to 2.0.11 Description The LangGraph SQLite Checkpoint component, used with SQLite databases, contains SQL injection flaws. This is due to direct string concatenation without proper parameterization, which allows...

7.3CVSS7.3AI score0.00176EPSS
SaveExploits0References14
Snyk
Snyk
added 2025/10/26 6:48 a.m.5 views

SQL Injection

Overview langgraph-checkpoint-sqlite is a Library with a SQLite implementation of LangGraph checkpoint saver. Affected versions of this package are vulnerable to SQL Injection via improper handling of filter $eq, $ne, $gt, $lt, $gte, $lte operators in the LangGraph SQLite store implementation. An...

8.2CVSS7.9AI score0.00176EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/26 6:30 a.m.11 views

EUVD-2025-35939

A SQL injection vulnerability exists in the langchain-ai/langchain repository, specifically in the LangGraph's SQLite store implementation. The affected version is langgraph-checkpoint-sqlite 2.0.10. The vulnerability arises from improper handling of filter operators $eq, $ne, $gt, $lt, $gte, $lt...

7.3CVSS7.4AI score0.00165EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2025/10/26 6:30 a.m.16 views

LangGraph's SQLite store implementation has a SQL Injection Vulnerability

A SQL injection vulnerability exists in the langchain-ai/langgraph repository, specifically in the LangGraph's SQLite store implementation. The affected version is langgraph-checkpoint-sqlite 2.0.10. The vulnerability arises from improper handling of filter operators $eq, $ne, $gt, $lt, $gte, $lt...

7.3CVSS7.9AI score0.00165EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/10/26 6:30 a.m.6 views

GHSA-4H97-WPXP-3757 LangGraph's SQLite store implementation has a SQL Injection Vulnerability

A SQL injection vulnerability exists in the langchain-ai/langgraph repository, specifically in the LangGraph's SQLite store implementation. The affected version is langgraph-checkpoint-sqlite 2.0.10. The vulnerability arises from improper handling of filter operators $eq, $ne, $gt, $lt, $gte, $lt...

7.3CVSS6AI score0.00165EPSS
SaveExploits0References6
NVD
NVD
added 2025/10/26 6:15 a.m.18 views

CVE-2025-8709

A SQL injection vulnerability exists in the langchain-ai/langchain repository, specifically in the LangGraph's SQLite store implementation. The affected version is langgraph-checkpoint-sqlite 2.0.10. The vulnerability arises from improper handling of filter operators $eq, $ne, $gt, $lt, $gte, $lt...

7.3CVSS0.00165EPSS
SaveExploits0References1
Rows per page
Query Builder