blob: fb68a508cf58aa745a6a949ca1ab84163b24d9e1 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201210-03">
<title>rdesktop: Directory Traversal</title>
<synopsis>A vulnerability which allows a remote attacking server to read or
overwrite arbitrary files has been found in rdesktop.
</synopsis>
<product type="ebuild">rdesktop</product>
<announced>2012-10-18</announced>
<revised count="1">2012-10-18</revised>
<bug>364191</bug>
<access>remote</access>
<affected>
<package name="net-misc/rdesktop" auto="yes" arch="*">
<unaffected range="ge">1.7.0</unaffected>
<vulnerable range="lt">1.7.0</vulnerable>
</package>
</affected>
<background>
<p>rdesktop is a Remote Desktop Protocol (RDP) Client.</p>
</background>
<description>
<p>A vulnerability has been discovered in rdesktop. Please review the CVE
identifier referenced below for details.
</p>
</description>
<impact type="normal">
<p>Remote RDP servers may be able to read or overwrite arbitrary files via
a .. (dot dot) in a pathname.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All rdesktop users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/rdesktop-1.7.0"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1595">CVE-2011-1595</uri>
</references>
<metadata tag="requester" timestamp="2011-10-07T23:37:09Z">
underling
</metadata>
<metadata tag="submitter" timestamp="2012-10-18T20:47:56Z">craig</metadata>
</glsa>
|