Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-m84c-4c34-28gf

Опубликовано: 07 июл. 2025
Источник: github
Github: Прошло ревью
CVSS3: 5

Описание

LlamaIndex has Incomplete Documentation of Program Execution related to JsonPickleSerializer component

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.

Пакеты

Наименование

llama-index-core

pip
Затронутые версииВерсия исправления

>= 0.11.15, <= 0.12.40

0.12.41

EPSS

Процентиль: 56%
0.00342
Низкий

5 Medium

CVSS3

Дефекты

CWE-1112

Связанные уязвимости

CVSS3: 7.5
nvd
около 1 месяца назад

A critical deserialization vulnerability 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 includes an insecure fallback mechanism, lack of validation or safeguards, misleading design, and violation of Python security guidelines.

CVSS3: 5
fstec
3 месяца назад

Уязвимость компонента JsonPickleSerializer фреймворка для работы с большими языковыми моделями (LLM) LlamaIndex, позволяющая нарушителю выполнить произвольный код

EPSS

Процентиль: 56%
0.00342
Низкий

5 Medium

CVSS3

Дефекты

CWE-1112