summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-202208-03.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-04 20:05:57 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-04 20:05:57 +0100
commita87d0d6b8bfa400637c56d3194b22fca5cbd6f9e (patch)
tree761432665eb6bfa18b129f0bc7b23162bcfd98fc /metadata/glsa/glsa-202208-03.xml
parent9ec9cbf23e468492eab5e3a31836c699e8c5c534 (diff)
gentoo auto-resync : 04:08:2022 - 20:05:57
Diffstat (limited to 'metadata/glsa/glsa-202208-03.xml')
-rw-r--r--metadata/glsa/glsa-202208-03.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202208-03.xml b/metadata/glsa/glsa-202208-03.xml
new file mode 100644
index 000000000000..942101cddcc7
--- /dev/null
+++ b/metadata/glsa/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