diff --git a/advisories/github-reviewed/2025/03/GHSA-339r-cjv9-x78g/GHSA-339r-cjv9-x78g.json b/advisories/github-reviewed/2025/03/GHSA-339r-cjv9-x78g/GHSA-339r-cjv9-x78g.json new file mode 100644 index 00000000000..07d0db2db78 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-339r-cjv9-x78g/GHSA-339r-cjv9-x78g.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-339r-cjv9-x78g", + "modified": "2025-05-28T16:09:36Z", + "published": "2025-03-20T12:32:42Z", + "aliases": [ + "CVE-2024-11958" + ], + "summary": " LlamaIndex Retrievers Integration: DuckDBRetriever SQL Injection", + "details": "A SQL injection vulnerability exists in the `duckdb_retriever` component of the run-llama/llama_index repository, specifically in llama-index-retrievers-duckdb-retriever prior to v0.4.0. The vulnerability arises from the construction of SQL queries without using prepared statements, allowing an attacker to inject arbitrary SQL code. This can lead to remote code execution (RCE) by installing the shellfs extension and executing malicious commands.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "llama-index-retrievers-duckdb-retriever" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.4.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11958" + }, + { + "type": "WEB", + "url": "https://github.com/run-llama/llama_index/commit/35bd221e948e40458052d30c6ef2779bc965b6d0" + }, + { + "type": "PACKAGE", + "url": "https://github.com/run-llama/llama_index" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/8ddf66e1-f74c-4d53-992b-76bc45cacac1" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2025-05-28T16:09:36Z", + "nvd_published_at": "2025-03-20T10:15:26Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-9fm9-hp7p-53mf/GHSA-9fm9-hp7p-53mf.json b/advisories/github-reviewed/2025/05/GHSA-9fm9-hp7p-53mf/GHSA-9fm9-hp7p-53mf.json similarity index 61% rename from advisories/unreviewed/2025/05/GHSA-9fm9-hp7p-53mf/GHSA-9fm9-hp7p-53mf.json rename to advisories/github-reviewed/2025/05/GHSA-9fm9-hp7p-53mf/GHSA-9fm9-hp7p-53mf.json index 93302933efc..4533e5ca5ce 100644 --- a/advisories/unreviewed/2025/05/GHSA-9fm9-hp7p-53mf/GHSA-9fm9-hp7p-53mf.json +++ b/advisories/github-reviewed/2025/05/GHSA-9fm9-hp7p-53mf/GHSA-9fm9-hp7p-53mf.json @@ -1,19 +1,40 @@ { "schema_version": "1.4.0", "id": "GHSA-9fm9-hp7p-53mf", - "modified": "2025-05-28T12:30:34Z", + "modified": "2025-05-28T16:08:47Z", "published": "2025-05-28T12:30:34Z", "aliases": [ "CVE-2025-3864" ], + "summary": "Hackney fails to properly release HTTP connections to the pool", "details": "Hackney fails to properly release HTTP connections to the pool after handling 307 Temporary Redirect responses. Remote attackers can exploit this to exhaust connection pools, causing denial of service in applications using the library.\nFix for this issue has been included inĀ 1.24.0 release.", "severity": [ { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Hex", + "name": "hackney" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.24.0" + } + ] + } + ] } ], - "affected": [], "references": [ { "type": "ADVISORY", @@ -26,6 +47,10 @@ { "type": "WEB", "url": "https://cert.pl/en/posts/2025/05/CVE-2025-3864" + }, + { + "type": "PACKAGE", + "url": "https://github.com/benoitc/hackney" } ], "database_specific": { @@ -33,8 +58,8 @@ "CWE-772" ], "severity": "LOW", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-05-28T16:08:47Z", "nvd_published_at": "2025-05-28T12:15:19Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-339r-cjv9-x78g/GHSA-339r-cjv9-x78g.json b/advisories/unreviewed/2025/03/GHSA-339r-cjv9-x78g/GHSA-339r-cjv9-x78g.json deleted file mode 100644 index e5331d85d65..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-339r-cjv9-x78g/GHSA-339r-cjv9-x78g.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-339r-cjv9-x78g", - "modified": "2025-03-20T12:32:42Z", - "published": "2025-03-20T12:32:42Z", - "aliases": [ - "CVE-2024-11958" - ], - "details": "A SQL injection vulnerability exists in the `duckdb_retriever` component of the run-llama/llama_index repository, specifically in the latest version. The vulnerability arises from the construction of SQL queries without using prepared statements, allowing an attacker to inject arbitrary SQL code. This can lead to remote code execution (RCE) by installing the shellfs extension and executing malicious commands.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11958" - }, - { - "type": "WEB", - "url": "https://github.com/run-llama/llama_index/commit/35bd221e948e40458052d30c6ef2779bc965b6d0" - }, - { - "type": "WEB", - "url": "https://huntr.com/bounties/8ddf66e1-f74c-4d53-992b-76bc45cacac1" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-89" - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-03-20T10:15:26Z" - } -} \ No newline at end of file