blob: e7301ff126dba1f0a1eef7b99993c2566d182289 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200611-21">
<title>Kile: Incorrect backup file permission</title>
<synopsis>
Kile uses default permissions for backup files, potentially leading to
information disclosure.
</synopsis>
<product type="ebuild">kile</product>
<announced>2006-11-27</announced>
<revised count="01">2006-11-27</revised>
<bug>155613</bug>
<access>local</access>
<affected>
<package name="app-editors/kile" auto="yes" arch="*">
<unaffected range="ge">1.9.2-r1</unaffected>
<vulnerable range="lt">1.9.2-r1</vulnerable>
</package>
</affected>
<background>
<p>
Kile is a TeX/LaTeX editor for KDE.
</p>
</background>
<description>
<p>
Kile fails to set the same permissions on backup files as on the
original file. This is similar to CVE-2005-1920.
</p>
</description>
<impact type="low">
<p>
A kile user may inadvertently grant access to sensitive information.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Kile users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-editors/kile-1.9.2-r1"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1920">CVE-2005-1920</uri>
</references>
<metadata tag="submitter" timestamp="2006-11-24T10:25:19Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2006-11-27T07:49:07Z">
jaervosz
</metadata>
</glsa>
|