summaryrefslogtreecommitdiff
blob: 87e63da0de740a658943b1874619395d3f015288 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200502-05">
  <title>Newspost: Buffer overflow vulnerability</title>
  <synopsis>
    A buffer overflow can be exploited to crash Newspost remotely and
    potentially execute arbitrary code.
  </synopsis>
  <product type="ebuild">newspost</product>
  <announced>2005-02-03</announced>
  <revised count="02">2005-02-21</revised>
  <bug>78530</bug>
  <access>remote</access>
  <affected>
    <package name="net-nntp/newspost" auto="yes" arch="*">
      <unaffected range="rge">2.0-r1</unaffected>
      <unaffected range="ge">2.1.1-r1</unaffected>
      <vulnerable range="lt">2.1.1-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Newspost is a Usenet News binary autoposter.
    </p>
  </background>
  <description>
    <p>
    Niels Heinen has discovered a buffer overflow in the socket_getline()
    function of Newspost, which can be triggered by providing long strings
    that do not end with a newline character.
    </p>
  </description>
  <impact type="normal">
    <p>
    A remote attacker could setup a malicious NNTP server and entice a
    Newspost user to post to it, leading to the crash of the Newspost
    process and potentially the execution of arbitrary code with the rights
    of the Newspost user.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Newspost users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=net-nntp/newspost-2.0-r1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0101">CAN-2005-0101</uri>
  </references>
  <metadata tag="submitter" timestamp="2005-02-02T15:47:51Z">
    DerCorny
  </metadata>
  <metadata tag="bugReady" timestamp="2005-02-02T17:29:13Z">
    lewk
  </metadata>
</glsa>