<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
  <DocumentTitle xml:lang="en">Security update for python3</DocumentTitle>
  <DocumentType>SUSE Patch</DocumentType>
  <DocumentPublisher Type="Vendor">
    <ContactDetails>security@suse.de</ContactDetails>
    <IssuingAuthority>SUSE Security Team</IssuingAuthority>
  </DocumentPublisher>
  <DocumentTracking>
    <Identification>
      <ID>openSUSE-SU-2020:2332-1</ID>
    </Identification>
    <Status>Final</Status>
    <Version>1</Version>
    <RevisionHistory>
      <Revision>
        <Number>1</Number>
        <Date>2020-12-28T20:41:38Z</Date>
        <Description>current</Description>
      </Revision>
    </RevisionHistory>
    <InitialReleaseDate>2020-12-28T20:41:38Z</InitialReleaseDate>
    <CurrentReleaseDate>2020-12-28T20:41:38Z</CurrentReleaseDate>
    <Generator>
      <Engine>cve-database/bin/generate-cvrf.pl</Engine>
      <Date>2017-02-24T01:00:00Z</Date>
    </Generator>
  </DocumentTracking>
  <DocumentNotes>
    <Note Title="Topic" Type="Summary" Ordinal="1" xml:lang="en">Security update for python3</Note>
    <Note Title="Details" Type="General" Ordinal="2" xml:lang="en">This update for python3 fixes the following issues:

