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

exploitDog

nvd логотип

CVE-2025-54886

Опубликовано: 08 авг. 2025
Источник: nvd
CVSS3: 8.4
EPSS Низкий

Описание

skops is a Python library which helps users share and ship their scikit-learn based models. In versions 0.12.0 and below, the Card.get_model does not contain any logic to prevent arbitrary code execution. The Card.get_model function supports both joblib and skops for model loading. When loading .skops models, it uses skops' secure loading with trusted type validation, raising errors for untrusted types unless explicitly allowed. However, when non-.zip file formats are provided, the function silently falls back to joblib without warning. Unlike skops, joblib allows arbitrary code execution during loading, bypassing security measures and potentially enabling malicious code execution. This issue is fixed in version 0.13.0.

EPSS

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

8.4 High

CVSS3

Дефекты

CWE-502

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

CVSS3: 6.8
redhat
4 месяца назад

skops is a Python library which helps users share and ship their scikit-learn based models. In versions 0.12.0 and below, the Card.get_model does not contain any logic to prevent arbitrary code execution. The Card.get_model function supports both joblib and skops for model loading. When loading .skops models, it uses skops' secure loading with trusted type validation, raising errors for untrusted types unless explicitly allowed. However, when non-.zip file formats are provided, the function silently falls back to joblib without warning. Unlike skops, joblib allows arbitrary code execution during loading, bypassing security measures and potentially enabling malicious code execution. This issue is fixed in version 0.13.0.

CVSS3: 8.4
github
4 месяца назад

SKOPS Card.get_model happily allows arbitrary code execution

EPSS

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

8.4 High

CVSS3

Дефекты

CWE-502