diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-02-28 01:46:41 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-02-28 01:46:41 +0000 |
commit | ea9f3c8d6fe3f37ed9c726ca1bdfdc975da6acce (patch) | |
tree | 902e9ac27fc7476dd4135e47a387a09fce1514f1 /security | |
parent | c9a0e500302ab98150ce6ddfb618c6c28058102e (diff) |
- Update to 0.9.14 to fix CVE-2013-1756
Security: aa7764af-0b5e-4ddc-bc65-38ad697a484f
Notes
Notes:
svn path=/head/; revision=313076
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 48891aefe023..df5818daae8b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,37 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="aa7764af-0b5e-4ddc-bc65-38ad697a484f"> + <topic>rubygem-dragonfly -- arbitrary code execution</topic> + <affects> + <package> + <name>rubygem18-dragonfly</name> + <name>rubygem19-dragonfly</name> + <name>rubygem20-dragonfly</name> + <range><lt>0.9.14</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Mark Evans reports:</p> + <blockquote cite="https://groups.google.com/forum/?fromgroups=#!topic/dragonfly-users/3c3WIU3VQTo"> + <p>Unfortunately there is a security vulnerability in Dragonfly when + used with Rails which would potentially allow an attacker to run + arbitrary code on a host machine using carefully crafted + requests. + </p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2013-1756</cvename> + </references> + <dates> + <discovery>2013-02-19</discovery> + <entry>2013-02-28</entry> + </dates> + </vuln> + <vuln vid="dbdac023-80e1-11e2-9a29-001060e06fd4"> <topic>linux-flashplugin -- multiple vulnerabilities</topic> <affects> |