Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 2020 08:10:53 +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: r542617 - head/security/vuxml
Message-ID:  <202007200810.06K8ArKK080288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Mon Jul 20 08:10:53 2020
New Revision: 542617
URL: https://svnweb.freebsd.org/changeset/ports/542617

Log:
  - Document multiple vulnerabilities of python38
  - Fix 2 typos in my last commit

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Jul 20 07:52:58 2020	(r542616)
+++ head/security/vuxml/vuln.xml	Mon Jul 20 08:10:53 2020	(r542617)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="a9eeb3a3-ca5e-11ea-930b-080027846a02">
+    <topic>Python -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>python38</name>
+	<range><lt>3.8.4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Python reports:</p>
+	<blockquote cite="https://docs.python.org/3/whatsnew/changelog.html#python-3-8-4-final">;
+	  <p>bpo-41162:Audit hooks are now cleared later during finalization to avoid missing
+	    events.</p>
+	  <p>bpo-29778:Ensure python3.dll is loaded from correct locations when Python is
+	    embedded.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://docs.python.org/3/whatsnew/changelog.html#python-3-8-4-final</url>;
+      <cvename>CVE-2020-15523</cvename>
+    </references>
+    <dates>
+      <discovery>2020-06-29</discovery>
+      <entry>2020-07-20</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1e7b316b-c6a8-11ea-a7d5-001999f8d30b">
     <topic>VirtualBox -- Multiple vulnerabilities</topic>
     <affects>
@@ -610,13 +639,13 @@ Notes:
     <topic>Python -- multiple vulnerabilities</topic>
     <affects>
       <package>
-	<name>ipython37</name>
+	<name>python37</name>
 	<range><lt>3.7.8</lt></range>
       </package>
     </affects>
     <description>
       <body xmlns="http://www.w3.org/1999/xhtml">;
-	<p>Pytrhon reports:</p>
+	<p>Python reports:</p>
 	<blockquote cite="https://docs.python.org/3.7/whatsnew/changelog.html#changelog">;
 	  <p>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.



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