Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2020 11:36:50 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549092 - head/security/vuxml
Message-ID:  <202009201136.08KBaoNL027424@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Sun Sep 20 11:36:50 2020
New Revision: 549092
URL: https://svnweb.freebsd.org/changeset/ports/549092

Log:
  - Document python35 multiple vulnerabilities
  
  PR:		249187

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Sep 20 09:50:42 2020	(r549091)
+++ head/security/vuxml/vuln.xml	Sun Sep 20 11:36:50 2020	(r549092)
@@ -58,6 +58,45 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="2cb21232-fb32-11ea-a929-a4bf014bf5f7">
+    <topic>Python -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>python35</name>
+	<range><lt>3.5.10</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Python reports:</p>
+	<blockquote cite="https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-10">;
+	  <p>bpo-39603: Prevent http header injection by rejecting control characters in http.client.putrequest(…).</p>
+	  <p>bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (CVE-2020-15523).</p>
+	  <p>bpo-41004: CVE-2020-14422: 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).</p>
+	  <p>bpo-39073: Disallow CR or LF in email.headerregistry.Address arguments to guard against header injection attacks.</p>
+	  <p>bpo-38576: 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.</p>
+	  <p>bpo-39503: 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.</p>
+	  <p>bpo-38945: Newline characters have been escaped when performing uu encoding to prevent them from overflowing into to content section of the encoded file. This prevents malicious or accidental modification of data during the decoding process.</p>
+	  <p>bpo-38804: Fixes a ReDoS vulnerability in http.cookiejar. Patch by Ben Caller.</p>
+	  <p>bpo-39017: Avoid infinite loop when reading specially crafted TAR files using the tarfile module (CVE-2019-20907).</p>
+	  <p>bpo-41183: Use 3072 RSA keys and SHA-256 signature for test certs and keys.</p>
+	  <p>bpo-39503: AbstractBasicAuthHandler of urllib.request now parses all WWW-Authenticate HTTP headers and accepts multiple challenges per header: use the realm of the first Basic challenge.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+       <cvename>CVE-2020-15523</cvename>
+       <cvename>CVE-2020-14422</cvename>
+       <cvename>CVE-2019-18348</cvename>
+       <cvename>CVE-2020-8492</cvename>
+       <cvename>CVE-2019-20907</cvename>
+    </references>
+    <dates>
+      <discovery>2020-08-19</discovery>
+      <entry>2020-09-20</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="24ace516-fad7-11ea-8d8c-005056a311d1">
     <topic>samba -- Unauthenticated domain takeover via netlogon</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009201136.08KBaoNL027424>