ghsa-7753-xrfw-ch36
Vulnerability from github
Published
2025-08-26 00:31
Modified
2025-08-26 17:43
Severity ?
VLAI Severity ?
Summary
LlamaIndex affected by a Denial of Service (DOS) in JSONReader
Details
A denial of service vulnerability exists in the JSONReader component of the run-llama/llama_index repository, specifically in version v0.12.37. The vulnerability is caused by uncontrolled recursion when parsing deeply nested JSON files, which can lead to Python hitting its maximum recursion depth limit. This results in high resource consumption and potential crashes of the Python process. The issue is resolved in version 0.12.38.
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "llama-index-core" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.12.38" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-5302" ], "database_specific": { "cwe_ids": [ "CWE-674" ], "github_reviewed": true, "github_reviewed_at": "2025-08-26T17:43:43Z", "nvd_published_at": "2025-08-25T15:15:42Z", "severity": "HIGH" }, "details": "A denial of service vulnerability exists in the JSONReader component of the run-llama/llama_index repository, specifically in version v0.12.37. The vulnerability is caused by uncontrolled recursion when parsing deeply nested JSON files, which can lead to Python hitting its maximum recursion depth limit. This results in high resource consumption and potential crashes of the Python process. The issue is resolved in version 0.12.38.", "id": "GHSA-7753-xrfw-ch36", "modified": "2025-08-26T17:43:43Z", "published": "2025-08-26T00:31:13Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5302" }, { "type": "WEB", "url": "https://github.com/run-llama/llama_index/commit/c032843a02ce38fd8f284b2aa5a37fd1c17ae635" }, { "type": "PACKAGE", "url": "https://github.com/run-llama/llama_index" }, { "type": "WEB", "url": "https://huntr.com/bounties/70041b81-de9e-4046-8c0e-6ccd557048a6" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", "type": "CVSS_V3" } ], "summary": "LlamaIndex affected by a Denial of Service (DOS) in JSONReader" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…