diff options
author | Wen Heping <wen@FreeBSD.org> | 2020-07-20 16:10:53 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2020-07-20 16:10:53 +0800 |
commit | 075246373122f0baa57b61478eb54a771e251d94 (patch) | |
tree | 1981671c0ccb7e43bc4da3842c12b160a5701ef9 /security | |
parent | 5249457bddf8a9a263f04b44fcf119d215196e99 (diff) | |
download | freebsd-ports-gnome-075246373122f0baa57b61478eb54a771e251d94.tar.gz freebsd-ports-gnome-075246373122f0baa57b61478eb54a771e251d94.tar.zst freebsd-ports-gnome-075246373122f0baa57b61478eb54a771e251d94.zip |
- Document multiple vulnerabilities of python38
- Fix 2 typos in my last commit
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index bda22983ef44..49262364f882 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="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. |