You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.8 KiB
61 lines
1.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
|
|
<glsa id="200605-11">
|
|
<title>Ruby: Denial of service</title>
|
|
<synopsis>
|
|
Ruby WEBrick and XMLRPC servers are vulnerable to Denial of Service.
|
|
</synopsis>
|
|
<product type="ebuild">ruby</product>
|
|
<announced>2006-05-10</announced>
|
|
<revised count="01">2006-05-10</revised>
|
|
<bug>130657</bug>
|
|
<access>remote</access>
|
|
<affected>
|
|
<package name="dev-lang/ruby" auto="yes" arch="*">
|
|
<unaffected range="ge">1.8.4-r1</unaffected>
|
|
<vulnerable range="lt">1.8.4-r1</vulnerable>
|
|
</package>
|
|
</affected>
|
|
<background>
|
|
<p>
|
|
Ruby is an interpreted scripting language for quick and easy
|
|
object-oriented programming. It comes bundled with HTTP ("WEBrick") and
|
|
XMLRPC server objects.
|
|
</p>
|
|
</background>
|
|
<description>
|
|
<p>
|
|
Ruby uses blocking sockets for WEBrick and XMLRPC servers.
|
|
</p>
|
|
</description>
|
|
<impact type="normal">
|
|
<p>
|
|
An attacker could send large amounts of data to an affected server
|
|
to block the socket and thus deny other connections to the server.
|
|
</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.4-r1"</code>
|
|
</resolution>
|
|
<references>
|
|
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1931">CVE-2006-1931</uri>
|
|
<uri link="https://www.ruby-lang.org/en/20051224.html">Ruby release announcement</uri>
|
|
</references>
|
|
<metadata tag="submitter" timestamp="2006-05-08T06:23:42Z">
|
|
frilled
|
|
</metadata>
|
|
<metadata tag="bugReady" timestamp="2006-05-08T13:21:34Z">
|
|
koon
|
|
</metadata>
|
|
</glsa>
|