blob: e947b5cc70faea4f6e8d5f70050cd841e832018d (
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"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200606-02">
<title>shadow: Privilege escalation</title>
<synopsis>
A security issue in shadow allows a local user to perform certain actions
with escalated privileges.
</synopsis>
<product type="ebuild">shadow</product>
<announced>2006-06-07</announced>
<revised count="01">2006-06-07</revised>
<bug>133615</bug>
<access>local</access>
<affected>
<package name="sys-apps/shadow" auto="yes" arch="*">
<unaffected range="ge">4.0.15-r2</unaffected>
<vulnerable range="lt">4.0.15-r2</vulnerable>
</package>
</affected>
<background>
<p>
shadow provides a set of utilities to deal with user accounts.
</p>
</background>
<description>
<p>
When the mailbox is created in useradd, the "open()" function does
not receive the three arguments it expects while O_CREAT is present,
which leads to random permissions on the created file, before fchmod()
is executed.
</p>
</description>
<impact type="normal">
<p>
Depending on the random permissions given to the mailbox file
which is at this time owned by root, a local user may be able to open
this file for reading or writing, or even executing it, maybe as the
root user.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All shadow users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=sys-apps/shadow-4.0.15-r2"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1174">CVE-2006-1174</uri>
</references>
<metadata tag="requester" timestamp="2006-06-01T07:06:38Z">
falco
</metadata>
<metadata tag="submitter" timestamp="2006-06-01T15:23:57Z">
falco
</metadata>
<metadata tag="bugReady" timestamp="2006-06-05T17:20:29Z">
falco
</metadata>
</glsa>
|