diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200611-12.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200611-12.xml')
-rw-r--r-- | glsa-200611-12.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/glsa-200611-12.xml b/glsa-200611-12.xml new file mode 100644 index 00000000..d6cc4d80 --- /dev/null +++ b/glsa-200611-12.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200611-12"> + <title>Ruby: Denial of Service vulnerability</title> + <synopsis> + The Ruby cgi.rb CGI library is vulnerable to a Denial of Service attack. + </synopsis> + <product type="ebuild">ruby</product> + <announced>November 20, 2006</announced> + <revised>June 11, 2009: 02</revised> + <bug>153497</bug> + <access>remote</access> + <affected> + <package name="dev-lang/ruby" auto="yes" arch="*"> + <unaffected range="ge">1.8.5-r3</unaffected> + <vulnerable range="lt">1.8.5-r3</vulnerable> + </package> + </affected> + <background> + <p> + Ruby is a dynamic, open source programming language with a focus on + simplicity and productivity. + </p> + </background> + <description> + <p> + Zed Shaw, Jeremy Kemper, and Jamis Buck of the Mongrel project reported + that the CGI library shipped with Ruby is vulnerable to a remote Denial + of Service by an unauthenticated user. + </p> + </description> + <impact type="normal"> + <p> + The vulnerability can be exploited by sending the cgi.rb library an + HTTP request with multipart MIME encoding that contains a malformed + MIME boundary specifier beginning with "-" instead of "--". Successful + exploitation of the vulnerability causes the library to go into an + infinite loop waiting for additional nonexistent input. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Ruby users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-lang/ruby-1.8.5-r3"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5467">CVE-2006-5467</uri> + </references> + <metadata tag="submitter" timestamp="Fri, 10 Nov 2006 13:03:41 +0000"> + aetius + </metadata> + <metadata tag="bugReady" timestamp="Wed, 15 Nov 2006 21:17:28 +0000"> + vorlon + </metadata> +</glsa> |