Explore top 10 tips to secure your open-source projects now. Read More

×
Alerts This Week
Warning Icon 1 526
Alerts This Week
Warning Icon 1 526

Red Hat 6.2 RHSA-2013:1026-01 Important Kernel Security Flaws

red hat
Calendar Grey July 9, 2013
Scroller Redhat Esm H88
Ubuntu announces significant software patch tackling various vulnerabilities, boosting overall stability and efficiency.
Updated kernel packages that fix multiple security issues and several bugs are now available for Red Hat Enterprise Linux 6.2 Extended Update Support

Solution

Before applying this update, make sure all previously released errata relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at https://access.redhat.com/site/articles/11258

To install kernel packages manually, use "rpm -ivh [package]". Do not use "rpm -Uvh" as that will remove the running kernel binaries from your system. You may use "rpm -e" to remove old kernels after determining that the new kernel functions properly on your system.

Summary

The kernel packages contain the Linux kernel, the core of any Linux operating system.
This update fixes the following security issues:
* A buffer overflow flaw was found in the way UTF-8 characters were converted to UTF-16 in the utf8s_to_utf16s() function of the Linux kernel's FAT file system implementation. A local user able to mount a FAT file system with the "utf8=1" option could use this flaw to crash the system or, potentially, to escalate their privileges. (CVE-2013-1773, Important)
* A flaw was found in the way KVM (Kernel-based Virtual Machine) handled guest time updates when the buffer the guest registered by writing to the MSR_KVM_SYSTEM_TIME machine state register (MSR) crossed a page boundary. A privileged guest user could use this flaw to crash the host or, potentially, escalate their privileges, allowing them to execute arbitrary code at the host kernel level. (CVE-2013-1796, Important)
* A potential use-after-free flaw was found in the way KVM handled guest time updates when the GPA (guest physical address) the guest registered by writing to the MSR_KVM_SYSTEM_TIME machine state register (MSR) fell into a movable or removable memory region of the hosting user-space process (by default, QEMU-KVM) on the host. If that memory region is deregistered from KVM using KVM_SET_USER_MEMORY_REGION and the allocated virtual memory reused, a privileged guest user could potentially use this flaw to escalate their privileges on the host. (CVE-2013-1797, Important)
* A flaw was found in the way KVM emulated IOAPIC (I/O Advanced Programmable Interrupt Controller). A missing validation check in the ioapic_read_indirect() function could allow a privileged guest user to crash the host, or read a substantial portion of host kernel memory. (CVE-2013-1798, Important)
* A format string flaw was found in the ext3_msg() function in the Linux kernel's ext3 file system implementation. A local user who is able to mount an ext3 file system could use this flaw to cause a denial of service or, potentially, escalate their privileges. (CVE-2013-1848, Low)
Red Hat would like to thank Andrew Honig of Google for reporting CVE-2013-1796, CVE-2013-1797, and CVE-2013-1798.
This update also fixes several bugs. Documentation for these changes will be available shortly from the Technical Notes document linked to in the References section.
Users should upgrade to these updated packages, which contain backported patches to correct these issues. The system must be rebooted for this update to take effect.

References

https://access.redhat.com/security/cve/CVE-2013-1773 https://access.redhat.com/security/cve/CVE-2013-1796 https://access.redhat.com/security/cve/CVE-2013-1797 https://access.redhat.com/security/cve/CVE-2013-1798 https://access.redhat.com/security/cve/CVE-2013-1848 https://access.redhat.com/security/updates/classification#important https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/6.2_Technical_Notes/kernel.html

Package List

Red Hat Enterprise Linux Server EUS (v. 6.2):
Source: kernel-2.6.32-220.39.1.el6.src.rpm
i386: kernel-2.6.32-220.39.1.el6.i686.rpm kernel-debug-2.6.32-220.39.1.el6.i686.rpm kernel-debug-debuginfo-2.6.32-220.39.1.el6.i686.rpm kernel-debug-devel-2.6.32-220.39.1.el6.i686.rpm kernel-debuginfo-2.6.32-220.39.1.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-220.39.1.el6.i686.rpm kernel-devel-2.6.32-220.39.1.el6.i686.rpm kernel-headers-2.6.32-220.39.1.el6.i686.rpm perf-2.6.32-220.39.1.el6.i686.rpm perf-debuginfo-2.6.32-220.39.1.el6.i686.rpm python-perf-debuginfo-2.6.32-220.39.1.el6.i686.rpm
noarch: kernel-doc-2.6.32-220.39.1.el6.noarch.rpm kernel-firmware-2.6.32-220.39.1.el6.noarch.rpm
ppc64: kernel-2.6.32-220.39.1.el6.ppc64.rpm kernel-bootwrapper-2.6.32-220.39.1.el6.ppc64.rpm kernel-debug-2.6.32-220.39.1.el6.ppc64.rpm kernel-debug-debuginfo-2.6.32-220.39.1.el6.ppc64.rpm kernel-debug-devel-2.6.32-220.39.1.el6.ppc64.rpm kernel-debuginfo-2.6.32-220.39.1.el6.ppc64.rpm kernel-debuginfo-common-ppc64-2.6.32-220.39.1.el6.ppc64.rpm kernel-devel-2.6.32-220.39.1.el6.ppc64.rpm kernel-headers-2.6.32-220.39.1.el6.ppc64.rpm perf-2.6.32-220.39.1.el6.ppc64.rpm perf-debuginfo-2.6.32-220.39.1.el6.ppc64.rpm python-perf-debuginfo-2.6.32-220.39.1.el6.ppc64.rpm
s390x:

Read the Full Advisory


Severity
important
Lowest
Low
Medium
High
Critical

Advisory ID: RHSA-2013:1026-01
Product: Red Hat Enterprise Linux
Issue date: 2013-07-09

Topic

Updated kernel packages that fix multiple security issues and several bugsare now available for Red Hat Enterprise Linux 6.2 Extended Update Support.The Red Hat Security Response Team has rated this update as havingimportant security impact. Common Vulnerability Scoring System (CVSS) basescores, which give detailed severity ratings, are available for eachvulnerability from the CVE links in the References section.

Relevant Releases Architectures

Red Hat Enterprise Linux Server EUS (v. 6.2) - i386, noarch, ppc64, s390x, x86_64

Red Hat Enterprise Linux Server Optional EUS (v. 6.2) - i386, ppc64, s390x, x86_64

Bugs Fixed

916115 - CVE-2013-1773 kernel: VFAT slab-based buffer overflow

917012 - CVE-2013-1796 kernel: kvm: buffer overflow in handling of MSR_KVM_SYSTEM_TIME

917013 - CVE-2013-1797 kernel: kvm: after free issue with the handling of MSR_KVM_SYSTEM_TIME

917017 - CVE-2013-1798 kernel: kvm: out-of-bounds access in ioapic indirect register reads

920783 - CVE-2013-1848 kernel: ext3: format string issues

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.