diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-01-15 15:22:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-01-15 15:22:43 +0000 |
commit | f3c23a7592cf1cff2579cc0d177c40c680dfbe52 (patch) | |
tree | b44e4776c5be8a25710fc8637c7af216ca011ce0 | |
parent | Update to 2.0.0.2 (diff) |
- Document h2o -- directory traversal vulnerability
PR: 206193
Notes
Notes:
svn path=/head/; revision=406163
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d61e5a5a757a..86c53490759b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,33 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="6c808811-bb9a-11e5-a65c-485d605f4717"> + <topic>h2o -- directory traversal vulnerability</topic> + <affects> + <package> + <name>h2o</name> + <range><lt>1.6.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Yakuzo OKU reports:</p> + <blockquote cite="http://h2o.examp1e.net/vulnerabilities.html"> + <p>When redirect directive is used, this flaw allows a remote + attacker to inject response headers into an HTTP redirect response.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-1133</cvename> + <url>https://h2o.examp1e.net/vulnerabilities.html</url> + </references> + <dates> + <discovery>2016-01-13</discovery> + <entry>2016-01-15</entry> + </dates> + </vuln> + <vuln vid="dfe0cdc1-baf2-11e5-863a-b499baebfeaf"> <topic>openssh -- information disclosure</topic> <affects> |