summaryrefslogtreecommitdiff
blob: d7e74aa3af6b327bf2da6f28895e9ee445debb91 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200311-08">
  <title>Libnids: remote code execution vulnerability</title>
  <synopsis>
    Libnids contains a bug which could allow remote code execution.
  </synopsis>
  <product type="ebuild">Libnids</product>
  <announced>2003-11-22</announced>
  <revised count="01">2003-11-22</revised>
  <bug>32724</bug>
  <access>remote</access>
  <affected>
    <package name="net-libs/libnids" auto="yes" arch="*">
      <unaffected range="ge">1.18</unaffected>
      <vulnerable range="le">1.17</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Libnids is a component of a network intrusion detection system.
    </p>
  </background>
  <description>
    <p>
    There is a bug in the part of libnids code responsible for TCP reassembly.
    The flaw probably allows remote code execution.
    </p>
  </description>
  <impact type="normal">
    <p>
    A remote attacker could possibly execute arbitrary code.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    It is recommended that all Gentoo Linux users who are running
    net-libs/libnids update their systems as follows:
    </p>
    <code>
    # emerge sync
    # emerge -pv '&gt;=net-libs/libnids-1.18'
    # emerge '&gt;=net-libs/libnids-1.18'
    # emerge clean</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0850">CAN-2003-0850</uri>
  </references>
</glsa>