diff options
author | swills <swills@FreeBSD.org> | 2017-10-11 20:54:11 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-10-11 20:54:11 +0800 |
commit | 55dea477f51540e592ea3315ad108a90cbc4b20f (patch) | |
tree | f48e75284a4c6223cf1ffa2272084b0152f62957 /security | |
parent | 566ac2b069309d953319804fe0565e12cf0cbb35 (diff) | |
download | freebsd-ports-gnome-55dea477f51540e592ea3315ad108a90cbc4b20f.tar.gz freebsd-ports-gnome-55dea477f51540e592ea3315ad108a90cbc4b20f.tar.zst freebsd-ports-gnome-55dea477f51540e592ea3315ad108a90cbc4b20f.zip |
Document python issue
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index f17845c3dd9d..77e1d64f57c3 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="9164f51e-ae20-11e7-a633-009c02a2ab30"> + <topic>Python 2.7 -- multiple vulnerabilities</topic> + <affects> + <package> + <name>python27</name> + <range><lt>2.7.14</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Python reports:</p> + <blockquote cite="https://raw.githubusercontent.com/python/cpython/84471935ed2f62b8c5758fd544c7d37076fe0fa5/Misc/NEWS"> + <p>Multiple vulnerabilities have been fixed in Python 2.7.14. Please refer to the CVE list for details.</p> + </blockquote> + </body> + </description> + <references> + <url>https://raw.githubusercontent.com/python/cpython/84471935ed2f62b8c5758fd544c7d37076fe0fa5/Misc/NEWS</url> + <cvename>CVE-2012-0876</cvename> + <cvename>CVE-2016-0718</cvename> + <cvename>CVE-2016-4472</cvename> + <cvename>CVE-2016-5300</cvename> + <cvename>CVE-2016-9063</cvename> + <cvename>CVE-2017-9233</cvename> + </references> + <dates> + <discovery>2017-08-26</discovery> + <entry>2017-10-11</entry> + </dates> + </vuln> + <vuln vid="1257718e-be97-458a-9744-d938b592db42"> <topic>node -- access to unintended files</topic> <affects> |