1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200601-03 / hylafax |
| Release Date | January 06, 2006 |
| Latest Revision | January 06, 2006: 01 |
| Impact | high |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| net-misc/hylafax | < 4.2.3-r1 | >= 4.2.3-r1 | All supported architectures |
Related bugreports: #116389
HylaFAX is vulnerable to arbitrary code execution and unauthorized access vulnerabilities.
HylaFAX is an enterprise-class system for sending and receiving facsimile messages and for sending alpha-numeric pages.
Patrice Fournier discovered that HylaFAX runs the notify script on untrusted user input. Furthermore, users can log in without a password when HylaFAX is installed with the pam USE-flag disabled.
An attacker could exploit the input validation vulnerability to run arbitrary code as the user running HylaFAX, which is usually uucp. The password vulnerability could be exploited to log in without proper user credentials.
There is no known workaround at this time.
All HylaFAX users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=net-misc/hylafax-4.2.3-r1" |