summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2024-01-02 14:38:14 +0000
committerHans de Graaff <graaff@gentoo.org>2024-01-02 15:38:51 +0100
commit086ee91647926ad5550f1443e004b5f5d1bda7fc (patch)
tree2a32a6facc0e35eb7a67e1f83d3c1d9a8bd8e990
parent[ GLSA 202312-17 ] OpenSSH: Multiple Vulnerabilities (diff)
downloadglsa-086ee91647926ad5550f1443e004b5f5d1bda7fc.tar.gz
glsa-086ee91647926ad5550f1443e004b5f5d1bda7fc.tar.bz2
glsa-086ee91647926ad5550f1443e004b5f5d1bda7fc.zip
[ GLSA 202401-01 ] Joblib: Arbitrary Code Execution
Bug: https://bugs.gentoo.org/873151 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--glsa-202401-01.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/glsa-202401-01.xml b/glsa-202401-01.xml
new file mode 100644
index 00000000..0909c59e
--- /dev/null
+++ b/glsa-202401-01.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202401-01">
+ <title>Joblib: Arbitrary Code Execution</title>
+ <synopsis>A vulnerability has been found in Joblib which allows for arbitrary code execution.</synopsis>
+ <product type="ebuild">joblib</product>
+ <announced>2024-01-02</announced>
+ <revised count="1">2024-01-02</revised>
+ <bug>873151</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-python/joblib" auto="yes" arch="*">
+ <unaffected range="ge">1.2.0</unaffected>
+ <vulnerable range="lt">1.2.0</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>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.</p>
+ </background>
+ <description>
+ <p>A vulnerability has been discovered in Joblib. Please review the CVE identifier referenced below for details.</p>
+ </description>
+ <impact type="high">
+ <p>Joblib is vulnerable to arbitrary code execution via the pre_dispatch flag in Parallel() class due to the eval() statement.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All Joblib users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=dev-python/joblib-1.2.0"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-21797">CVE-2022-21797</uri>
+ </references>
+ <metadata tag="requester" timestamp="2024-01-02T14:38:14.200471Z">graaff</metadata>
+ <metadata tag="submitter" timestamp="2024-01-02T14:38:14.202528Z">graaff</metadata>
+</glsa> \ No newline at end of file