summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-202301-04.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-11 11:44:03 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-11 11:44:03 +0000
commitdf26c7469c1f2af2e643d43e2e32a6c9142e4885 (patch)
tree1beee9b11d06bfcc69d1d6c8ab00566f8633aec1 /metadata/glsa/glsa-202301-04.xml
parentad391b961414c99124b93cb86695c04bd8d57937 (diff)
gentoo auto-resync : 11:01:2023 - 11:44:03
Diffstat (limited to 'metadata/glsa/glsa-202301-04.xml')
-rw-r--r--metadata/glsa/glsa-202301-04.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202301-04.xml b/metadata/glsa/glsa-202301-04.xml
new file mode 100644
index 000000000000..fe8451696aa2
--- /dev/null
+++ b/metadata/glsa/glsa-202301-04.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-04">
+ <title>jupyter_core: Arbitrary Code Execution</title>
+ <synopsis>A vulnerability has been discovered in jupyter_core which could allow for the execution of code as another user.</synopsis>
+ <product type="ebuild">jupyter_core</product>
+ <announced>2023-01-11</announced>
+ <revised count="1">2023-01-11</revised>
+ <bug>878497</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-python/jupyter_core" auto="yes" arch="*">
+ <unaffected range="ge">4.11.2</unaffected>
+ <vulnerable range="lt">4.11.2</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>jupyter_core contains core Jupyter functionality.</p>
+ </background>
+ <description>
+ <p>jupyter_core trusts files for execution in the current working directory without validating ownership of those files.</p>
+ </description>
+ <impact type="high">
+ <p>By writing to a directory that is used a the current working directory for jupyter_core by another user, users can elevate privileges to those of another user.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All jupyter_core users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=dev-python/jupyter_core-4.11.2"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-39286">CVE-2022-39286</uri>
+ </references>
+ <metadata tag="requester" timestamp="2023-01-11T05:17:05.951365Z">ajak</metadata>
+ <metadata tag="submitter" timestamp="2023-01-11T05:17:05.954259Z">ajak</metadata>
+</glsa> \ No newline at end of file