blob: ed3b8529df24b3f0a545f2f1d2804d2960da166d (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201401-24">
<title>INN: Man-in-the-middle attack</title>
<synopsis>A vulnerability in INN's STARTTLS implementation could allow a
remote attacker to conduct a man-in-the-middle attack.
</synopsis>
<product type="ebuild">inn</product>
<announced>January 21, 2014</announced>
<revised>January 21, 2014: 1</revised>
<bug>432002</bug>
<access>remote</access>
<affected>
<package name="net-nntp/inn" auto="yes" arch="*">
<unaffected range="ge">2.5.3</unaffected>
<vulnerable range="lt">2.5.3</vulnerable>
</package>
</affected>
<background>
<p>INN is a news server which can interface with Usenet.</p>
</background>
<description>
<p>INN’s I/O buffering is not correctly restricted.</p>
</description>
<impact type="low">
<p>A remote attacker could inject commands into encrypted NNTP sessions.</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All INN users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-nntp/inn-2.5.3"
</code>
</resolution>
<references>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-3523">CVE-2012-3523</uri>
</references>
<metadata tag="requester" timestamp="Sun, 16 Dec 2012 21:56:39 +0000">craig</metadata>
<metadata tag="submitter" timestamp="Tue, 21 Jan 2014 20:26:02 +0000">
creffett
</metadata>
</glsa>
|