rhsa-2018_0464
Vulnerability from csaf_redhat
Published
2018-03-07 15:23
Modified
2024-11-05 20:25
Summary
Red Hat Security Advisory: kernel security and bug fix update
Notes
Topic
An update for kernel is now available for Red Hat Enterprise Linux 5.9 Long Life.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
An industry-wide issue was found in the way many modern microprocessor designs have implemented speculative execution of instructions (a commonly used performance optimization). There are three primary variants of the issue which differ in the way the speculative execution can be exploited.
Note: This issue is present in hardware and cannot be fully fixed via software update. The updated kernel packages provide software mitigation for this hardware issue at a cost of potential performance penalty. Please refer to References section for further information about this issue and the performance impact.
In this update mitigations for x86-64 architecture are provided.
* Variant CVE-2017-5753 triggers the speculative execution by performing a bounds-check bypass. It relies on the presence of a precisely-defined instruction sequence in the privileged code as well as the fact that memory accesses may cause allocation into the microprocessor's data cache even for speculatively executed instructions that never actually commit (retire). As a result, an unprivileged attacker could use this flaw to cross the syscall boundary and read privileged memory by conducting targeted cache side-channel attacks. (CVE-2017-5753, Important)
* Variant CVE-2017-5754 relies on the fact that, on impacted microprocessors, during speculative execution of instruction permission faults, exception generation triggered by a faulting access is suppressed until the retirement of the whole instruction block. In a combination with the fact that memory accesses may populate the cache even when the block is being dropped and never committed (executed), an unprivileged local attacker could use this flaw to read privileged (kernel space) memory by conducting targeted cache side-channel attacks. (CVE-2017-5754, Important)
Red Hat would like to thank Google Project Zero for reporting these issues.
Bug Fix(es):
* Previously, the page table isolation feature was able to modify the kernel Page Global Directory (PGD) entries with the _NX bit even for CPUs without the capability to use the "no execute" (NX) bit technology. Consequently, the page tables got corrupted, and the kernel panicked at the first page-fault occurrence. This update adds the check of CPU capabilities before modifying kernel PGD entries with _NX. As a result, the operating system no longer panics on boot due to corrupted page tables under the described circumstances. (BZ#1538169)
* When booting the operating system with the Kernel Page Table Isolation option enabled, the HPET VSYSCALL shadow mapping was not placed correctly. Consequently, the High Precision Event Timer (HPET) feature was not available early enough, and warnings on boot time occurred. This update fixes the placement of HPET VSYSCALL, and the warnings on boot time due to this behavior no longer occur. (BZ#1541281)
* Previously, the routine preparing the kexec crashkernel area did not properly clear the page allocated to be kexec's Page Global Directory (PGD). Consequently, the page table isolation shadow mapping routines failed with a warning message when setting up page table entries. With this update, the underlying source code has been fixed to clear the kexec PGD allocated page before setting up its page table entries. As a result, warnings are no longer issued when setting up kexec. (BZ#1541285)
* When changing a kernel page mapping from Read Only (RO) to Read Write (RW), the Translation Lookaside Buffer (TLB) entry was previously not updated. Consequently, a protection fault on a write operation occurred, which led to a kernel panic. With this update, the underlying source code has been fixed to handle such kind of fault properly, and the kernel no longer panics in the described situation. (BZ#1541892)
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for kernel is now available for Red Hat Enterprise Linux 5.9 Long Life.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\nAn industry-wide issue was found in the way many modern microprocessor designs have implemented speculative execution of instructions (a commonly used performance optimization). There are three primary variants of the issue which differ in the way the speculative execution can be exploited.\n\nNote: This issue is present in hardware and cannot be fully fixed via software update. The updated kernel packages provide software mitigation for this hardware issue at a cost of potential performance penalty. Please refer to References section for further information about this issue and the performance impact.\n\nIn this update mitigations for x86-64 architecture are provided.\n\n* Variant CVE-2017-5753 triggers the speculative execution by performing a bounds-check bypass. It relies on the presence of a precisely-defined instruction sequence in the privileged code as well as the fact that memory accesses may cause allocation into the microprocessor\u0027s data cache even for speculatively executed instructions that never actually commit (retire). As a result, an unprivileged attacker could use this flaw to cross the syscall boundary and read privileged memory by conducting targeted cache side-channel attacks. (CVE-2017-5753, Important)\n\n* Variant CVE-2017-5754 relies on the fact that, on impacted microprocessors, during speculative execution of instruction permission faults, exception generation triggered by a faulting access is suppressed until the retirement of the whole instruction block. In a combination with the fact that memory accesses may populate the cache even when the block is being dropped and never committed (executed), an unprivileged local attacker could use this flaw to read privileged (kernel space) memory by conducting targeted cache side-channel attacks. (CVE-2017-5754, Important)\n\nRed Hat would like to thank Google Project Zero for reporting these issues.\n\nBug Fix(es):\n\n* Previously, the page table isolation feature was able to modify the kernel Page Global Directory (PGD) entries with the _NX bit even for CPUs without the capability to use the \"no execute\" (NX) bit technology. Consequently, the page tables got corrupted, and the kernel panicked at the first page-fault occurrence. This update adds the check of CPU capabilities before modifying kernel PGD entries with _NX. As a result, the operating system no longer panics on boot due to corrupted page tables under the described circumstances. (BZ#1538169)\n\n* When booting the operating system with the Kernel Page Table Isolation option enabled, the HPET VSYSCALL shadow mapping was not placed correctly. Consequently, the High Precision Event Timer (HPET) feature was not available early enough, and warnings on boot time occurred. This update fixes the placement of HPET VSYSCALL, and the warnings on boot time due to this behavior no longer occur. (BZ#1541281)\n\n* Previously, the routine preparing the kexec crashkernel area did not properly clear the page allocated to be kexec\u0027s Page Global Directory (PGD). Consequently, the page table isolation shadow mapping routines failed with a warning message when setting up page table entries. With this update, the underlying source code has been fixed to clear the kexec PGD allocated page before setting up its page table entries. As a result, warnings are no longer issued when setting up kexec. (BZ#1541285)\n\n* When changing a kernel page mapping from Read Only (RO) to Read Write (RW), the Translation Lookaside Buffer (TLB) entry was previously not updated. Consequently, a protection fault on a write operation occurred, which led to a kernel panic. With this update, the underlying source code has been fixed to handle such kind of fault properly, and the kernel no longer panics in the described situation. (BZ#1541892)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2018:0464", "url": "https://access.redhat.com/errata/RHSA-2018:0464" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/speculativeexecution", "url": "https://access.redhat.com/security/vulnerabilities/speculativeexecution" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2017-5753", "url": "https://access.redhat.com/security/cve/CVE-2017-5753" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2017-5754", "url": "https://access.redhat.com/security/cve/CVE-2017-5754" }, { "category": "external", "summary": "1519778", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1519778" }, { "category": "external", "summary": "1519781", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1519781" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_0464.json" } ], "title": "Red Hat Security Advisory: kernel security and bug fix update", "tracking": { "current_release_date": "2024-11-05T20:25:00+00:00", "generator": { "date": "2024-11-05T20:25:00+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2018:0464", "initial_release_date": "2018-03-07T15:23:36+00:00", "revision_history": [ { "date": "2018-03-07T15:23:36+00:00", "number": "1", "summary": "Initial version" }, { "date": "2018-03-07T15:23:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T20:25:00+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product": { "name": "Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:5.9" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "kernel-0:2.6.18-348.35.1.el5.x86_64", "product": { "name": "kernel-0:2.6.18-348.35.1.el5.x86_64", "product_id": "kernel-0:2.6.18-348.35.1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@2.6.18-348.35.1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "product": { "name": "kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "product_id": "kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@2.6.18-348.35.1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:2.6.18-348.35.1.el5.x86_64", "product": { "name": "kernel-debug-0:2.6.18-348.35.1.el5.x86_64", "product_id": "kernel-debug-0:2.6.18-348.35.1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@2.6.18-348.35.1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:2.6.18-348.35.1.el5.x86_64", "product": { "name": "kernel-debug-devel-0:2.6.18-348.35.1.el5.x86_64", "product_id": "kernel-debug-devel-0:2.6.18-348.35.1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@2.6.18-348.35.1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-0:2.6.18-348.35.1.el5.x86_64", "product": { "name": "kernel-debuginfo-common-0:2.6.18-348.35.1.el5.x86_64", "product_id": "kernel-debuginfo-common-0:2.6.18-348.35.1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common@2.6.18-348.35.1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-xen-0:2.6.18-348.35.1.el5.x86_64", "product": { "name": "kernel-xen-0:2.6.18-348.35.1.el5.x86_64", "product_id": "kernel-xen-0:2.6.18-348.35.1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-xen@2.6.18-348.35.1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-xen-devel-0:2.6.18-348.35.1.el5.x86_64", "product": { "name": "kernel-xen-devel-0:2.6.18-348.35.1.el5.x86_64", "product_id": "kernel-xen-devel-0:2.6.18-348.35.1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-xen-devel@2.6.18-348.35.1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "product": { "name": "kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "product_id": "kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-xen-debuginfo@2.6.18-348.35.1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:2.6.18-348.35.1.el5.x86_64", "product": { "name": "kernel-devel-0:2.6.18-348.35.1.el5.x86_64", "product_id": "kernel-devel-0:2.6.18-348.35.1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@2.6.18-348.35.1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "product": { "name": "kernel-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "product_id": "kernel-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@2.6.18-348.35.1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:2.6.18-348.35.1.el5.x86_64", "product": { "name": "kernel-headers-0:2.6.18-348.35.1.el5.x86_64", "product_id": "kernel-headers-0:2.6.18-348.35.1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@2.6.18-348.35.1.el5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-0:2.6.18-348.35.1.el5.src", "product": { "name": "kernel-0:2.6.18-348.35.1.el5.src", "product_id": "kernel-0:2.6.18-348.35.1.el5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@2.6.18-348.35.1.el5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-0:2.6.18-348.35.1.el5.i686", "product": { "name": "kernel-0:2.6.18-348.35.1.el5.i686", "product_id": "kernel-0:2.6.18-348.35.1.el5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@2.6.18-348.35.1.el5?arch=i686" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.i686", "product": { "name": "kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.i686", "product_id": "kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@2.6.18-348.35.1.el5?arch=i686" } } }, { "category": "product_version", "name": "kernel-PAE-debuginfo-0:2.6.18-348.35.1.el5.i686", "product": { "name": "kernel-PAE-debuginfo-0:2.6.18-348.35.1.el5.i686", "product_id": "kernel-PAE-debuginfo-0:2.6.18-348.35.1.el5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-PAE-debuginfo@2.6.18-348.35.1.el5?arch=i686" } } }, { "category": "product_version", "name": "kernel-debug-0:2.6.18-348.35.1.el5.i686", "product": { "name": "kernel-debug-0:2.6.18-348.35.1.el5.i686", "product_id": "kernel-debug-0:2.6.18-348.35.1.el5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@2.6.18-348.35.1.el5?arch=i686" } } }, { "category": "product_version", "name": "kernel-PAE-devel-0:2.6.18-348.35.1.el5.i686", "product": { "name": "kernel-PAE-devel-0:2.6.18-348.35.1.el5.i686", "product_id": "kernel-PAE-devel-0:2.6.18-348.35.1.el5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-PAE-devel@2.6.18-348.35.1.el5?arch=i686" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:2.6.18-348.35.1.el5.i686", "product": { "name": "kernel-debug-devel-0:2.6.18-348.35.1.el5.i686", "product_id": "kernel-debug-devel-0:2.6.18-348.35.1.el5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@2.6.18-348.35.1.el5?arch=i686" } } }, { "category": "product_version", "name": "kernel-PAE-0:2.6.18-348.35.1.el5.i686", "product": { "name": "kernel-PAE-0:2.6.18-348.35.1.el5.i686", "product_id": "kernel-PAE-0:2.6.18-348.35.1.el5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-PAE@2.6.18-348.35.1.el5?arch=i686" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-0:2.6.18-348.35.1.el5.i686", "product": { "name": "kernel-debuginfo-common-0:2.6.18-348.35.1.el5.i686", "product_id": "kernel-debuginfo-common-0:2.6.18-348.35.1.el5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common@2.6.18-348.35.1.el5?arch=i686" } } }, { "category": "product_version", "name": "kernel-xen-0:2.6.18-348.35.1.el5.i686", "product": { "name": "kernel-xen-0:2.6.18-348.35.1.el5.i686", "product_id": "kernel-xen-0:2.6.18-348.35.1.el5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-xen@2.6.18-348.35.1.el5?arch=i686" } } }, { "category": "product_version", "name": "kernel-xen-devel-0:2.6.18-348.35.1.el5.i686", "product": { "name": "kernel-xen-devel-0:2.6.18-348.35.1.el5.i686", "product_id": "kernel-xen-devel-0:2.6.18-348.35.1.el5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-xen-devel@2.6.18-348.35.1.el5?arch=i686" } } }, { "category": "product_version", "name": "kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.i686", "product": { "name": "kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.i686", "product_id": "kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-xen-debuginfo@2.6.18-348.35.1.el5?arch=i686" } } }, { "category": "product_version", "name": "kernel-devel-0:2.6.18-348.35.1.el5.i686", "product": { "name": "kernel-devel-0:2.6.18-348.35.1.el5.i686", "product_id": "kernel-devel-0:2.6.18-348.35.1.el5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@2.6.18-348.35.1.el5?arch=i686" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:2.6.18-348.35.1.el5.i686", "product": { "name": "kernel-debuginfo-0:2.6.18-348.35.1.el5.i686", "product_id": "kernel-debuginfo-0:2.6.18-348.35.1.el5.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@2.6.18-348.35.1.el5?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "kernel-headers-0:2.6.18-348.35.1.el5.i386", "product": { "name": "kernel-headers-0:2.6.18-348.35.1.el5.i386", "product_id": "kernel-headers-0:2.6.18-348.35.1.el5.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@2.6.18-348.35.1.el5?arch=i386" } } } ], "category": "architecture", "name": "i386" }, { "branches": [ { "category": "product_version", "name": "kernel-doc-0:2.6.18-348.35.1.el5.noarch", "product": { "name": "kernel-doc-0:2.6.18-348.35.1.el5.noarch", "product_id": "kernel-doc-0:2.6.18-348.35.1.el5.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@2.6.18-348.35.1.el5?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.18-348.35.1.el5.i686 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.i686" }, "product_reference": "kernel-0:2.6.18-348.35.1.el5.i686", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.18-348.35.1.el5.src as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.src" }, "product_reference": "kernel-0:2.6.18-348.35.1.el5.src", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:2.6.18-348.35.1.el5.x86_64 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.x86_64" }, "product_reference": "kernel-0:2.6.18-348.35.1.el5.x86_64", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-PAE-0:2.6.18-348.35.1.el5.i686 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-PAE-0:2.6.18-348.35.1.el5.i686" }, "product_reference": "kernel-PAE-0:2.6.18-348.35.1.el5.i686", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-PAE-debuginfo-0:2.6.18-348.35.1.el5.i686 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-PAE-debuginfo-0:2.6.18-348.35.1.el5.i686" }, "product_reference": "kernel-PAE-debuginfo-0:2.6.18-348.35.1.el5.i686", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-PAE-devel-0:2.6.18-348.35.1.el5.i686 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-PAE-devel-0:2.6.18-348.35.1.el5.i686" }, "product_reference": "kernel-PAE-devel-0:2.6.18-348.35.1.el5.i686", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.18-348.35.1.el5.i686 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.i686" }, "product_reference": "kernel-debug-0:2.6.18-348.35.1.el5.i686", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:2.6.18-348.35.1.el5.x86_64 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.x86_64" }, "product_reference": "kernel-debug-0:2.6.18-348.35.1.el5.x86_64", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.i686 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.i686" }, "product_reference": "kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.i686", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.x86_64 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.18-348.35.1.el5.i686 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.i686" }, "product_reference": "kernel-debug-devel-0:2.6.18-348.35.1.el5.i686", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:2.6.18-348.35.1.el5.x86_64 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.x86_64" }, "product_reference": "kernel-debug-devel-0:2.6.18-348.35.1.el5.x86_64", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.18-348.35.1.el5.i686 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.i686" }, "product_reference": "kernel-debuginfo-0:2.6.18-348.35.1.el5.i686", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:2.6.18-348.35.1.el5.x86_64 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.x86_64" }, "product_reference": "kernel-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-0:2.6.18-348.35.1.el5.i686 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.i686" }, "product_reference": "kernel-debuginfo-common-0:2.6.18-348.35.1.el5.i686", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-0:2.6.18-348.35.1.el5.x86_64 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.x86_64" }, "product_reference": "kernel-debuginfo-common-0:2.6.18-348.35.1.el5.x86_64", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.18-348.35.1.el5.i686 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.i686" }, "product_reference": "kernel-devel-0:2.6.18-348.35.1.el5.i686", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:2.6.18-348.35.1.el5.x86_64 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.x86_64" }, "product_reference": "kernel-devel-0:2.6.18-348.35.1.el5.x86_64", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:2.6.18-348.35.1.el5.noarch as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-doc-0:2.6.18-348.35.1.el5.noarch" }, "product_reference": "kernel-doc-0:2.6.18-348.35.1.el5.noarch", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.18-348.35.1.el5.i386 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.i386" }, "product_reference": "kernel-headers-0:2.6.18-348.35.1.el5.i386", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:2.6.18-348.35.1.el5.x86_64 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.x86_64" }, "product_reference": "kernel-headers-0:2.6.18-348.35.1.el5.x86_64", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-0:2.6.18-348.35.1.el5.i686 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.i686" }, "product_reference": "kernel-xen-0:2.6.18-348.35.1.el5.i686", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-0:2.6.18-348.35.1.el5.x86_64 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.x86_64" }, "product_reference": "kernel-xen-0:2.6.18-348.35.1.el5.x86_64", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.i686 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.i686" }, "product_reference": "kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.i686", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.x86_64 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.x86_64" }, "product_reference": "kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-devel-0:2.6.18-348.35.1.el5.i686 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.i686" }, "product_reference": "kernel-xen-devel-0:2.6.18-348.35.1.el5.i686", "relates_to_product_reference": "5Server-5.9.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-xen-devel-0:2.6.18-348.35.1.el5.x86_64 as a component of Red Hat Enterprise Linux Long Life (v. 5.9 server)", "product_id": "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.x86_64" }, "product_reference": "kernel-xen-devel-0:2.6.18-348.35.1.el5.x86_64", "relates_to_product_reference": "5Server-5.9.AUS" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Google Project Zero" ] } ], "cve": "CVE-2017-5753", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2017-11-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1519778" } ], "notes": [ { "category": "description", "text": "An industry-wide issue was found in the way many modern microprocessor designs have implemented speculative execution of instructions (a commonly used performance optimization). There are three primary variants of the issue which differ in the way the speculative execution can be exploited. Variant CVE-2017-5753 triggers the speculative execution by performing a bounds-check bypass. It relies on the presence of a precisely-defined instruction sequence in the privileged code as well as the fact that memory accesses may cause allocation into the microprocessor\u0027s data cache even for speculatively executed instructions that never actually commit (retire). As a result, an unprivileged attacker could use this flaw to cross the syscall boundary and read privileged memory by conducting targeted cache side-channel attacks.", "title": "Vulnerability description" }, { "category": "summary", "text": "hw: cpu: speculative execution bounds-check bypass", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security is aware of this issue. Updates will be released as they become available. For additional information, please refer to the Red Hat Knowledgebase article: https://access.redhat.com/security/vulnerabilities/speculativeexecution", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.src", "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-PAE-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-PAE-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-PAE-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-doc-0:2.6.18-348.35.1.el5.noarch", "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.i386", "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-5753" }, { "category": "external", "summary": "RHBZ#1519778", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1519778" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-5753", "url": "https://www.cve.org/CVERecord?id=CVE-2017-5753" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-5753", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5753" }, { "category": "external", "summary": "https://access.redhat.com/security/vulnerabilities/speculativeexecution", "url": "https://access.redhat.com/security/vulnerabilities/speculativeexecution" }, { "category": "external", "summary": "https://googleprojectzero.blogspot.com/2018/01/reading-privileged-memory-with-side.html", "url": "https://googleprojectzero.blogspot.com/2018/01/reading-privileged-memory-with-side.html" }, { "category": "external", "summary": "https://meltdownattack.com", "url": "https://meltdownattack.com" }, { "category": "external", "summary": "https://spectreattack.com/", "url": "https://spectreattack.com/" } ], "release_date": "2018-01-03T22:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-03-07T15:23:36+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.src", "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-PAE-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-PAE-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-PAE-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-doc-0:2.6.18-348.35.1.el5.noarch", "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.i386", "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2018:0464" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.src", "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-PAE-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-PAE-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-PAE-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-doc-0:2.6.18-348.35.1.el5.noarch", "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.i386", "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "hw: cpu: speculative execution bounds-check bypass" }, { "acknowledgments": [ { "names": [ "Google Project Zero" ] } ], "cve": "CVE-2017-5754", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2017-11-30T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1519781" } ], "notes": [ { "category": "description", "text": "An industry-wide issue was found in the way many modern microprocessor designs have implemented speculative execution of instructions (a commonly used performance optimization). There are three primary variants of the issue which differ in the way the speculative execution can be exploited. Variant CVE-2017-5754 relies on the fact that, on impacted microprocessors, during speculative execution of instruction permission faults, exception generation triggered by a faulting access is suppressed until the retirement of the whole instruction block. In a combination with the fact that memory accesses may populate the cache even when the block is being dropped and never committed (executed), an unprivileged local attacker could use this flaw to read privileged (kernel space) memory by conducting targeted cache side-channel attacks. Note: CVE-2017-5754 affects Intel x86-64 microprocessors. AMD x86-64 microprocessors are not affected by this issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "hw: cpu: speculative execution permission faults handling", "title": "Vulnerability summary" }, { "category": "other", "text": "Please see the Vulnerability Response article for the full list of updates available and a detailed discussion of this issue.\n\nMeltdown patches for 32-bit Red Hat Enterprise Linux 5\n------------------------------------------------------\n\nRed Hat has no current plans to provide mitigations for the Meltdown vulnerability in 32-bit Red Hat Enterprise Linux 5 environments.\n\nFollowing many hours of engineering investigation and analysis, Red Hat has determined that introducing changes to the Red Hat Enterprise Linux 5 environment would destabilize customer deployments and violate our application binary interface (ABI) and kernel ABI commitments to customers who rely on Red Hat Enterprise Linux 5 to be absolutely stable.\n\nAlthough Red Hat has delivered patches to mitigate the Meltdown vulnerability in other supported product offerings, the 32-bit Red Hat Enterprise Linux 5 environment presents unique challenges. The combination of limited address space in 32-bit environments plus the mechanism for passing control from the userspace to kernel and limitations on the stack during this transfer make the projected changes too invasive and disruptive for deployments that require the highest level of system stability. By contrast, 32-bit Meltdown mitigations have been delivered for Red Hat Enterprise Linux 6, where the changes are far less invasive and risky.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.src", "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-PAE-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-PAE-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-PAE-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-doc-0:2.6.18-348.35.1.el5.noarch", "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.i386", "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-5754" }, { "category": "external", "summary": "RHBZ#1519781", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1519781" }, { "category": "external", "summary": "RHSB-speculativeexecution", "url": "https://access.redhat.com/security/vulnerabilities/speculativeexecution" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-5754", "url": "https://www.cve.org/CVERecord?id=CVE-2017-5754" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-5754", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5754" }, { "category": "external", "summary": "https://googleprojectzero.blogspot.com/2018/01/reading-privileged-memory-with-side.html", "url": "https://googleprojectzero.blogspot.com/2018/01/reading-privileged-memory-with-side.html" }, { "category": "external", "summary": "https://meltdownattack.com", "url": "https://meltdownattack.com" }, { "category": "external", "summary": "https://spectreattack.com/", "url": "https://spectreattack.com/" } ], "release_date": "2018-01-03T22:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2018-03-07T15:23:36+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.src", "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-PAE-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-PAE-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-PAE-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-doc-0:2.6.18-348.35.1.el5.noarch", "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.i386", "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2018:0464" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.src", "5Server-5.9.AUS:kernel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-PAE-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-PAE-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-PAE-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debug-devel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-debuginfo-common-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-devel-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-doc-0:2.6.18-348.35.1.el5.noarch", "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.i386", "5Server-5.9.AUS:kernel-headers-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-debuginfo-0:2.6.18-348.35.1.el5.x86_64", "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.i686", "5Server-5.9.AUS:kernel-xen-devel-0:2.6.18-348.35.1.el5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "hw: cpu: speculative execution permission faults handling" } ] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.