diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-08-02 03:35:17 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-08-02 03:35:17 +0000 |
commit | 805e50f185de640a86063a0a18581895f818b16d (patch) | |
tree | d7525cd8c1d5d2507d20155653bbb21dd247cbf7 /metadata/glsa | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 202008-01 ] Python: Multiple vulnerabilities (diff) | |
download | gentoo-805e50f185de640a86063a0a18581895f818b16d.tar.gz gentoo-805e50f185de640a86063a0a18581895f818b16d.tar.bz2 gentoo-805e50f185de640a86063a0a18581895f818b16d.zip |
Merge commit 'faa06d7064a73216c4b046c9cb518f095e7cfac8'
Diffstat (limited to 'metadata/glsa')
-rw-r--r-- | metadata/glsa/glsa-202008-01.xml | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202008-01.xml b/metadata/glsa/glsa-202008-01.xml new file mode 100644 index 000000000000..3027067a0ec7 --- /dev/null +++ b/metadata/glsa/glsa-202008-01.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202008-01"> + <title>Python: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Python, the worst of + which could result in a Denial of Service condition. + </synopsis> + <product type="ebuild">python</product> + <announced>2020-08-02</announced> + <revised count="1">2020-08-02</revised> + <bug>728668</bug> + <bug>732498</bug> + <access>remote</access> + <affected> + <package name="dev-lang/python" auto="yes" arch="*"> + <unaffected range="ge" slot="2.7">2.7.18-r1</unaffected> + <unaffected range="ge" slot="3.6">3.6.11-r2</unaffected> + <unaffected range="ge" slot="3.7">3.7.8-r2</unaffected> + <unaffected range="ge" slot="3.8">3.8.4-r1</unaffected> + <vulnerable range="lt" slot="2.7">2.7.18-r1</vulnerable> + <vulnerable range="lt" slot="3.6">3.6.11-r2</vulnerable> + <vulnerable range="lt" slot="3.7">3.7.8-r2</vulnerable> + <vulnerable range="lt" slot="3.8">3.8.4-r1</vulnerable> + </package> + </affected> + <background> + <p>Python is an interpreted, interactive, object-oriented programming + language. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Python. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Python 2.7 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-lang/python-2.7.18-r1" + </code> + + <p>All Python 3.6 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-lang/python-3.6.11-r2" + </code> + + <p>All Python 3.7 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-lang/python-3.7.8-r2" + </code> + + <p>All Python 3.8 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-lang/python-3.8.4-r1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-20907">CVE-2019-20907</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-14422">CVE-2020-14422</uri> + </references> + <metadata tag="requester" timestamp="2020-07-31T17:34:38Z">sam_c</metadata> + <metadata tag="submitter" timestamp="2020-08-02T03:19:15Z">b-man</metadata> +</glsa> |