summaryrefslogtreecommitdiff
blob: 51128a8e5df0e6bcc8224f9f4f96d19ae100ed54 (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
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200612-17">
  <title>GNU Radius: Format string vulnerability</title>
  <synopsis>
    A format string vulnerabilty has been found in GNU Radius, which could lead
    to the remote execution of arbitrary code.
  </synopsis>
  <product type="ebuild">gnuradius</product>
  <announced>2006-12-14</announced>
  <revised count="01">2006-12-14</revised>
  <bug>156376</bug>
  <access>remote</access>
  <affected>
    <package name="net-dialup/gnuradius" auto="yes" arch="*">
      <unaffected range="ge">1.4</unaffected>
      <vulnerable range="lt">1.4</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    GNU Radius is a GNU version of Radius, a server for remote user
    authentication and accounting.
    </p>
  </background>
  <description>
    <p>
    A format string vulnerability was found in the sqllog function from the
    SQL accounting code for radiusd. That function is only used if one or
    more of the "postgresql", "mysql" or "odbc" USE flags are enabled,
    which is not the default, except for the "server" 2006.1 and 2007.0
    profiles which enable the "mysql" USE flag.
    </p>
  </description>
  <impact type="high">
    <p>
    An unauthenticated remote attacker could execute arbitrary code with
    the privileges of the user running radiusd, which may be the root user.
    It is important to note that there is no default GNU Radius user for
    Gentoo systems because no init script is provided with the package.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All GNU Radius users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=net-dialup/gnuradius-1.4"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4181">CVE-2006-4181</uri>
  </references>
  <metadata tag="requester" timestamp="2006-12-11T16:15:45Z">
    jaervosz
  </metadata>
  <metadata tag="bugReady" timestamp="2006-12-11T20:51:18Z">
    jaervosz
  </metadata>
  <metadata tag="submitter" timestamp="2006-12-11T22:14:11Z">
    falco
  </metadata>
</glsa>