Date: Mon, 3 Aug 2015 18:32:15 +0000 Reply-To: scientific-linux-users@listserv.fnal.gov Sender: Security Errata for Scientific LinuxFrom: Connie Sieh Subject: Security ERRATA Moderate: sudo on SL6.x i386/x86_64 MIME-Version: 1.0 Message-ID: <20150803183215.17158.50040@slpackages.fnal.gov> Synopsis: Moderate: sudo security, bug fix, and enhancement update Advisory ID: SLSA-2015:1409-1 Issue Date: 2015-07-22 CVE Numbers: CVE-2014-9680 -- It was discovered that sudo did not perform any checks of the TZ environment variable value. If sudo was configured to preserve the TZ environment variable, a local user with privileges to execute commands via sudo could possibly use this flaw to achieve system state changes not permitted by the configured commands. (CVE-2014-9680) Note: The default sudoers configuration in Scientific Linux 6 removes the TZ variable from the environment in which commands run by sudo are executed. This update also fixes the following bugs: * Previously, the sudo utility child processes could sometimes become unresponsive because they ignored the SIGPIPE signal. With this update, SIGPIPE handler is properly restored in the function that reads passwords from the user, and the child processes no longer ignore SIGPIPE. As a result, sudo child processes do not hang in this situation. * Prior to this update, the order in which sudo rules were processed did not honor the user-defined sudoOrder attribute. Consequently, sudo rules were processed in an undefined order even when the user defined the order in sudoOrder. The implementation of SSSD support in sudo has been modified to sort the rules according to the sudoOrder value, and sudo rules are now sorted in the order defined by the user in sudoOrder. * Previously, sudo became unresponsive after the user issued a command when a sudoers source was mentioned multiple times in the /etc/nsswitch.conf file. The problem occurred when nsswitch.conf contained, for example, the "sudoers: files sss sss" entry. The sudoerssource processing code has been fixed to correctly handle multiple instances of the same sudoers source. As a result, sudo no longer hangs when a sudoers source is mentioned multiple times in /etc/nsswitch.conf. In addition, this update adds the following enhancement: * The sudo utility now supports I/O logs compressed using the zlib library. With this update, sudo can generate zlib compressed I/O logs and also process zlib compressed I/O logs generated by other versions of sudo with zlib support. -- SL6 x86_64 sudo-1.8.6p3-19.el6.x86_64.rpm sudo-debuginfo-1.8.6p3-19.el6.x86_64.rpm sudo-debuginfo-1.8.6p3-19.el6.i686.rpm sudo-devel-1.8.6p3-19.el6.i686.rpm sudo-devel-1.8.6p3-19.el6.x86_64.rpm i386 sudo-1.8.6p3-19.el6.i686.rpm sudo-debuginfo-1.8.6p3-19.el6.i686.rpm sudo-devel-1.8.6p3-19.el6.i686.rpm - Scientific Linux Development Team