CVE-2025-5472

NONE EPSS 25.6%
Published Jul 7, 202511mo ago · Modified Jun 17, 20261w ago
Find Similar
Published Jul 7, 2025 11mo ago
Last Modified Jun 17, 2026 1w ago

Description

The JSONReader in run-llama/llama_index versions 0.12.28 is vulnerable to a stack overflow due to uncontrolled recursive JSON parsing. This vulnerability allows attackers to trigger a Denial of Service (DoS) by submitting deeply nested JSON structures, leading to a RecursionError and crashing applications. The root cause is the unsafe recursive traversal design and lack of depth validation, which makes the JSONReader susceptible to stack overflow when processing deeply nested JSON. This impacts the availability of services, making them unreliable and disrupting workflows. The issue is resolved in version 0.12.38.

Threat Intelligence

EPSS Exploit Probability
25.6% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-674

Affected Products 1

VendorProductVersionRange
llamaindexllamaindex*≥0.12.28  –  <0.12.38

References 2

  • github.com https://github.com/run-llama/llama_index/commit/c032843a02ce38fd8f284b2aa5a37fd1c17ae635
    Patch
  • huntr.com https://huntr.com/bounties/df187bda-7911-4823-a19a-e15b2c66b0d4
    ExploitThird Party Advisory

Remediation

  • github.com https://github.com/run-llama/llama_index/commit/c032843a02ce38fd8f284b2aa5a37fd1c17ae635
    Patch