Linux Kernel: Multiple information leaks — GLSA 200408-24 Multiple information leaks have been found in the Linux kernel, allowing an attacker to obtain sensitive data which may be used for further exploitation of the system. Affected packages Package sys-kernel/aa-sources on all architectures Affected versions < 2.6.5-r5 Unaffected versions revision >= 2.4.23-r2 >= 2.6.5-r5 Package sys-kernel/alpha-sources on all architectures Affected versions < 2.4.21-r12 Unaffected versions >= 2.4.21-r12 Package sys-kernel/ck-sources on all architectures Affected versions < 2.6.7-r5 Unaffected versions revision >= 2.4.26-r1 >= 2.6.7-r5 Package sys-kernel/development-sources on all architectures Affected versions < 2.6.8 Unaffected versions >= 2.6.8 Package sys-kernel/gentoo-dev-sources on all architectures Affected versions < 2.6.7-r12 Unaffected versions >= 2.6.7-r12 Package sys-kernel/gentoo-sources on all architectures Affected versions < 2.4.26-r9 Unaffected versions revision >= 2.4.19-r22 revision >= 2.4.20-r25 revision >= 2.4.22-r16 revision >= 2.4.25-r9 >= 2.4.26-r9 Package sys-kernel/grsec-sources on all architectures Affected versions < 2.4.27.2.0.1-r1 Unaffected versions >= 2.4.27.2.0.1-r1 Package sys-kernel/gs-sources on all architectures Affected versions < 2.4.25_pre7-r11 Unaffected versions >= 2.4.25_pre7-r11 Package sys-kernel/hardened-dev-sources on all architectures Affected versions < 2.6.7-r7 Unaffected versions >= 2.6.7-r7 Package sys-kernel/hardened-sources on all architectures Affected versions < 2.4.27-r1 Unaffected versions >= 2.4.27-r1 Package sys-kernel/hppa-dev-sources on all architectures Affected versions < 2.6.7_p14-r1 Unaffected versions >= 2.6.7_p14-r1 Package sys-kernel/hppa-sources on all architectures Affected versions < 2.4.26_p7-r1 Unaffected versions >= 2.4.26_p7-r1 Package sys-kernel/ia64-sources on all architectures Affected versions < 2.4.24-r10 Unaffected versions >= 2.4.24-r10 Package sys-kernel/mips-sources on all architectures Affected versions < 2.6.6-r8 Unaffected versions revision >= 2.4.25-r8 revision >= 2.4.26-r8 revision >= 2.6.4-r8 revision >= 2.6.6-r8 >= 2.6.7-r5 Package sys-kernel/mm-sources on all architectures Affected versions < 2.6.8_rc4-r1 Unaffected versions >= 2.6.8_rc4-r1 Package sys-kernel/openmosix-sources on all architectures Affected versions < 2.4.24-r4 Unaffected versions >= 2.4.24-r4 Package sys-kernel/pac-sources on all architectures Affected versions < 2.4.23-r12 Unaffected versions >= 2.4.23-r12 Package sys-kernel/pegasos-dev-sources on all architectures Affected versions < 2.6.8 Unaffected versions >= 2.6.8 Package sys-kernel/rsbac-sources on all architectures Affected versions < 2.4.26-r5 Unaffected versions >= 2.4.26-r5 Package sys-kernel/rsbac-dev-sources on all architectures Affected versions < 2.6.7-r5 Unaffected versions >= 2.6.7-r5 Package sys-kernel/selinux-sources on all architectures Affected versions < 2.4.26-r3 Unaffected versions >= 2.4.26-r3 Package sys-kernel/sparc-sources on all architectures Affected versions < 2.4.27-r1 Unaffected versions >= 2.4.27-r1 Package sys-kernel/uclinux-sources on all architectures Affected versions < 2.6.7_p0-r5 Unaffected versions revision >= 2.4.26_p0-r6 >= 2.6.7_p0-r5 Package sys-kernel/usermode-sources on all architectures Affected versions < 2.6.6-r6 Unaffected versions revision >= 2.4.24-r9 revision >= 2.4.26-r6 >= 2.6.6-r6 Package sys-kernel/vanilla-sources on all architectures Affected versions < 2.4.27 Unaffected versions >= 2.4.27 Package sys-kernel/vserver-sources on all architectures Affected versions < 2.4.26.1.28-r4 < 2.0 >= 2.4 Unaffected versions >= 2.0 Package sys-kernel/win4lin-sources on all architectures Affected versions < 2.6.7-r5 Unaffected versions revision >= 2.4.26-r6 >= 2.6.7-r2 Package sys-kernel/wolk-sources on all architectures Affected versions < 4.14-r7 Unaffected versions revision >= 4.9-r14 revision >= 4.11-r10 >= 4.14-r7 Package sys-kernel/xbox-sources on all architectures Affected versions < 2.6.7-r5 Unaffected versions revision >= 2.4.27-r1 >= 2.6.7-r5 Background The Linux kernel is responsible for managing the core aspects of a GNU/Linux system, providing an interface for core system applications as well as providing the essential structure and capability to access hardware that is needed for a running system. Description The Linux kernel allows a local attacker to obtain sensitive kernel information by gaining access to kernel memory via several leaks in the /proc interfaces. These vulnerabilities exist in various drivers which make up a working Linux kernel, some of which are present across all architectures and configurations. CAN-2004-0415 deals with addressing invalid 32 to 64 bit conversions in the kernel, as well as insecure direct access to file offset pointers in kernel code which can be modified by the open(...), lseek(...) and other core system I/O functions by an attacker. CAN-2004-0685 deals with certain USB drivers using uninitialized structures and then using the copy_to_user(...) kernel call to copy these structures. This may leak uninitialized kernel memory, which can contain sensitive information from user applications. Finally, a race condition with the /proc/.../cmdline node was found, allowing environment variables to be read while the process was still spawning. If the race is won, environment variables of the process, which might not be owned by the attacker, can be read. Impact These vulnerabilities allow a local unprivileged attacker to access segments of kernel memory or environment variables which may contain sensitive information. Kernel memory may contain passwords, data transferred between processes and any memory which applications did not clear upon exiting as well as the kernel cache and kernel buffers. This information may be used to read sensitive data, open other attack vectors for further exploitation or cause a Denial of Service if the attacker can gain superuser access via the leaked information. Workaround There is no temporary workaround for any of these information leaks other than totally disabling /proc support - otherwise, a kernel upgrade is required. A list of unaffected kernels is provided along with this announcement. Resolution Users are encouraged to upgrade to the latest available sources for their system: # emerge sync # emerge -pv your-favorite-sources # emerge your-favorite-sources # # Follow usual procedure for compiling and installing a kernel. # # If you use genkernel, run genkernel as you would normally. References CAN-2004-0415 CAN-2004-0685 CVE-2004-1058