GLSA Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 12 May 2004 Posts: 2663
|
Posted: Thu Oct 18, 2007 8:26 pm Post subject: [ GLSA 200710-18 ] util-linux: Local privilege escalation |
|
|
Gentoo Linux Security Advisory
Title: util-linux: Local privilege escalation (GLSA 200710-18)
Severity: high
Exploitable: local
Date: October 18, 2007
Bug(s): #195390
ID: 200710-18
Synopsis
The mount and umount programs might allow local attackers to gain root privileges.
Background
util-linux is a suite of Linux programs including mount and umount, programs used to mount and unmount filesystems.
Affected Packages
Package: sys-apps/util-linux
Vulnerable: < 2.12r-r8
Unaffected: >= 2.12r-r8
Architectures: All supported architectures
Description
Ludwig Nussel discovered that the check_special_mountprog() and check_special_umountprog() functions call setuid() and setgid() in the wrong order and do not check the return values, which can lead to privileges being dropped improperly.
Impact
A local attacker may be able to exploit this vulnerability by using mount helpers such as the mount.nfs program to gain root privileges and run arbitrary commands.
Workaround
There is no known workaround at this time.
Resolution
All util-linux users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=sys-apps/util-linux-2.12r-r8" |
References
CVE-2007-5191 |
|