diff options
author | stas <stas@FreeBSD.org> | 2008-06-21 19:24:53 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-06-21 19:24:53 +0800 |
commit | 91c1370e6ae11d881c5befe9afde072e37dc5df8 (patch) | |
tree | 9141a016ac7236fb7e6798dfd2891edf446c3d0f /security | |
parent | cf25fc0366e08c0b76f16691a7847078dc5bd1a2 (diff) | |
download | freebsd-ports-gnome-91c1370e6ae11d881c5befe9afde072e37dc5df8.tar.gz freebsd-ports-gnome-91c1370e6ae11d881c5befe9afde072e37dc5df8.tar.zst freebsd-ports-gnome-91c1370e6ae11d881c5befe9afde072e37dc5df8.zip |
- Document recent ruby vulnerabilities.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5ec2b93d606e..7e0f9ea4e4c6 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,40 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="53802164-3f7e-11dd-90ea-0019666436c2"> + <topic>ruby -- multiple integer and buffer overflow vulnerabilities</topic> + <affects> + <package> + <name>ruby</name> + <name>ruby+pthreads</name> + <name>ruby+pthreads+oniguruma</name> + <name>ruby+oniguruma</name> + <range><ge>1.8.*,1</ge><lt>1.8.6.111_3,1</lt></range> + </package> + <package> + <name>ruby_static</name> + <range><ge>1.8.*,1</ge></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The official ruby site reports:</p> + <blockquote cite="http://www.ruby-lang.org/en/news/2008/06/20/arbitrary-code-execution-vulnerabilities/"> + <p>Multiple vulnerabilities in Ruby may lead to a denial of service + (DoS) condition or allow execution of arbitrary code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2008-2726</cvename> + <url>http://www.ruby-lang.org/en/news/2008/06/20/arbitrary-code-execution-vulnerabilities/</url> + </references> + <dates> + <discovery>2008-06-19</discovery> + <entry>2008-06-21</entry> + </dates> + </vuln> + <vuln vid="168190df-3e9a-11dd-87bc-000ea69a5213"> <topic>fetchmail -- potential crash in -v -v verbose mode</topic> <affects> |