summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-200611-12.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /metadata/glsa/glsa-200611-12.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'metadata/glsa/glsa-200611-12.xml')
-rw-r--r--metadata/glsa/glsa-200611-12.xml63
1 files changed, 63 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200611-12.xml b/metadata/glsa/glsa-200611-12.xml
new file mode 100644
index 000000000000..d1fe6d22d0cb
--- /dev/null
+++ b/metadata/glsa/glsa-200611-12.xml
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!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>2006-11-20</announced>
+ <revised>2009-06-11: 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 "&gt;=dev-lang/ruby-1.8.5-r3"</code>
+ </resolution>
+ <references>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5467">CVE-2006-5467</uri>
+ </references>
+ <metadata tag="submitter" timestamp="2006-11-10T13:03:41Z">
+ aetius
+ </metadata>
+ <metadata tag="bugReady" timestamp="2006-11-15T21:17:28Z">
+ vorlon
+ </metadata>
+</glsa>