summaryrefslogtreecommitdiff
blob: 7d85fef74549445a08351e16bec6b2fc35ccccf4 (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
69
70
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200511-07">
  <title>OpenVPN: Multiple vulnerabilities</title>
  <synopsis>
    The OpenVPN client is potentially vulnerable to the execution of arbitrary
    code and the OpenVPN server is vulnerable to a Denial of Service issue.
  </synopsis>
  <product type="ebuild">OpenVPN</product>
  <announced>2005-11-06</announced>
  <revised count="01">2005-11-06</revised>
  <bug>111116</bug>
  <access>remote</access>
  <affected>
    <package name="net-misc/openvpn" auto="yes" arch="*">
      <unaffected range="ge">2.0.4</unaffected>
      <vulnerable range="lt">2.0.4</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    OpenVPN is a multi-platform, full-featured SSL VPN solution.
    </p>
  </background>
  <description>
    <p>
    The OpenVPN client contains a format string bug in the handling of
    the foreign_option in options.c. Furthermore, when the OpenVPN server
    runs in TCP mode, it may dereference a NULL pointer under specific
    error conditions.
    </p>
  </description>
  <impact type="normal">
    <p>
    A remote attacker could setup a malicious OpenVPN server and trick
    the user into connecting to it, potentially executing arbitrary code on
    the client's computer. A remote attacker could also exploit the NULL
    dereference issue by sending specific packets to an OpenVPN server
    running in TCP mode, resulting in a Denial of Service condition.
    </p>
  </impact>
  <workaround>
    <p>
    Do not use "pull" or "client" options in the OpenVPN client
    configuration file, and use UDP mode for the OpenVPN server.
    </p>
  </workaround>
  <resolution>
    <p>
    All OpenVPN users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=net-misc/openvpn-2.0.4"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3393">CVE-2005-3393</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3409">CVE-2005-3409</uri>
    <uri link="https://openvpn.net/changelog.html">OpenVPN changelog</uri>
  </references>
  <metadata tag="requester" timestamp="2005-11-02T12:34:18Z">
    koon
  </metadata>
  <metadata tag="submitter" timestamp="2005-11-04T13:01:51Z">
    koon
  </metadata>
  <metadata tag="bugReady" timestamp="2005-11-06T14:23:34Z">
    koon
  </metadata>
</glsa>