diff options
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 3fddb4c25ac3..b4917ef49a1d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |