blob: 83e1d67a8c191b5a930a293be6f0e07a469cc27c (
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
67
68
69
70
71
72
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200501-21">
<title>HylaFAX: hfaxd unauthorized login vulnerability</title>
<synopsis>
HylaFAX is subject to a vulnerability in its username matching code,
potentially allowing remote users to bypass access control lists.
</synopsis>
<product type="ebuild">HylaFAX</product>
<announced>2005-01-11</announced>
<revised count="01">2005-01-11</revised>
<bug>75941</bug>
<access>remote</access>
<affected>
<package name="net-misc/hylafax" auto="yes" arch="*">
<unaffected range="ge">4.2.0-r2</unaffected>
<vulnerable range="lt">4.2.0-r2</vulnerable>
</package>
</affected>
<background>
<p>
HylaFAX is a software package for sending and receiving facsimile
messages.
</p>
</background>
<description>
<p>
The code used by hfaxd to match a given username and hostname with
an entry in the hosts.hfaxd file is insufficiently protected against
malicious entries.
</p>
</description>
<impact type="normal">
<p>
If the HylaFAX installation uses a weak hosts.hfaxd file, a remote
attacker could authenticate using a malicious username or hostname and
bypass the intended access restrictions.
</p>
</impact>
<workaround>
<p>
As a workaround, administrators may consider adding passwords to
all entries in the hosts.hfaxd file.
</p>
</workaround>
<resolution>
<p>
All HylaFAX users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/hylafax-4.2.0-r2"</code>
<p>
Note: Due to heightened security, weak entries in the
hosts.hfaxd file may no longer work. Please see the HylaFAX
documentation for details of accepted syntax in the hosts.hfaxd file.
</p>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1182">CAN-2004-1182</uri>
<uri link="http://marc.theaimsgroup.com/?l=hylafax&m=110545119911558&w=2">HylaFAX Announcement</uri>
</references>
<metadata tag="requester" timestamp="2005-01-10T09:56:02Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2005-01-10T13:48:18Z">
koon
</metadata>
<metadata tag="bugReady" timestamp="2005-01-11T16:16:35Z">
koon
</metadata>
</glsa>
|