summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2022-08-04 13:53:26 +0000
committerJohn Helmert III <ajak@gentoo.org>2022-08-04 08:59:54 -0500
commitf6e2e11e7ff841fcf8e693775058b96ef4b3e7b1 (patch)
tree1bb774e0f5ecdabdf6eb227ca2a06bb8eec734b9 /glsa-202208-03.xml
parent[ GLSA 202208-02 ] Go: Multiple Vulnerabilities (diff)
downloadglsa-f6e2e11e7ff841fcf8e693775058b96ef4b3e7b1.tar.gz
glsa-f6e2e11e7ff841fcf8e693775058b96ef4b3e7b1.tar.bz2
glsa-f6e2e11e7ff841fcf8e693775058b96ef4b3e7b1.zip
[ GLSA 202208-03 ] Babel: Remote code execution
Bug: https://bugs.gentoo.org/786954 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'glsa-202208-03.xml')
-rw-r--r--glsa-202208-03.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202208-03.xml b/glsa-202208-03.xml
new file mode 100644
index 00000000..942101cd
--- /dev/null
+++ b/glsa-202208-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="202208-03">
+ <title>Babel: Remote code execution</title>
+ <synopsis>A vulnerability in Babel could result in remote code execution.</synopsis>
+ <product type="ebuild">Babel</product>
+ <announced>2022-08-04</announced>
+ <revised count="1">2022-08-04</revised>
+ <bug>786954</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-python/Babel" auto="yes" arch="*">
+ <unaffected range="ge">2.9.1</unaffected>
+ <vulnerable range="lt">2.9.1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Babel is a collection of tools for internationalizing Python applications.</p>
+ </background>
+ <description>
+ <p>Babel does not properly restrict which sources a locale can be loaded from. If Babel loads an attacker-controlled .dat file, arbitrary code execution can be achieved via unsafe Pickle deserialization.</p>
+ </description>
+ <impact type="normal">
+ <p>An attacker with filesystem access and control over the locales Babel loads can achieve code execution.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All Babel users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=dev-python/Babel-2.9.1"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-20095">CVE-2021-20095</uri>
+ </references>
+ <metadata tag="requester" timestamp="2022-08-04T13:53:26.311668Z">ajak</metadata>
+ <metadata tag="submitter" timestamp="2022-08-04T13:53:26.316368Z">ajak</metadata>
+</glsa> \ No newline at end of file