blob: 708892c06c2250d4e83bf9af853bbb7c6ad6f280 (
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="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>2007-11-01</announced>
<revised>2007-11-01: 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="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4752">CVE-2007-4752</uri>
</references>
<metadata tag="requester" timestamp="2007-09-25T19:38:10Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2007-09-25T19:38:18Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2007-09-28T12:20:41Z">
p-y
</metadata>
</glsa>
|