diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2023-01-11 05:16:33 +0000 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2023-01-10 23:22:04 -0600 |
commit | 76634ca5c9e2fcfb011091d419529327c0e9c948 (patch) | |
tree | 1cdbe32e957f3569b8684e09a6120c65eaf68309 | |
parent | [ GLSA 202301-02 ] Twisted: Multiple Vulnerabilities (diff) | |
download | glsa-76634ca5c9e2fcfb011091d419529327c0e9c948.tar.gz glsa-76634ca5c9e2fcfb011091d419529327c0e9c948.tar.bz2 glsa-76634ca5c9e2fcfb011091d419529327c0e9c948.zip |
[ GLSA 202301-03 ] scikit-learn: Denial of Service
Bug: https://bugs.gentoo.org/758323
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r-- | glsa-202301-03.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202301-03.xml b/glsa-202301-03.xml new file mode 100644 index 00000000..638c1289 --- /dev/null +++ b/glsa-202301-03.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202301-03"> + <title>scikit-learn: Denial of Service</title> + <synopsis>A vulnerability was found in scikit-learn which could result in denial of service.</synopsis> + <product type="ebuild">scikit-learn</product> + <announced>2023-01-11</announced> + <revised count="1">2023-01-11</revised> + <bug>758323</bug> + <access>remote</access> + <affected> + <package name="sci-libs/scikit-learn" auto="yes" arch="*"> + <unaffected range="ge">1.1.1</unaffected> + <vulnerable range="lt">1.1.1</vulnerable> + </package> + </affected> + <background> + <p>scikit-learn is a machine learning library for Python.</p> + </background> + <description> + <p>When supplied with a crafted model SVM, predict() can result in a null pointer dereference.</p> + </description> + <impact type="low"> + <p>An attcker capable of providing a crafted model to scikit-learn can result in denial of service.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All scikit-learn users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sci-libs/scikit-learn-1.1.1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-28975">CVE-2020-28975</uri> + </references> + <metadata tag="requester" timestamp="2023-01-11T05:16:33.475780Z">ajak</metadata> + <metadata tag="submitter" timestamp="2023-01-11T05:16:33.478230Z">ajak</metadata> +</glsa>
\ No newline at end of file |