1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200903-39 / pam_krb5 |
| Release Date | March 25, 2009 |
| Latest Revision | March 25, 2009: 01 |
| Impact | high |
| Exploitable | local |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| sys-auth/pam_krb5 | < 3.12 | >= 3.12 | All supported architectures |
Related bugreports: #257075
Two vulnerabilities in pam_krb5 might allow local users to elevate their privileges or overwrite arbitrary files.
pam_krb5 is a a Kerberos v5 PAM module.
The following vulnerabilities were discovered:
A local attacker could set an environment variable to point to a specially crafted Kerberos configuration file and launch a PAM-based setuid application to elevate privileges, or change ownership and overwrite arbitrary files.
There is no known workaround at this time.
All pam_krb5 users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=sys-auth/pam_krb5-3.12" |