diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2013-06-01 08:08:56 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2013-06-01 08:08:56 +0000 |
commit | 51baf2cb66e5eff632f12eef578784d04cbf02b1 (patch) | |
tree | 5b231a60e0476d97c9abec7475e29051ed6ab461 /security | |
parent | 2638fc35119cb772e320dc7d6d1f6e2b23487a36 (diff) | |
download | ports-51baf2cb66e5eff632f12eef578784d04cbf02b1.tar.gz ports-51baf2cb66e5eff632f12eef578784d04cbf02b1.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index cd1048a89331..b18867c28f44 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,32 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1225549f-ca91-11e2-b3b8-f0def16c5c1b"> + <topic>passenger -- security vulnerability</topic> + <affects> + <package> + <name>rubygem-passenger</name> + <range><lt>4.0.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Phusion reports:</p> + <blockquote cite="http://blog.phusion.nl/2013/05/29/phusion-passenger-4-0-5-released/"> + <p>A denial of service and arbitrary code execution by hijacking temp files. [CVE-2013-2119]</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2013-2119</cvename> + <url>http://blog.phusion.nl/2013/05/29/phusion-passenger-4-0-5-released/</url> + </references> + <dates> + <discovery>2013-05-29</discovery> + <entry>2013-06-01</entry> + </dates> + </vuln> + <vuln vid="ce502902-ca39-11e2-9673-001e8c75030d"> <topic>devel/subversion -- svnserve remotely triggerable DoS</topic> <affects> |