blob: 1b6049bceb15ad6c0dfdcc48ce5033944b34594d (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200410-06">
<title>CUPS: Leakage of sensitive information</title>
<synopsis>
CUPS leaks information about user names and passwords when using remote
printing to SMB-shared printers which require authentication.
</synopsis>
<product type="ebuild">cups</product>
<announced>2004-10-09</announced>
<revised count="01">2004-10-09</revised>
<bug>66501</bug>
<access>local</access>
<affected>
<package name="net-print/cups" auto="yes" arch="*">
<unaffected range="rge">1.1.20-r3</unaffected>
<unaffected range="ge">1.1.21-r1</unaffected>
<vulnerable range="le">1.1.20-r2</vulnerable>
<vulnerable range="eq">1.1.21</vulnerable>
</package>
</affected>
<background>
<p>
The Common UNIX Printing System (CUPS) is a cross-platform print spooler.
</p>
</background>
<description>
<p>
When printing to a SMB-shared printer requiring authentication, CUPS leaks
the user name and password to a logfile.
</p>
</description>
<impact type="normal">
<p>
A local user could gain knowledge of sensitive authentication data.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All CUPS users should upgrade to the latest version:
</p>
<code>
# emerge sync
# emerge -pv ">=net-print/cups-1.1.20-r3"
# emerge ">=net-print/cups-1.1.20-r3"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0923">CAN-2004-0923</uri>
</references>
<metadata tag="submitter" timestamp="2004-10-08T18:27:07Z">
vorlon078
</metadata>
<metadata tag="bugReady" timestamp="2004-10-08T21:07:38Z">
koon
</metadata>
</glsa>
|