From f4e8f4b24ef66f4c1977ad91c27fe80107dc00a9 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:39:39 +0000 Subject: [PATCH] Publish GHSA-6m59-8fmv-m5f9 --- .../GHSA-6m59-8fmv-m5f9.json | 37 ++++++++++++++++--- 1 file changed, 32 insertions(+), 5 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/10/GHSA-6m59-8fmv-m5f9/GHSA-6m59-8fmv-m5f9.json (64%) diff --git a/advisories/unreviewed/2024/10/GHSA-6m59-8fmv-m5f9/GHSA-6m59-8fmv-m5f9.json b/advisories/github-reviewed/2024/10/GHSA-6m59-8fmv-m5f9/GHSA-6m59-8fmv-m5f9.json similarity index 64% rename from advisories/unreviewed/2024/10/GHSA-6m59-8fmv-m5f9/GHSA-6m59-8fmv-m5f9.json rename to advisories/github-reviewed/2024/10/GHSA-6m59-8fmv-m5f9/GHSA-6m59-8fmv-m5f9.json index d6b929a44b0..47507155058 100644 --- a/advisories/unreviewed/2024/10/GHSA-6m59-8fmv-m5f9/GHSA-6m59-8fmv-m5f9.json +++ b/advisories/github-reviewed/2024/10/GHSA-6m59-8fmv-m5f9/GHSA-6m59-8fmv-m5f9.json @@ -1,20 +1,43 @@ { "schema_version": "1.4.0", "id": "GHSA-6m59-8fmv-m5f9", - "modified": "2024-10-29T15:32:05Z", + "modified": "2024-10-29T19:38:29Z", "published": "2024-10-29T15:32:05Z", "aliases": [ "CVE-2024-7042" ], + "summary": "@langchain/community SQL Injection vulnerability", "details": "A vulnerability in the GraphCypherQAChain class of langchain-ai/langchainjs versions 0.2.5 and all versions with this class allows for prompt injection, leading to SQL injection. This vulnerability permits 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": "npm", + "name": "@langchain/community" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.3.3" + } + ] + } + ] + } ], "references": [ { @@ -25,6 +48,10 @@ "type": "WEB", "url": "https://github.com/langchain-ai/langchainjs/commit/615b9d9ab30a2d23a2f95fb8d7acfdf4b41ad7a6" }, + { + "type": "PACKAGE", + "url": "https://github.com/langchain-ai/langchainjs" + }, { "type": "WEB", "url": "https://huntr.com/bounties/b612defb-1104-4fff-9fef-001ab07c7b2d" @@ -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:38:29Z", "nvd_published_at": "2024-10-29T13:15:08Z" } } \ No newline at end of file