Lucene search

K
gentooGentoo FoundationGLSA-202401-01
HistoryJan 02, 2024 - 12:00 a.m.

Joblib: Arbitrary Code Execution

2024-01-0200:00:00
Gentoo Foundation
security.gentoo.org
5
python
pipelining
disk-caching
memoize pattern
parallel computing
numpy arrays
cve
vulnerability
arbitrary code execution
resolution
upgrade
emerge
unix

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

8 High

AI Score

Confidence

Low

0.004 Low

EPSS

Percentile

75.0%

Background

Joblib is a set of tools to provide lightweight pipelining in Python. In particular: 1. transparent disk-caching of functions and lazy re-evaluation (memoize pattern) 2. easy simple parallel computing Joblib is optimized to be fast and robust on large data in particular and has specific optimizations for numpy arrays.

Description

A vulnerability has been discovered in Joblib. Please review the CVE identifier referenced below for details.

Impact

Joblib is vulnerable to arbitrary code execution via the pre_dispatch flag in Parallel() class due to the eval() statement.

Workaround

There is no known workaround at this time.

Resolution

All Joblib users should upgrade to the latest version:

 # emerge --sync
 # emerge --ask --oneshot --verbose ">=dev-python/joblib-1.2.0"
OSVersionArchitecturePackageVersionFilename
Gentooanyalldev-python/joblib< 1.2.0UNKNOWN

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

8 High

AI Score

Confidence

Low

0.004 Low

EPSS

Percentile

75.0%