blob: 26840f5c4f0f51debcf65e701e0b2faeb2f194e3 (
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="200712-11">
<title>Portage: Information disclosure</title>
<synopsis>
Portage may disclose sensitive information when updating configuration
files.
</synopsis>
<product type="ebuild">portage</product>
<announced>2007-12-13</announced>
<revised count="01">2007-12-13</revised>
<bug>193589</bug>
<access>local</access>
<affected>
<package name="sys-apps/portage" auto="yes" arch="*">
<unaffected range="ge">2.1.3.11</unaffected>
<vulnerable range="lt">2.1.3.11</vulnerable>
</package>
</affected>
<background>
<p>
Portage is the default Gentoo package management system.
</p>
</background>
<description>
<p>
Mike Frysinger reported that the "etc-update" utility uses temporary
files with the standard umask, which results in the files being
world-readable when merging configuration files in a default setup.
</p>
</description>
<impact type="normal">
<p>
A local attacker could access sensitive information when configuration
files are being merged.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Portage users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=sys-apps/portage-2.1.3.11"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6249">CVE-2007-6249</uri>
</references>
<metadata tag="requester" timestamp="2007-12-10T21:27:57Z">
p-y
</metadata>
<metadata tag="bugReady" timestamp="2007-12-10T21:28:40Z">
p-y
</metadata>
<metadata tag="submitter" timestamp="2007-12-11T22:39:19Z">
p-y
</metadata>
</glsa>
|