util-linux: Arbitrary code execution A vulnerability was discovered in util-linux, which could potentially lead to the execution of arbitrary code. util-linux 2016-12-06 2016-12-06 530844 local 2.26 2.26

util-linux is a suite of Linux programs including mount and umount, programs used to mount and unmount filesystems.

A command injection flaw was discovered in util-linux’s “blkid” utility. It uses caching files (/dev/.blkid.tab or /run/blkid/blkid.tab) to store info about the UUID, LABEL etc. it finds on certain devices. However, it does not strip ‘”’ character, so it can be confused to build variable names containing shell metacharacters, which it would usually encode inside the value.

A local attacker could create a specially crafted partition label containing arbitrary code which would get executed when the “blkid” utility processes that value.

There is no known workaround at this time.

All util-linux users should upgrade to the latest version:

# emerge --sync # emerge --ask --oneshot --verbose ">=sys-apps/util-linux-2.26"
CVE-2014-9114 whissi whissi