CVE-2025-54886
Last modified
CVE-2025-54886 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. 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. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-54886?
How severe is CVE-2025-54886?
How do I fix CVE-2025-54886?
Are you affected by CVE-2025-54886?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
