blob: 42c49602b94fbbe67cd34658ebf37da8ab3a2bad (
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
64
65
66
|
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200711-02">
<title>OpenSSH: Security bypass</title>
<synopsis>
A flaw has been discovered in OpenSSH which could allow a local attacker to
bypass security restrictions.
</synopsis>
<product type="ebuild">openssh</product>
<announced>November 01, 2007</announced>
<revised>November 01, 2007: 01</revised>
<bug>191321</bug>
<access>remote</access>
<affected>
<package name="net-misc/openssh" auto="yes" arch="*">
<unaffected range="ge">4.7</unaffected>
<vulnerable range="lt">4.7</vulnerable>
</package>
</affected>
<background>
<p>
OpenSSH is a complete SSH protocol implementation that includes an SFTP
client and server support.
</p>
</background>
<description>
<p>
Jan Pechanec discovered that OpenSSH uses a trusted X11 cookie when it
cannot create an untrusted one.
</p>
</description>
<impact type="low">
<p>
An attacker could bypass the SSH client security policy and gain
privileges by causing an X client to be treated as trusted.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All OpenSSH users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/openssh-4.7"</code>
</resolution>
<references>
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4752">CVE-2007-4752</uri>
</references>
<metadata tag="requester" timestamp="Tue, 25 Sep 2007 19:38:10 +0000">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="Tue, 25 Sep 2007 19:38:18 +0000">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="Fri, 28 Sep 2007 12:20:41 +0000">
p-y
</metadata>
</glsa>
|