From d98a5d71a5aac824689da420819f6de113df8789 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:55:55 +0000 Subject: [PATCH] Publish GHSA-45pg-36p6-83v9 --- .../GHSA-45pg-36p6-83v9.json | 37 ++++++++++++++++--- 1 file changed, 32 insertions(+), 5 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/10/GHSA-45pg-36p6-83v9/GHSA-45pg-36p6-83v9.json (64%) diff --git a/advisories/unreviewed/2024/10/GHSA-45pg-36p6-83v9/GHSA-45pg-36p6-83v9.json b/advisories/github-reviewed/2024/10/GHSA-45pg-36p6-83v9/GHSA-45pg-36p6-83v9.json similarity index 64% rename from advisories/unreviewed/2024/10/GHSA-45pg-36p6-83v9/GHSA-45pg-36p6-83v9.json rename to advisories/github-reviewed/2024/10/GHSA-45pg-36p6-83v9/GHSA-45pg-36p6-83v9.json index 8c4ccb0ea71..c0603ca32fd 100644 --- a/advisories/unreviewed/2024/10/GHSA-45pg-36p6-83v9/GHSA-45pg-36p6-83v9.json +++ b/advisories/github-reviewed/2024/10/GHSA-45pg-36p6-83v9/GHSA-45pg-36p6-83v9.json @@ -1,20 +1,43 @@ { "schema_version": "1.4.0", "id": "GHSA-45pg-36p6-83v9", - "modified": "2024-10-29T15:32:05Z", + "modified": "2024-10-29T19:54:15Z", "published": "2024-10-29T15:32:05Z", "aliases": [ "CVE-2024-8309" ], + "summary": "Langchain SQL Injection vulnerability", "details": "A vulnerability in the GraphCypherQAChain class of langchain-ai/langchain version 0.2.5 allows for SQL injection through prompt injection. This vulnerability can lead to unauthorized data manipulation, data exfiltration, denial of service (DoS) by deleting all data, breaches in multi-tenant security environments, and data integrity issues. Attackers can create, update, or delete nodes and relationships without proper authorization, extract sensitive data, disrupt services, access data across different tenants, and compromise the integrity of the database.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N" } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "langchain" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.3.0" + } + ] + } + ] + } ], "references": [ { @@ -25,6 +48,10 @@ "type": "WEB", "url": "https://github.com/langchain-ai/langchain/commit/c2a3021bb0c5f54649d380b42a0684ca5778c255" }, + { + "type": "PACKAGE", + "url": "https://github.com/langchain-ai/langchain" + }, { "type": "WEB", "url": "https://huntr.com/bounties/8f4ad910-7fdc-4089-8f0a-b5df5f32e7c5" @@ -34,9 +61,9 @@ "cwe_ids": [ "CWE-89" ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-10-29T19:54:15Z", "nvd_published_at": "2024-10-29T13:15:10Z" } } \ No newline at end of file