DavFS2 installs "/usr/sbin/mount.davfs" as setuid root. This utility
uses "system()" to call "/sbin/modprobe".
While the call to "modprobe" itself cannot be manipulated, a local
authenticated user can set the "MODPROBE_OPTIONS" environment variable
to pass a user controlled path, allowing the loading of an arbitrary
kernel module.
[ 1 ] CVE-2013-4362 http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4362
This GLSA and any updates to it are available for viewing at
the Gentoo Security Website:
https://security.gentoo.org/glsa/201612-02
style>.gentoo_availability{display:block;}
Security is a primary focus of Gentoo Linux and ensuring the confidentiality and security of our users' machines is of utmost importance to us. Any security concerns should be addressed to security@gentoo.org or alternatively, you may file a bug at https://bugs.gentoo.org.
Get the latest Linux and open source security news straight to your inbox.
The system administrator should ensure that all modules the
"mount.davfs" utility tries to load are loaded upon system boot before
any local user can call the utility.
An additional defense measure can be implemented by enabling the Linux
kernel module signing feature. This assists in the prevention of
arbitrary modules being loaded.