diff --git a/advisories/unreviewed/2025/03/GHSA-j3wr-m6xh-64hg/GHSA-j3wr-m6xh-64hg.json b/advisories/github-reviewed/2025/03/GHSA-j3wr-m6xh-64hg/GHSA-j3wr-m6xh-64hg.json similarity index 68% rename from advisories/unreviewed/2025/03/GHSA-j3wr-m6xh-64hg/GHSA-j3wr-m6xh-64hg.json rename to advisories/github-reviewed/2025/03/GHSA-j3wr-m6xh-64hg/GHSA-j3wr-m6xh-64hg.json index 924a01acc78..f11ad5005d7 100644 --- a/advisories/unreviewed/2025/03/GHSA-j3wr-m6xh-64hg/GHSA-j3wr-m6xh-64hg.json +++ b/advisories/github-reviewed/2025/03/GHSA-j3wr-m6xh-64hg/GHSA-j3wr-m6xh-64hg.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-j3wr-m6xh-64hg", - "modified": "2025-03-20T12:32:43Z", + "modified": "2025-03-21T17:40:52Z", "published": "2025-03-20T12:32:43Z", "aliases": [ "CVE-2024-12704" ], + "summary": "LlamaIndex Improper Handling of Exceptional Conditions vulnerability", "details": "A vulnerability in the LangChainLLM class of the run-llama/llama_index repository, version v0.12.5, allows for a Denial of Service (DoS) attack. The stream_complete method executes the llm using a thread and retrieves the result via the get_response_gen method of the StreamingGeneratorCallbackHandler class. If the thread terminates abnormally before the _llm.predict is executed, there is no exception handling for this case, leading to an infinite loop in the get_response_gen function. This can be triggered by providing an input of an incorrect type, causing the thread to terminate and the process to continue running indefinitely.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "llama_index" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.12.6" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -23,6 +44,10 @@ "type": "WEB", "url": "https://github.com/run-llama/llama_index/commit/d1ecfb77578d089cbe66728f18f635c09aa32a05" }, + { + "type": "PACKAGE", + "url": "https://github.com/run-llama/llama_index" + }, { "type": "WEB", "url": "https://huntr.com/bounties/a0b638fd-21c6-4ba7-b381-6ab98472a02a" @@ -33,8 +58,8 @@ "CWE-755" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T17:40:52Z", "nvd_published_at": "2025-03-20T10:15:29Z" } } \ No newline at end of file