LlamaIndex has Incomplete Documentation of Program Execution related to JsonPickleSerializer component
Medium5.0CVE-2025-3108 · Published Jul 7, 2025 · updated Jul 13, 2026
Incomplete Documentation of Program Execution exists in the run-llama/llama_index library's JsonPickleSerializer component, affecting versions v0.12.27 through v0.12.40. This vulnerability allows remote code execution due to an insecure fallback to Python's pickle module. JsonPickleSerializer prioritizes deserialization using pickle.loads(), which can execute arbitrary code when processing untrusted data. Attackers can exploit this by crafting malicious payloads to achieve full system compromise. The root cause involves the use of an insecure fallback strategy without sufficient input validation or protective safeguards. Version 0.12.41 renames JsonPickleSerializer to PickleSerializer and adds a warning to the docs to only use PickleSerializer to deserialize safe things.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| llama-index-core PyPI | >= 0.11.15, < 0.12.41 | 0.12.41 |
Details and references
- CVSS 3.0
- CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-1112
- Also known as
- CVE-2025-3108, PYSEC-2025-249, PYSEC-2026-1564
More LlamaIndex advisories
All LlamaIndex| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jul 72025 | LlamaIndex vulnerable to Path Traversal attack through its encode_image function | High7.5 | 0.12.41 |
| Jul 72025 | LlamaIndex vulnerable to DoS attack through uncontrolled recursive JSON parsing | Medium6.5 | 0.12.38 |
| Jul 72025 | LlamaIndex: path traversal | Medium6.2 | 0.5.2 |
| Jul 72025 | LlamaIndex: denial of service | High7.5 | 0.12.29 |
| Jul 72025 | A vulnerability in the ArxivReader class of the run-llama/llama_index repository | Medium5.3 | 0.12.28 |
| Jul 72025 | LlamaIndex: arbitrary file read | High7.5 | 0.12.28 |