summaryrefslogtreecommitdiff
blob: b47d2d57cf41de713805a792c8a0c3ddbe38e920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?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>2006-05-10: 01</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 "&gt;=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>