blob: 0b10e3313acecb109bd57a42eea07afcafbb73f6 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201703-03">
<title>PuTTY: Buffer overflow </title>
<synopsis>A buffer overflow in PuTTY might allow remote attackers to execute
arbitrary code or cause a denial of service.
</synopsis>
<product type="ebuild">PuTTY</product>
<announced>2017-03-19</announced>
<revised count="1">2017-03-19</revised>
<bug>610552</bug>
<access>remote</access>
<affected>
<package name="net-misc/putty" auto="yes" arch="*">
<unaffected range="ge">0.68</unaffected>
<vulnerable range="lt">0.68</vulnerable>
</package>
</affected>
<background>
<p>PuTTY is a free implementation of Telnet and SSH for Windows and Unix
platforms, along with an xterm terminal emulator.
</p>
</background>
<description>
<p>A heap-corrupting buffer overflow bug in the ssh_agent_channel_data
function of PuTTY was found.
</p>
</description>
<impact type="normal">
<p>A remote attacker, utilizing the SSH agent forwarding of an SSH server,
could execute arbitrary code with the privileges of the user running the
client or cause a Denial of Service condition.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All PuTTY users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/putty-0.68"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-6542">CVE-2017-6542</uri>
</references>
<metadata tag="requester" timestamp="2017-03-07T21:53:38Z">BlueKnight</metadata>
<metadata tag="submitter" timestamp="2017-03-19T18:47:02Z">BlueKnight</metadata>
</glsa>
|