-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| joblib | pip | < 1.2.0 | 1.2.0 |
The vulnerability stems from unsafe use of eval() in processing the pre_dispatch parameter in Parallel class initialization. The commit diff shows the vulnerable line 'pre_dispatch = eval(pre_dispatch)' was replaced with a restricted eval and later an AST-based parser. The CVE description explicitly cites improper eval usage in pre_dispatch handling as the root cause. The function responsible for processing this parameter resides in Parallel's initialization logic in parallel.py.
Ongoing coverage of React2Shell