diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2014-09-16 17:35:34 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2014-09-16 17:35:34 +0000 |
commit | dc7dfebbe6645ffb16d7b5e6c39f0b51a955b39e (patch) | |
tree | 146de4ef43367c73f407a6ad6c88d8339ffd456c | |
parent | 30bc58b1f20bf7625670d8f12a72420f0c4ac600 (diff) |
Notes
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index f4d71f971c3c..a9f40692828b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,38 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="77b784bb-3dc6-11e4-b191-f0def16c5c1b"> + <topic>nginx -- inject commands into SSL session vulnerability</topic> + <affects> + <package> + <name>nginx</name> + <range><ge>0.6.0</ge><lt>1.6.2,2</lt></range> + </package> + <package> + <name>nginx-devel</name> + <range><ge>0.5.6</ge><lt>1.7.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The nginx project reports:</p> + <blockquote cite="http://mailman.nginx.org/pipermail/nginx-announce/2014/000147.html"> + <p>Security: it was possible to reuse SSL sessions in unrelated contexts + if a shared SSL session cache or the same TLS session ticket key was + used for multiple "server" blocks (CVE-2014-3616).</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2014-3616</cvename> + <url>http://mailman.nginx.org/pipermail/nginx-announce/2014/000147.html</url> + </references> + <dates> + <discovery>2014-09-16</discovery> + <entry>2014-09-16</entry> + </dates> + </vuln> + <vuln vid="cc627e6c-3b89-11e4-b629-6805ca0b3d42"> <topic>phpMyAdmin -- XSRF/CSRF due to DOM based XSS in the micro history feature</topic> <affects> |