svn commit: r543865 - head/security/vuxml
Wen Heping
wen at FreeBSD.org
Fri Jul 31 13:57:37 UTC 2020
Author: wen
Date: Fri Jul 31 13:57:36 2020
New Revision: 543865
URL: https://svnweb.freebsd.org/changeset/ports/543865
Log:
- Document python38 multiple vulnerabilities
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Fri Jul 31 13:35:38 2020 (r543864)
+++ head/security/vuxml/vuln.xml Fri Jul 31 13:57:36 2020 (r543865)
@@ -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="7d7221ee-d334-11ea-bc50-080027846a02">
+ <topic>Python -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>python38</name>
+ <range><lt>3.8.5</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-5-final">
+ <p>bpo-41304: Fixes python3x._pth being ignored on Windows, caused by the fix for
+ bpo-29778 (CVE-2020-15801).</p>
+ <p>bpo-39603: Prevent http header injection by rejecting control characters in
+ http.client.putreques().</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://docs.python.org/3/whatsnew/changelog.html#python-3-8-5-final</url>
+ <cvename>CVE-2020-15801</cvename>
+ </references>
+ <dates>
+ <discovery>2020-02-11</discovery>
+ <entry>2020-07-31</entry>
+ </dates>
+ </vuln>
+
<vuln vid="d1ef1138-d273-11ea-a757-e0d55e2a8bf9">
<topic>ark -- directory traversal</topic>
<affects>
More information about the svn-ports-head
mailing list