Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 15:30:09 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545334 - head/security/vuxml
Message-ID:  <202008191530.07JFU9cE034595@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Wed Aug 19 15:30:09 2020
New Revision: 545334
URL: https://svnweb.freebsd.org/changeset/ports/545334

Log:
  - Document python37 and python36 multiple vulnerabilities
  
  PR:		248751
  Submitted by:	mwalker@carbonhouse.com

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Aug 19 15:29:22 2020	(r545333)
+++ head/security/vuxml/vuln.xml	Wed Aug 19 15:30:09 2020	(r545334)
@@ -58,6 +58,46 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="3fcb70a4-e22d-11ea-98b2-080027846a02">
+    <topic>Python -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+       <name>python37</name>
+       <range><lt>3.7.9</lt></range>
+      </package>
+      <package>
+       <name>python36</name>
+       <range><lt>3.6.12</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+       <p>Python reports:</p>
+       <blockquote cite="https://docs.python.org/release/3.7.9/whatsnew/changelog.html#changelog">;
+	  <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-39603: Prevent http header injection by rejecting control characters
+	    in http.client.putrequest(...).</p>
+       </blockquote>
+      </body>
+    </description>
+    <references>
+       <url>https://docs.python.org/release/3.7.9/whatsnew/changelog.html#changelog</url>;
+       <url>https://docs.python.org/release/3.6.12/whatsnew/changelog.html#changelog</url>;
+       <cvename>CVE-2020-14422</cvename>
+       <cvename>CVE-2019-20907</cvename>
+    </references>
+    <dates>
+      <discovery>2020-06-17</discovery>
+      <entry>2020-08-19</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e37a0a7b-e1a7-11ea-9538-0c9d925bbbc0">
     <topic>security/trousers -- several vulnerabilities</topic>
     <affects>



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