Date: Thu, 30 Jun 2016 21:08:43 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417843 - head/security/vuxml Message-ID: <201606302108.u5UL8h9H029515@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Thu Jun 30 21:08:43 2016 New Revision: 417843 URL: https://svnweb.freebsd.org/changeset/ports/417843 Log: Document python vulnerability PR: 210541 Security: CVE-2016-5699 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jun 30 20:52:39 2016 (r417842) +++ head/security/vuxml/vuln.xml Thu Jun 30 21:08:43 2016 (r417843) @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="a61374fc-3a4d-11e6-a671-60a44ce6887b"> + <topic>Python -- HTTP Header Injection in Python urllib</topic> + <affects> + <package> + <name>python33</name> + <range><lt>3.3.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Guido Vranken reports:</p> + <blockquote cite="https://bugs.python.org/issue22928"> + <p>HTTP header injection in urrlib2/urllib/httplib/http.client with + newlines in header values, where newlines have a semantic consequence of + denoting the start of an additional header line.</p> + </blockquote> + </body> + </description> + <references> + <url>https://bugs.python.org/issue22928</url> + <url>http://blog.blindspotsecurity.com/2016/06/advisory-http-header-injection-in.html</url> + <url>http://www.openwall.com/lists/oss-security/2016/06/14/7</url> + <cvename>CVE-2016-5699</cvename> + </references> + <dates> + <discovery>2014-11-24</discovery> + <entry>2016-06-30</entry> + </dates> + </vuln> + <vuln vid="0ca24682-3f03-11e6-b3c8-14dae9d210b8"> <topic>openssl -- denial of service</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606302108.u5UL8h9H029515>