-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| llama_index | pip |
The vulnerability stems from the infinite loop in get_response_gen when the LLM thread terminates prematurely. The GitHub patch explicitly adds a timeout parameter and termination checks to this function, confirming it was the root cause. The original implementation only checked queue emptiness and _done event status, but had no safeguards against thread failures or hangs.