- Fixed CVE-2020-27619 (bsc#1178009), where Lib/test/multibytecodec_support
  calls eval() on content retrieved via HTTP.
- Change setuptools and pip version numbers according to new wheels
- Handful of changes to make python36 compatible with SLE15 and SLE12
  (jsc#ECO-2799, jsc#SLE-13738)
- add triplets for mips-r6 and riscv
- RISC-V needs CTYPES_PASS_BY_REF_HACK

Update to 3.6.12 (bsc#1179193)

* Ensure python3.dll is loaded from correct locations when Python is embedded
* The __hash__() methods of ipaddress.IPv4Interface and ipaddress.IPv6Interface 
  incorrectly generated constant hash values of 32 and 128 respectively. This 
  resulted in always causing hash collisions. The fix uses hash() to generate 
  hash values for the tuple of (address, mask length, network address).
* Prevent http header injection by rejecting control characters in 
  http.client.putrequest(…).
* Unpickling invalid NEWOBJ_EX opcode with the C implementation raises now 
  UnpicklingError instead of crashing.
* Avoid infinite loop when reading specially crafted TAR files using the tarfile 
  module

- This release also fixes CVE-2020-26116 (bsc#1177211) and CVE-2019-20907 (bsc#1174091).

Update to 3.6.11:

- Disallow CR or LF in email.headerregistry. Address
  arguments to guard against header injection attacks.
- Disallow control characters in hostnames in http.client, addressing
  CVE-2019-18348. Such potentially malicious header injection URLs now
  cause a InvalidURL to be raised. (bsc#1155094)
- CVE-2020-8492: The AbstractBasicAuthHandler class
  of the urllib.request module uses an inefficient regular
  expression which can be exploited by an attacker to cause
  a denial of service. Fix the regex to prevent the
  catastrophic backtracking. Vulnerability reported by Ben
  Caller and Matt Schwager.

This update was imported from the SUSE:SLE-15:Update update project.</Note>
    <Note Title="Terms of Use" Type="Legal Disclaimer" Ordinal="3" xml:lang="en">The CVRF data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).</Note>
    <Note Title="Patchnames" Type="Details" Ordinal="4" xml:lang="en">openSUSE-2020-2332</Note>
  </DocumentNotes>
  <DocumentDistribution xml:lang="en">Copyright SUSE LLC under the Creative Commons License 4.0 with Attribution (CC-BY-4.0)</DocumentDistribution>
  <DocumentReferences>
    <Reference Type="Self">
      <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/S3JTHM6LLDKL7VPNRJUSRPNZAD2FZ25H/</URL>
      <Description>E-Mail link for openSUSE-SU-2020:2332-1</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/support/security/rating/</URL>
      <Description>SUSE Security Ratings</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1155094</URL>
      <Description>SUSE Bug 1155094</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1174091</URL>
      <Description>SUSE Bug 1174091</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1174571</URL>
      <Description>SUSE Bug 1174571</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1174701</URL>
      <Description>SUSE Bug 1174701</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1177211</URL>
      <Description>SUSE Bug 1177211</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1178009</URL>
      <Description>SUSE Bug 1178009</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179193</URL>
      <Description>SUSE Bug 1179193</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://bugzilla.suse.com/1179630</URL>
      <Description>SUSE Bug 1179630</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-16935/</URL>
      <Description>SUSE CVE CVE-2019-16935 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-18348/</URL>
      <Description>SUSE CVE CVE-2019-18348 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-20907/</URL>
      <Description>SUSE CVE CVE-2019-20907 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2019-5010/</URL>
      <Description>SUSE CVE CVE-2019-5010 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-14422/</URL>
      <Description>SUSE CVE CVE-2020-14422 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-26116/</URL>
      <Description>SUSE CVE CVE-2020-26116 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-27619/</URL>
      <Description>SUSE CVE CVE-2020-27619 page</Description>
    </Reference>
    <Reference Type="Self">
      <URL>https://www.suse.com/security/cve/CVE-2020-8492/</URL>
      <Description>SUSE CVE CVE-2020-8492 page</Description>
    </Reference>
  </DocumentReferences>
  <ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
    <Branch Type="Product Family" Name="openSUSE Leap 15.2">
      <Branch Type="Product Name" Name="openSUSE Leap 15.2">
        <FullProductName ProductID="openSUSE Leap 15.2" CPE="cpe:/o:opensuse:leap:15.2">openSUSE Leap 15.2</FullProductName>
      </Branch>
    </Branch>
    <Branch Type="Product Version" Name="libpython3_6m1_0-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="libpython3_6m1_0-3.6.12-lp152.4.14.1">libpython3_6m1_0-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1">libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="python3-3.6.12-lp152.4.14.1">python3-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-32bit-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="python3-32bit-3.6.12-lp152.4.14.1">python3-32bit-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-base-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="python3-base-3.6.12-lp152.4.14.1">python3-base-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-base-32bit-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="python3-base-32bit-3.6.12-lp152.4.14.1">python3-base-32bit-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-curses-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="python3-curses-3.6.12-lp152.4.14.1">python3-curses-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-dbm-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="python3-dbm-3.6.12-lp152.4.14.1">python3-dbm-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-devel-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="python3-devel-3.6.12-lp152.4.14.1">python3-devel-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-doc-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="python3-doc-3.6.12-lp152.4.14.1">python3-doc-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-doc-devhelp-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="python3-doc-devhelp-3.6.12-lp152.4.14.1">python3-doc-devhelp-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-idle-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="python3-idle-3.6.12-lp152.4.14.1">python3-idle-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-testsuite-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="python3-testsuite-3.6.12-lp152.4.14.1">python3-testsuite-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-tk-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="python3-tk-3.6.12-lp152.4.14.1">python3-tk-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Branch Type="Product Version" Name="python3-tools-3.6.12-lp152.4.14.1">
      <FullProductName ProductID="python3-tools-3.6.12-lp152.4.14.1">python3-tools-3.6.12-lp152.4.14.1</FullProductName>
    </Branch>
    <Relationship ProductReference="libpython3_6m1_0-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:libpython3_6m1_0-3.6.12-lp152.4.14.1">libpython3_6m1_0-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1">libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:python3-3.6.12-lp152.4.14.1">python3-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-32bit-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:python3-32bit-3.6.12-lp152.4.14.1">python3-32bit-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-base-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:python3-base-3.6.12-lp152.4.14.1">python3-base-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-base-32bit-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:python3-base-32bit-3.6.12-lp152.4.14.1">python3-base-32bit-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-curses-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:python3-curses-3.6.12-lp152.4.14.1">python3-curses-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-dbm-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:python3-dbm-3.6.12-lp152.4.14.1">python3-dbm-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-devel-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:python3-devel-3.6.12-lp152.4.14.1">python3-devel-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-doc-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:python3-doc-3.6.12-lp152.4.14.1">python3-doc-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-doc-devhelp-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:python3-doc-devhelp-3.6.12-lp152.4.14.1">python3-doc-devhelp-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-idle-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:python3-idle-3.6.12-lp152.4.14.1">python3-idle-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-testsuite-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:python3-testsuite-3.6.12-lp152.4.14.1">python3-testsuite-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-tk-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:python3-tk-3.6.12-lp152.4.14.1">python3-tk-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
    <Relationship ProductReference="python3-tools-3.6.12-lp152.4.14.1" RelationType="Default Component Of" RelatesToProductReference="openSUSE Leap 15.2">
      <FullProductName ProductID="openSUSE Leap 15.2:python3-tools-3.6.12-lp152.4.14.1">python3-tools-3.6.12-lp152.4.14.1 as a component of openSUSE Leap 15.2</FullProductName>
    </Relationship>
  </ProductTree>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="1">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the server_title field. This occurs in Lib/DocXMLRPCServer.py in Python 2.x, and in Lib/xmlrpc/server.py in Python 3.x. If set_server_title is called with untrusted input, arbitrary JavaScript can be delivered to clients that visit the http URL for this server.</Note>
    </Notes>
    <CVE>CVE-2019-16935</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-curses-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-dbm-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-devel-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-devhelp-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-idle-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-testsuite-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tk-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tools-3.6.12-lp152.4.14.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:P/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/S3JTHM6LLDKL7VPNRJUSRPNZAD2FZ25H/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-16935.html</URL>
        <Description>CVE-2019-16935</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1153238</URL>
        <Description>SUSE Bug 1153238</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="2">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An issue was discovered in urllib2 in Python 2.x through 2.7.17 and urllib in Python 3.x through 3.8.0. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the host component of a URL) followed by an HTTP header. This is similar to the CVE-2019-9740 query string issue and the CVE-2019-9947 path string issue. (This is not exploitable when glibc has CVE-2016-10739 fixed.). This is fixed in: v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1; v3.6.11, v3.6.11rc1, v3.6.12; v3.7.8, v3.7.8rc1, v3.7.9; v3.8.3, v3.8.3rc1, v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1.</Note>
    </Notes>
    <CVE>CVE-2019-18348</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-curses-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-dbm-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-devel-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-devhelp-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-idle-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-testsuite-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tk-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tools-3.6.12-lp152.4.14.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:P/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/S3JTHM6LLDKL7VPNRJUSRPNZAD2FZ25H/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-18348.html</URL>
        <Description>CVE-2019-18348</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1155094</URL>
        <Description>SUSE Bug 1155094</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="3">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.</Note>
    </Notes>
    <CVE>CVE-2019-20907</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-curses-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-dbm-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-devel-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-devhelp-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-idle-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-testsuite-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tk-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tools-3.6.12-lp152.4.14.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/S3JTHM6LLDKL7VPNRJUSRPNZAD2FZ25H/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-20907.html</URL>
        <Description>CVE-2019-20907</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1174091</URL>
        <Description>SUSE Bug 1174091</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="4">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.</Note>
    </Notes>
    <CVE>CVE-2019-5010</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-curses-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-dbm-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-devel-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-devhelp-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-idle-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-testsuite-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tk-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tools-3.6.12-lp152.4.14.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/S3JTHM6LLDKL7VPNRJUSRPNZAD2FZ25H/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2019-5010.html</URL>
        <Description>CVE-2019-5010</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1122191</URL>
        <Description>SUSE Bug 1122191</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1126909</URL>
        <Description>SUSE Bug 1126909</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="5">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Lib/ipaddress.py in Python through 3.8.3 improperly computes hash values in the IPv4Interface and IPv6Interface classes, which might allow a remote attacker to cause a denial of service if an application is affected by the performance of a dictionary containing IPv4Interface or IPv6Interface objects, and this attacker can cause many dictionary entries to be created. This is fixed in: v3.5.10, v3.5.10rc1; v3.6.12; v3.7.9; v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1; v3.9.0, v3.9.0b4, v3.9.0b5, v3.9.0rc1, v3.9.0rc2.</Note>
    </Notes>
    <CVE>CVE-2020-14422</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-curses-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-dbm-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-devel-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-devhelp-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-idle-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-testsuite-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tk-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tools-3.6.12-lp152.4.14.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>4.3</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:N/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/S3JTHM6LLDKL7VPNRJUSRPNZAD2FZ25H/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-14422.html</URL>
        <Description>CVE-2020-14422</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1173274</URL>
        <Description>SUSE Bug 1173274</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="6">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">http.client in Python 3.x before 3.5.10, 3.6.x before 3.6.12, 3.7.x before 3.7.9, and 3.8.x before 3.8.5 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of HTTPConnection.request.</Note>
    </Notes>
    <CVE>CVE-2020-26116</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-curses-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-dbm-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-devel-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-devhelp-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-idle-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-testsuite-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tk-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tools-3.6.12-lp152.4.14.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>6.4</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:P/I:P/A:N</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/S3JTHM6LLDKL7VPNRJUSRPNZAD2FZ25H/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-26116.html</URL>
        <Description>CVE-2020-26116</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1177120</URL>
        <Description>SUSE Bug 1177120</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1177211</URL>
        <Description>SUSE Bug 1177211</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1192361</URL>
        <Description>SUSE Bug 1192361</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="7">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">In Python 3 through 3.9.0, the Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.</Note>
    </Notes>
    <CVE>CVE-2020-27619</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-curses-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-dbm-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-devel-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-devhelp-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-idle-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-testsuite-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tk-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tools-3.6.12-lp152.4.14.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>important</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.5</BaseScore>
        <Vector>AV:N/AC:L/Au:N/C:P/I:P/A:P</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/S3JTHM6LLDKL7VPNRJUSRPNZAD2FZ25H/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-27619.html</URL>
        <Description>CVE-2020-27619</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1178009</URL>
        <Description>SUSE Bug 1178009</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1180254</URL>
        <Description>SUSE Bug 1180254</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1193386</URL>
        <Description>SUSE Bug 1193386</Description>
      </Reference>
    </References>
  </Vulnerability>
  <Vulnerability xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1" Ordinal="8">
    <Notes>
      <Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.</Note>
    </Notes>
    <CVE>CVE-2020-8492</CVE>
    <ProductStatuses>
      <Status Type="Fixed">
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:libpython3_6m1_0-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-base-32bit-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-curses-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-dbm-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-devel-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-doc-devhelp-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-idle-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-testsuite-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tk-3.6.12-lp152.4.14.1</ProductID>
        <ProductID>openSUSE Leap 15.2:python3-tools-3.6.12-lp152.4.14.1</ProductID>
      </Status>
    </ProductStatuses>
    <Threats>
      <Threat Type="Impact">
        <Description>moderate</Description>
      </Threat>
    </Threats>
    <CVSSScoreSets>
      <ScoreSet>
        <BaseScore>7.1</BaseScore>
        <Vector>AV:N/AC:M/Au:N/C:N/I:N/A:C</Vector>
      </ScoreSet>
    </CVSSScoreSets>
    <Remediations>
      <Remediation Type="Vendor Fix">
        <Description xml:lang="en">To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
</Description>
        <URL>https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/S3JTHM6LLDKL7VPNRJUSRPNZAD2FZ25H/</URL>
      </Remediation>
    </Remediations>
    <References>
      <Reference>
        <URL>https://www.suse.com/security/cve/CVE-2020-8492.html</URL>
        <Description>CVE-2020-8492</Description>
      </Reference>
      <Reference>
        <URL>https://bugzilla.suse.com/1162367</URL>
        <Description>SUSE Bug 1162367</Description>
      </Reference>
    </References>
  </Vulnerability>
</cvrfdoc>
