-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 ==================================================================== Red Hat Security Advisory Synopsis: Important: qemu-kvm security update Advisory ID: RHSA-2018:3401-01 Product: Red Hat Enterprise Linux Advisory URL: https://access.redhat.com/errata/RHSA-2018:3401 Issue date: 2018-10-30 CVE Names: CVE-2018-3639 ==================================================================== 1. Summary: An update for qemu-kvm is now available for Red Hat Enterprise Linux 6.4 Advanced Update Support. 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. 2. Relevant releases/architectures: Red Hat Enterprise Linux Server AUS (v. 6.4) - x86_64 Red Hat Enterprise Linux Server Optional AUS (v. 6.4) - x86_64 3. Description: Kernel-based Virtual Machine (KVM) is a full virtualization solution for Linux on a variety of architectures. The qemu-kvm packages provide the user-space component for running virtual machines that use KVM. Security Fix(es): * An industry-wide issue was found in the way many modern microprocessor designs have implemented speculative execution of Load & Store instructions (a commonly used performance optimization). It relies on the presence of a precisely-defined instruction sequence in the privileged code as well as the fact that memory read from address to which a recent memory write has occurred may see an older value and subsequently cause an update 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 read privileged memory by conducting targeted cache side-channel attacks. (CVE-2018-3639 virt-ssbd AMD) Note: This is the qemu-kvm side of the CVE-2018-3639 mitigation. Red Hat would like to thank Ken Johnson (Microsoft Security Response Center) and Jann Horn (Google Project Zero) for reporting this issue. 4. Solution: For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect. 5. Bugs fixed (https://bugzilla.redhat.com/): 1566890 - CVE-2018-3639 hw: cpu: speculative store bypass 6. Package List: Red Hat Enterprise Linux Server AUS (v. 6.4): Source: qemu-kvm-0.12.1.2-2.355.el6_4.12.src.rpm x86_64: qemu-guest-agent-0.12.1.2-2.355.el6_4.12.x86_64.rpm qemu-img-0.12.1.2-2.355.el6_4.12.x86_64.rpm qemu-kvm-0.12.1.2-2.355.el6_4.12.x86_64.rpm qemu-kvm-debuginfo-0.12.1.2-2.355.el6_4.12.x86_64.rpm qemu-kvm-tools-0.12.1.2-2.355.el6_4.12.x86_64.rpm Red Hat Enterprise Linux Server Optional AUS (v. 6.4): x86_64: qemu-guest-agent-win32-0.12.1.2-2.355.el6_4.12.x86_64.rpm qemu-kvm-debuginfo-0.12.1.2-2.355.el6_4.12.x86_64.rpm These packages are GPG signed by Red Hat for security. Our key and details on how to verify the signature are available from https://access.redhat.com/security/team/key 7. References: https://access.redhat.com/security/cve/CVE-2018-3639 https://access.redhat.com/security/updates/classification#important https://access.redhat.com/security/vulnerabilities/ssbd 8. Contact: The Red Hat security contact is. More contact details at https://access.redhat.com/security/team/contact Copyright 2018 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBW9ho1dzjgjWX9erEAQhLzw//XZLTd3xeByrXt9/WyWJaHLFMEoMGnuIr FltQ0azEq9XNyKPqcAsy3zlki8+o8AVuVJ20XTktRQhADl6GNUSJJyNLkUyr5i1j IIsKCm0ArnSh4NXSCtNR+S2Ad/Vuw17dr1sy3v0MkgDLfaLWpOVDMGUHZzsVZYB/ e5+do6Jv94pMnM4CJNtIQHAPkNseOEfzvC978Eu/q33BnwvUp7nWiOQVgoTS+6h1 +TQzV+dbxRczkbLGoU0d1EZm0IN0tDHmxaFODckyads8eVj1hX77Hbgu2lxvkSzZ gOogMK27FVZVFqHq3tZMBEHrS5+uCTF3Np6XN+YVQEkyeUwzDrSsktH6YNRT6o+H g71Ddx0FFwRI6LPwOpR59gJ4fMpDKR7W0jdzfxCuOJUbC2A4Qrq/0MhRdu/ALZBa ZOC6ud/Z//7/yinC/6ZTXjch8BFn2ncm/U7OVqVoucwRBpscts4NlFGj4w8g27gS HEbvuey61Hc8W7bdWnIw88VFi8kTSu3WDCWA4LZPezPprW598XpgtopzjUkzWlzh LdIwvZWuj/Ib/QUSwXKmwy+tsQ5MmkMjjfOz/o/pGNO1b7PRoF1h4fInFJL+lYia kacL9TD5uj1K1xbWuVTbMYI/ALZ+diPOBeP3lGcQJv29FKjMcLF2xMePBVAH7NQE tGJ8ww4VIr4=leF8 -----END PGP SIGNATURE----- -- RHSA-announce mailing list This email address is being protected from spambots. You need JavaScript enabled to view it.
For details on how to apply this update, which includes the changes
described in this advisory, refer to:
https://access.redhat.com/articles/11258
After installing this update, shut down all running virtual machines. Once
all virtual machines have shut down, start them again for this update to
take effect.
Kernel-based Virtual Machine (KVM) is a full virtualization solution for
Linux on a variety of architectures. The qemu-kvm packages provide the
user-space component for running virtual machines that use KVM.
Security Fix(es):
* An industry-wide issue was found in the way many modern microprocessor
designs have implemented speculative execution of Load & Store instructions
(a commonly used performance optimization). It relies on the presence of a
precisely-defined instruction sequence in the privileged code as well as
the fact that memory read from address to which a recent memory write has
occurred may see an older value and subsequently cause an update 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 read privileged memory by conducting targeted cache
side-channel attacks. (CVE-2018-3639 virt-ssbd AMD)
Note: This is the qemu-kvm side of the CVE-2018-3639 mitigation.
Red Hat would like to thank Ken Johnson (Microsoft Security Response
Center) and Jann Horn (Google Project Zero) for reporting this issue.
https://access.redhat.com/security/cve/CVE-2018-3639 https://access.redhat.com/security/updates/classification#important https://access.redhat.com/security/vulnerabilities/ssbd
Red Hat Enterprise Linux Server AUS (v. 6.4):
Source:
qemu-kvm-0.12.1.2-2.355.el6_4.12.src.rpm
x86_64:
qemu-guest-agent-0.12.1.2-2.355.el6_4.12.x86_64.rpm
qemu-img-0.12.1.2-2.355.el6_4.12.x86_64.rpm
qemu-kvm-0.12.1.2-2.355.el6_4.12.x86_64.rpm
qemu-kvm-debuginfo-0.12.1.2-2.355.el6_4.12.x86_64.rpm
qemu-kvm-tools-0.12.1.2-2.355.el6_4.12.x86_64.rpm
Red Hat Enterprise Linux Server Optional AUS (v. 6.4):
x86_64:
qemu-guest-agent-win32-0.12.1.2-2.355.el6_4.12.x86_64.rpm
qemu-kvm-debuginfo-0.12.1.2-2.355.el6_4.12.x86_64.rpm
These packages are GPG signed by Red Hat for security. Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key
An update for qemu-kvm is now available for Red Hat Enterprise Linux 6.4Advanced Update Support.Red Hat Product Security has rated this update as having a security impactof Important. A Common Vulnerability Scoring System (CVSS) base score,which gives a detailed severity rating, is available for each vulnerabilityfrom the CVE link(s) in the References section.
Red Hat Enterprise Linux Server AUS (v. 6.4) - x86_64
Red Hat Enterprise Linux Server Optional AUS (v. 6.4) - x86_64
1566890 - CVE-2018-3639 hw: cpu: speculative store bypass
Get the latest Linux and open source security news straight to your inbox.