diff options
author | Wen Heping <wen@FreeBSD.org> | 2020-07-31 13:57:36 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2020-07-31 13:57:36 +0000 |
commit | dcfdc903b31725c3adc279f11b5a77dc2cf07b22 (patch) | |
tree | bbbe10c57af70b458ccc5b69103ec96a369506ee | |
parent | 4bcc679727d0dd29446daed5ec373cdbfe6bb595 (diff) | |
download | ports-dcfdc903b31725c3adc279f11b5a77dc2cf07b22.tar.gz ports-dcfdc903b31725c3adc279f11b5a77dc2cf07b22.zip |
- Document python38 multiple vulnerabilities
Notes
Notes:
svn path=/head/; revision=543865
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 3d25ddc60fa5..58e2c158c12d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |