ID

VAR-201905-0709


CVE

CVE-2018-12126


TITLE

Multiple Intel Product Information Disclosure Vulnerabilities (CNVD-2019-22231)

Trust: 0.6

sources: CNVD: CNVD-2019-22231

DESCRIPTION

Microarchitectural Store Buffer Data Sampling (MSBDS): Store buffers on some microprocessors utilizing speculative execution may allow an authenticated user to potentially enable information disclosure via a side channel with local access. A list of impacted products can be found here: https://www.intel.com/content/dam/www/public/us/en/documents/corporate-information/SA00233-microcode-update-guidance_05132019.pdf. Intel Xeon Scalable Processors and so on are products of Intel Corporation of the United States. Intel XeonScalable Processors is a scalable server central processing unit (CPU). IntelXeonProcessorE7v4Family is a XeonE7 series server central processing unit (CPU). IntelXeonProcessorE5v4Family is a XeonE5 series server central processing unit (CPU). An information disclosure vulnerability exists in several Intel products. The vulnerability stems from errors in the configuration of the network system or product during operation. An unauthorized attacker can exploit the vulnerability to obtain sensitive information about the affected component. The following products and versions are affected: Intel Xeon Scalable Processors; Xeon Processor E7 v4 Family; Xeon Processor E5 v4 Family; Xeon Processor E3 v6 Family; Xeon Processor E3 v4 Family; Xeon Processor E; Xeon E Processor; Xeon D Processor; Puma; Pentium Processor Silver Series; Pentium Processor N Series; Pentium Processor J Series; Pentium Gold Processor Series; Mobile Communications Platforms; Microcode; Core X series Processors; Celeron Processor N Series; Celeron Processor J Series; Celeron Processor G Series; Atom Processor X Series ;Atom Processor E3900 Series;Atom Processor E3800 Series;Atom Processor. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 ============================================================================ FreeBSD-SA-19:26.mcu Security Advisory The FreeBSD Project Topic: Intel CPU Microcode Update Category: 3rd party Module: Intel CPU microcode Announced: 2019-11-12 Credits: Intel Affects: All supported versions of FreeBSD running on certain Intel CPUs. CVE Name: CVE-2019-11135, CVE-2019-11139, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2018-11091, CVE-2017-5715 For general information regarding FreeBSD Security Advisories, including descriptions of the fields above, security branches, and the following sections, please visit <URL:https://security.FreeBSD.org/>. Background - From time to time Intel releases new CPU microcode to address functional issues and security vulnerabilities. Such a release is also known as a Micro Code Update (MCU), and is a component of a broader Intel Platform Update (IPU). FreeBSD distributes CPU microcode via the devcpu-data port and package. II. Problem Description Starting with version 1.26, the devcpu-data port/package includes updates and mitigations for the following technical and security advisories (depending on CPU model). Intel TSX Updates (TAA) CVE-2019-11135 Voltage Modulation Vulnerability CVE-2019-11139 MD_CLEAR Operations CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-11091 TA Indirect Sharing CVE-2017-5715 EGETKEY CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-11091 JCC SKX102 Erratum Updated microcode includes mitigations for CPU issues, but may also cause a performance regression due to the JCC erratum mitigation. Please visit http://www.intel.com/benchmarks for further information. Please visit http://www.intel.com/security for detailed information on these advisories as well as a list of CPUs that are affected. III. Impact Operating a CPU without the latest microcode may result in erratic or unpredictable behavior, including system crashes and lock ups. Certain issues listed in this advisory may result in the leakage of privileged system information to unprivileged users. IV. Workaround To determine if TSX is present in your system, run the following: 1. kldload cpuctl 2. cpucontrol -i 7 /dev/cpuctl0 If bits 4 (0x10) and 11 (0x800) are set in the second response word (EBX), TSX is present. In the absence of updated microcode, TAA can be mitigated by enabling the MDS mitigation: 3. sysctl hw.mds_disable=1 Systems must be running FreeBSD 11.3, FreeBSD 12.1, or later for this to work. *IMPORTANT* If your use case can tolerate leaving the CPU issues unmitigated and cannot tolerate a performance regression, ensure that the devcpu-data package is not installed or is locked at 1.25 or earlier. # pkg delete devcpu-data or # pkg lock devcpu-data Later versions of the LLVM and GCC compilers will include changes that partially relieve the peformance impact. V. Solution Install the latest Intel Microcode Update via the devcpu-data port/package, version 1.26 or later. Updated microcode adds the ability to disable TSX. With updated microcode the issue can still be mitigated by enabling the MDS mitigation as described in the workaround section, or by disabling TSX instead: 1. kldload cpuctl 2. cpucontrol -i 7 /dev/cpuctl0 If bit 29 (0x20000000) is set in the fourth response word (EDX), then the 0x10a MSR is present. cpucontrol -m 0x10a /dev/cpuctl0 If bit 8 (0x100) of the response word is set, your CPU is not vulnerable to TAA and no further action is required. If bit 7 (0x80) is cleared, then your CPU does not have updated microcode that facilitates TSX to be disabled. The only remedy available is to enable the MDS mitigation, as documented above. cpucontrol -m 0x122=3 /dev/cpuctl0 Repeat step 4 for each numbered CPU that is present. A future kernel change to FreeBSD will provide automatic detection and mitigation for TAA. LLVM 9.0 will be updated in FreeBSD 13-current to address the JCC peformance impact. Updates to prior versions of LLVM are currently being evaluated. VI. Correction details There are currently no changes in FreeBSD to address this issue. VII. 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. Once all virtual machines have shut down, start them again for this update to take effect. ========================================================================== Ubuntu Security Notice USN-3978-1 May 14, 2019 qemu update ========================================================================== A security issue affects these releases of Ubuntu and its derivatives: - Ubuntu 19.04 - Ubuntu 18.10 - Ubuntu 18.04 LTS - Ubuntu 16.04 LTS - Ubuntu 14.04 ESM Summary: Several issues were addressed in QEMU. Software Description: - qemu: Machine emulator and virtualizer Details: Ke Sun, Henrique Kawakami, Kekai Hu, Rodrigo Branco, Giorgi Maisuradze, Dan Horea Lutas, Andrei Lutas, Volodymyr Pikhur, Stephan van Schaik, Alyssa Milburn, Sebastian \xd6sterlund, Pietro Frigo, Kaveh Razavi, Herbert Bos, Cristiano Giuffrida, Moritz Lipp, Michael Schwarz, and Daniel Gruss discovered that memory previously stored in microarchitectural fill buffers of an Intel CPU core may be exposed to a malicious process that is executing on the same CPU core. (CVE-2018-12130) Brandon Falk, Ke Sun, Henrique Kawakami, Kekai Hu, Rodrigo Branco, Stephan van Schaik, Alyssa Milburn, Sebastian \xd6sterlund, Pietro Frigo, Kaveh Razavi, Herbert Bos, and Cristiano Giuffrida discovered that memory previously stored in microarchitectural load ports of an Intel CPU core may be exposed to a malicious process that is executing on the same CPU core. (CVE-2018-12127) Ke Sun, Henrique Kawakami, Kekai Hu, Rodrigo Branco, Marina Minkin, Daniel Moghimi, Moritz Lipp, Michael Schwarz, Jo Van Bulck, Daniel Genkin, Daniel Gruss, Berk Sunar, Frank Piessens, and Yuval Yarom discovered that memory previously stored in microarchitectural store buffers of an Intel CPU core may be exposed to a malicious process that is executing on the same CPU core. (CVE-2018-12126) Kurtis Miller discovered that a buffer overflow existed in QEMU when loading a device tree blob. A local attacker could use this to execute arbitrary code. (CVE-2018-20815) Ke Sun, Henrique Kawakami, Kekai Hu, Rodrigo Branco, Volodrmyr Pikhur, Moritz Lipp, Michael Schwarz, Daniel Gruss, Stephan van Schaik, Alyssa Milburn, Sebastian \xd6sterlund, Pietro Frigo, Kaveh Razavi, Herbert Bos, and Cristiano Giuffrida discovered that uncacheable memory previously stored in microarchitectural buffers of an Intel CPU core may be exposed to a malicious process that is executing on the same CPU core. (CVE-2019-11091) It was discovered that a NULL pointer dereference existed in the sun4u power device implementation in QEMU. A local attacker could use this to cause a denial of service. This issue only affected Ubuntu 18.10 and Ubuntu 19.04. (CVE-2019-5008) William Bowling discovered that an information leak existed in the SLiRP networking implementation of QEMU. (CVE-2019-9824) Update instructions: The problem can be corrected by updating your system to the following package versions: Ubuntu 19.04: qemu 1:3.1+dfsg-2ubuntu3.1 qemu-system-x86 1:3.1+dfsg-2ubuntu3.1 Ubuntu 18.10: qemu 1:2.12+dfsg-3ubuntu8.7 qemu-system-x86 1:2.12+dfsg-3ubuntu8.7 Ubuntu 18.04 LTS: qemu 1:2.11+dfsg-1ubuntu7.13 qemu-system-x86 1:2.11+dfsg-1ubuntu7.13 Ubuntu 16.04 LTS: qemu 1:2.5+dfsg-5ubuntu10.38 qemu-system-x86 1:2.5+dfsg-5ubuntu10.38 Ubuntu 14.04 ESM: qemu 2.0.0+dfsg-2ubuntu1.46 qemu-system-x86 2.0.0+dfsg-2ubuntu1.46 After a standard system update you need to restart all QEMU virtual machines to make all the necessary changes. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 ===================================================================== Red Hat Security Advisory Synopsis: Important: libvirt security update Advisory ID: RHSA-2019:1186-01 Product: Red Hat Enterprise Linux Advisory URL: https://access.redhat.com/errata/RHSA-2019:1186 Issue date: 2019-05-14 CVE Names: CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2019-11091 ===================================================================== 1. Summary: An update for libvirt is now available for Red Hat Enterprise Linux 7.2 Advanced Update Support, Red Hat Enterprise Linux 7.2 Telco Extended Update Support, and Red Hat Enterprise Linux 7.2 Update Services for SAP Solutions. 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. 7.2) - x86_64 Red Hat Enterprise Linux Server E4S (v. 7.2) - x86_64 Red Hat Enterprise Linux Server Optional AUS (v. 7.2) - x86_64 Red Hat Enterprise Linux Server Optional E4S (v. 7.2) - x86_64 Red Hat Enterprise Linux Server Optional TUS (v. 7.2) - x86_64 Red Hat Enterprise Linux Server TUS (v. 7.2) - x86_64 3. Description: The libvirt library contains a C API for managing and interacting with the virtualization capabilities of Linux and other operating systems. In addition, libvirt provides tools for remote management of virtualized systems. Security Fix(es): * A flaw was found in the implementation of the "fill buffer", a mechanism used by modern CPUs when a cache-miss is made on L1 CPU cache. If an attacker can generate a load operation that would create a page fault, the execution will continue speculatively with incorrect data from the fill buffer while the data is fetched from higher level caches. This response time can be measured to infer data in the fill buffer. (CVE-2018-12130) * Modern Intel microprocessors implement hardware-level micro-optimizations to improve the performance of writing data back to CPU caches. The write operation is split into STA (STore Address) and STD (STore Data) sub-operations. These sub-operations allow the processor to hand-off address generation logic into these sub-operations for optimized writes. Both of these sub-operations write to a shared distributed processor structure called the 'processor store buffer'. As a result, an unprivileged attacker could use this flaw to read private data resident within the CPU's processor store buffer. (CVE-2018-12126) * Microprocessors use a ‘load port’ subcomponent to perform load operations from memory or IO. During a load operation, the load port receives data from the memory or IO subsystem and then provides the data to the CPU registers and operations in the CPU’s pipelines. Stale load operations results are stored in the 'load port' table until overwritten by newer operations. Certain load-port operations triggered by an attacker can be used to reveal data about previous stale requests leaking data back to the attacker via a timing side-channel. (CVE-2019-11091) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. 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 the updated packages, libvirtd will be restarted automatically. 5. Bugs fixed (https://bugzilla.redhat.com/): 1646781 - CVE-2018-12126 hardware: Microarchitectural Store Buffer Data Sampling (MSBDS) 1646784 - CVE-2018-12130 hardware: Microarchitectural Fill Buffer Data Sampling (MFBDS) 1667782 - CVE-2018-12127 hardware: Micro-architectural Load Port Data Sampling - Information Leak (MLPDS) 1705312 - CVE-2019-11091 hardware: Microarchitectural Data Sampling Uncacheable Memory (MDSUM) 6. Package List: Red Hat Enterprise Linux Server AUS (v. 7.2): Source: libvirt-1.2.17-13.el7_2.10.src.rpm x86_64: libvirt-1.2.17-13.el7_2.10.x86_64.rpm libvirt-client-1.2.17-13.el7_2.10.i686.rpm libvirt-client-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-config-network-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-config-nwfilter-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-interface-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-lxc-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-network-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-nodedev-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-nwfilter-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-qemu-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-secret-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-storage-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-kvm-1.2.17-13.el7_2.10.x86_64.rpm libvirt-debuginfo-1.2.17-13.el7_2.10.i686.rpm libvirt-debuginfo-1.2.17-13.el7_2.10.x86_64.rpm libvirt-devel-1.2.17-13.el7_2.10.i686.rpm libvirt-devel-1.2.17-13.el7_2.10.x86_64.rpm libvirt-docs-1.2.17-13.el7_2.10.x86_64.rpm Red Hat Enterprise Linux Server E4S (v. 7.2): Source: libvirt-1.2.17-13.el7_2.10.src.rpm x86_64: libvirt-1.2.17-13.el7_2.10.x86_64.rpm libvirt-client-1.2.17-13.el7_2.10.i686.rpm libvirt-client-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-config-network-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-config-nwfilter-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-interface-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-lxc-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-network-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-nodedev-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-nwfilter-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-qemu-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-secret-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-storage-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-kvm-1.2.17-13.el7_2.10.x86_64.rpm libvirt-debuginfo-1.2.17-13.el7_2.10.i686.rpm libvirt-debuginfo-1.2.17-13.el7_2.10.x86_64.rpm libvirt-devel-1.2.17-13.el7_2.10.i686.rpm libvirt-devel-1.2.17-13.el7_2.10.x86_64.rpm libvirt-docs-1.2.17-13.el7_2.10.x86_64.rpm Red Hat Enterprise Linux Server TUS (v. 7.2): Source: libvirt-1.2.17-13.el7_2.10.src.rpm x86_64: libvirt-1.2.17-13.el7_2.10.x86_64.rpm libvirt-client-1.2.17-13.el7_2.10.i686.rpm libvirt-client-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-config-network-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-config-nwfilter-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-interface-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-lxc-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-network-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-nodedev-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-nwfilter-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-qemu-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-secret-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-driver-storage-1.2.17-13.el7_2.10.x86_64.rpm libvirt-daemon-kvm-1.2.17-13.el7_2.10.x86_64.rpm libvirt-debuginfo-1.2.17-13.el7_2.10.i686.rpm libvirt-debuginfo-1.2.17-13.el7_2.10.x86_64.rpm libvirt-devel-1.2.17-13.el7_2.10.i686.rpm libvirt-devel-1.2.17-13.el7_2.10.x86_64.rpm libvirt-docs-1.2.17-13.el7_2.10.x86_64.rpm Red Hat Enterprise Linux Server Optional AUS (v. 7.2): x86_64: libvirt-daemon-lxc-1.2.17-13.el7_2.10.x86_64.rpm libvirt-debuginfo-1.2.17-13.el7_2.10.x86_64.rpm libvirt-lock-sanlock-1.2.17-13.el7_2.10.x86_64.rpm libvirt-login-shell-1.2.17-13.el7_2.10.x86_64.rpm Red Hat Enterprise Linux Server Optional E4S (v. 7.2): x86_64: libvirt-daemon-lxc-1.2.17-13.el7_2.10.x86_64.rpm libvirt-debuginfo-1.2.17-13.el7_2.10.x86_64.rpm libvirt-lock-sanlock-1.2.17-13.el7_2.10.x86_64.rpm libvirt-login-shell-1.2.17-13.el7_2.10.x86_64.rpm Red Hat Enterprise Linux Server Optional TUS (v. 7.2): x86_64: libvirt-daemon-lxc-1.2.17-13.el7_2.10.x86_64.rpm libvirt-debuginfo-1.2.17-13.el7_2.10.x86_64.rpm libvirt-lock-sanlock-1.2.17-13.el7_2.10.x86_64.rpm libvirt-login-shell-1.2.17-13.el7_2.10.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-12126 https://access.redhat.com/security/cve/CVE-2018-12127 https://access.redhat.com/security/cve/CVE-2018-12130 https://access.redhat.com/security/cve/CVE-2019-11091 https://access.redhat.com/security/vulnerabilities/mds https://access.redhat.com/security/updates/classification/#important 8. Contact: The Red Hat security contact is <secalert@redhat.com>. More contact details at https://access.redhat.com/security/team/contact/ Copyright 2019 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBXNspY9zjgjWX9erEAQhYSQ/+IUAyZl0LnpfmMs2b4cWyhab2xcuwg0vH vwW0ba3+TmjGHt+fwMEAaA4/sSnEbquIbJbCu8fx4KHz3Z9bS+Bz203+EYoAkX6W 47MphBHQYJSRKXk2J1IYNMFRD/zCuAXMU5C0wZ2M8a28TTVEXh7qnz1iPbvQsc2U vDEptwBjGTuqtYg7c4n2Q0wEIrlOx9cWrBPupbVYvTLQEjXD1HNTdKd76p2xvV43 p2uP0rrEypU8Isq44/3l9jkZipjx6AoVAxdTaCJ1hpXTNb8UblnGiDTY03kdAdvH ALSG99xmBSOymJ0XMw0t4I0LVhKRcdM/Z+xvIKhfu2TTJzCC5yFWIVYXISDGTbJj vz8M3KfcFwZF+PZZTurd1koLRTvw99l9vtNxwOEyoFaCueOEjW3nd4q8RZKdvpbV 4ZidTKtbRTNGpAZ2mz7O5EIDBB0N6g23bU5BW8Mzc5jeyJBpMJb+qPXhKXh4iMmi 5ySGrAeuUoOMR7Aa+S5dq6o7lu8wiMhiYlrxQjNLH1iCN6geHi7iiCMuR6PN+Hn2 tprWi2lNFlSgf2VFTewiy7cJYMJ8P5O77TpSfWJasxN+MD+bjt4Oc0ywTCA32m1a Gsk+5KntQlVDT1QbuJWvV/02/+khz7Oxq3yIDWlJePrRRufknyOJXTADDcsiUAG7 LXhfb/N/qQY= =W0lI -----END PGP SIGNATURE----- -- RHSA-announce mailing list RHSA-announce@redhat.com https://www.redhat.com/mailman/listinfo/rhsa-announce . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gentoo Linux Security Advisory GLSA 202003-56 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - https://security.gentoo.org/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Severity: High Title: Xen: Multiple vulnerabilities Date: March 25, 2020 Bugs: #686024, #699048, #699996, #702644 ID: 202003-56 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Synopsis ======== Multiple vulnerabilities have been found in Xen, the worst of which could allow for privilege escalation. Background ========== Xen is a bare-metal hypervisor. Affected packages ================= ------------------------------------------------------------------- Package / Vulnerable / Unaffected ------------------------------------------------------------------- 1 app-emulation/xen < 4.12.0-r1 >= 4.12.0-r1 2 app-emulation/xen-tools < 4.12.0-r1 >= 4.12.0-r1 ------------------------------------------------------------------- 2 affected packages Description =========== Multiple vulnerabilities have been discovered in Xen. Please review the referenced CVE identifiers for details. Workaround ========== There is no known workaround at this time. Resolution ========== All Xen users should upgrade to the latest version: # emerge --sync # emerge --ask --oneshot --verbose ">=app-emulation/xen-4.12.0-r1" References ========== [ 1 ] CVE-2018-12126 https://nvd.nist.gov/vuln/detail/CVE-2018-12126 [ 2 ] CVE-2018-12127 https://nvd.nist.gov/vuln/detail/CVE-2018-12127 [ 3 ] CVE-2018-12130 https://nvd.nist.gov/vuln/detail/CVE-2018-12130 [ 4 ] CVE-2018-12207 https://nvd.nist.gov/vuln/detail/CVE-2018-12207 [ 5 ] CVE-2018-12207 https://nvd.nist.gov/vuln/detail/CVE-2018-12207 [ 6 ] CVE-2019-11091 https://nvd.nist.gov/vuln/detail/CVE-2019-11091 [ 7 ] CVE-2019-11135 https://nvd.nist.gov/vuln/detail/CVE-2019-11135 [ 8 ] CVE-2019-18420 https://nvd.nist.gov/vuln/detail/CVE-2019-18420 [ 9 ] CVE-2019-18421 https://nvd.nist.gov/vuln/detail/CVE-2019-18421 [ 10 ] CVE-2019-18423 https://nvd.nist.gov/vuln/detail/CVE-2019-18423 [ 11 ] CVE-2019-18424 https://nvd.nist.gov/vuln/detail/CVE-2019-18424 [ 12 ] CVE-2019-18425 https://nvd.nist.gov/vuln/detail/CVE-2019-18425 [ 13 ] CVE-2019-19577 https://nvd.nist.gov/vuln/detail/CVE-2019-19577 [ 14 ] CVE-2019-19578 https://nvd.nist.gov/vuln/detail/CVE-2019-19578 [ 15 ] CVE-2019-19580 https://nvd.nist.gov/vuln/detail/CVE-2019-19580 [ 16 ] CVE-2019-19581 https://nvd.nist.gov/vuln/detail/CVE-2019-19581 [ 17 ] CVE-2019-19582 https://nvd.nist.gov/vuln/detail/CVE-2019-19582 [ 18 ] CVE-2019-19583 https://nvd.nist.gov/vuln/detail/CVE-2019-19583 Availability ============ This GLSA and any updates to it are available for viewing at the Gentoo Security Website: https://security.gentoo.org/glsa/202003-56 Concerns? ========= Security is a primary focus of Gentoo Linux and ensuring the confidentiality and security of our users' machines is of utmost importance to us. Any security concerns should be addressed to security@gentoo.org or alternatively, you may file a bug at https://bugs.gentoo.org. License ======= Copyright 2020 Gentoo Foundation, Inc; referenced text belongs to its owner(s). The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. https://creativecommons.org/licenses/by-sa/2.5 . (CVE-2019-11091) 4

Trust: 2.43

sources: NVD: CVE-2018-12126 // CNVD: CNVD-2019-22231 // VULHUB: VHN-122054 // PACKETSTORM: 152898 // PACKETSTORM: 152902 // PACKETSTORM: 155281 // PACKETSTORM: 152887 // PACKETSTORM: 152892 // PACKETSTORM: 152918 // PACKETSTORM: 152903 // PACKETSTORM: 156920 // PACKETSTORM: 152907 // PACKETSTORM: 152908

IOT TAXONOMY

category:['Network device']sub_category: -

Trust: 0.6

sources: CNVD: CNVD-2019-22231

AFFECTED PRODUCTS

vendor:fedoraprojectmodel:fedorascope:eqversion:29

Trust: 1.0

vendor:intelmodel:microarchitectural store buffer data samplingscope:eqversion: -

Trust: 1.0

vendor:intelmodel:xeon scalable processorsscope: - version: -

Trust: 0.6

vendor:intelmodel:6th generation core processorsscope:eqversion:0

Trust: 0.6

vendor:intelmodel:5th generation core processorsscope:eqversion:0

Trust: 0.6

vendor:intelmodel:8th generation core processorsscope:eqversion:0

Trust: 0.6

vendor:intelmodel:7th generation core processorsscope:eqversion:0

Trust: 0.6

vendor:intelmodel:xeon processor e3 familyscope:eqversion:v60

Trust: 0.6

vendor:intelmodel:xeon processor e5 familyscope:eqversion:v40

Trust: 0.6

vendor:intelmodel:xeon processor e7 familyscope:eqversion:v40

Trust: 0.6

vendor:intelmodel:xeon processor e3 familyscope:eqversion:v4

Trust: 0.6

sources: CNVD: CNVD-2019-22231 // NVD: CVE-2018-12126

CVSS

SEVERITY

CVSSV2

CVSSV3

nvd@nist.gov: CVE-2018-12126
value: MEDIUM

Trust: 1.0

CNVD: CNVD-2019-22231
value: MEDIUM

Trust: 0.6

CNNVD: CNNVD-201905-621
value: MEDIUM

Trust: 0.6

VULHUB: VHN-122054
value: MEDIUM

Trust: 0.1

nvd@nist.gov: CVE-2018-12126
severity: MEDIUM
baseScore: 4.7
vectorString: AV:L/AC:M/AU:N/C:C/I:N/A:N
accessVector: LOCAL
accessComplexity: MEDIUM
authentication: NONE
confidentialityImpact: COMPLETE
integrityImpact: NONE
availabilityImpact: NONE
exploitabilityScore: 3.4
impactScore: 6.9
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 1.0

CNVD: CNVD-2019-22231
severity: MEDIUM
baseScore: 4.7
vectorString: AV:L/AC:M/AU:N/C:C/I:N/A:N
accessVector: LOCAL
accessComplexity: MEDIUM
authentication: NONE
confidentialityImpact: COMPLETE
integrityImpact: NONE
availabilityImpact: NONE
exploitabilityScore: 3.4
impactScore: 6.9
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 0.6

VULHUB: VHN-122054
severity: MEDIUM
baseScore: 4.7
vectorString: AV:L/AC:M/AU:N/C:C/I:N/A:N
accessVector: LOCAL
accessComplexity: MEDIUM
authentication: NONE
confidentialityImpact: COMPLETE
integrityImpact: NONE
availabilityImpact: NONE
exploitabilityScore: 3.4
impactScore: 6.9
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 0.1

nvd@nist.gov: CVE-2018-12126
baseSeverity: MEDIUM
baseScore: 5.6
vectorString: CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N
attackVector: LOCAL
attackComplexity: HIGH
privilegesRequired: LOW
userInteraction: NONE
scope: CHANGED
confidentialityImpact: HIGH
integrityImpact: NONE
availabilityImpact: NONE
exploitabilityScore: 1.1
impactScore: 4.0
version: 3.0

Trust: 1.0

sources: CNVD: CNVD-2019-22231 // VULHUB: VHN-122054 // CNNVD: CNNVD-201905-621 // NVD: CVE-2018-12126

PROBLEMTYPE DATA

problemtype:CWE-200

Trust: 1.1

sources: VULHUB: VHN-122054 // NVD: CVE-2018-12126

THREAT TYPE

local

Trust: 0.8

sources: PACKETSTORM: 152918 // PACKETSTORM: 152908 // CNNVD: CNNVD-201905-621

TYPE

information disclosure

Trust: 0.6

sources: CNNVD: CNNVD-201905-621

PATCH

title:Patches for multiple Intel Product Information Disclosure Vulnerabilities (CNVD-2019-22231)url:https://www.cnvd.org.cn/patchInfo/show/168513

Trust: 0.6

title:linux kernel Security vulnerabilitiesurl:http://www.cnnvd.org.cn/web/xxk/bdxqById.tag?id=92581

Trust: 0.6

sources: CNVD: CNVD-2019-22231 // CNNVD: CNNVD-201905-621

EXTERNAL IDS

db:NVDid:CVE-2018-12126

Trust: 3.3

db:PACKETSTORMid:155281

Trust: 1.8

db:MCAFEEid:SB10292

Trust: 1.1

db:SIEMENSid:SSA-616472

Trust: 1.1

db:SIEMENSid:SSA-608355

Trust: 1.1

db:PACKETSTORMid:156920

Trust: 0.8

db:PACKETSTORMid:155956

Trust: 0.7

db:PACKETSTORMid:152952

Trust: 0.7

db:PACKETSTORMid:152942

Trust: 0.7

db:CNNVDid:CNNVD-201905-621

Trust: 0.7

db:CNVDid:CNVD-2019-22231

Trust: 0.6

db:LENOVOid:LEN-26696

Trust: 0.6

db:AUSCERTid:ESB-2019.1754

Trust: 0.6

db:AUSCERTid:ESB-2020.0153

Trust: 0.6

db:AUSCERTid:ESB-2019.1705

Trust: 0.6

db:AUSCERTid:ESB-2019.1737.2

Trust: 0.6

db:AUSCERTid:ESB-2020.0127

Trust: 0.6

db:AUSCERTid:ESB-2020.1812

Trust: 0.6

db:AUSCERTid:ESB-2019.4358

Trust: 0.6

db:AUSCERTid:ESB-2020.4255

Trust: 0.6

db:AUSCERTid:ESB-2019.4321

Trust: 0.6

db:BIDid:108330

Trust: 0.6

db:PACKETSTORMid:152902

Trust: 0.2

db:PACKETSTORMid:152908

Trust: 0.2

db:PACKETSTORMid:152907

Trust: 0.2

db:PACKETSTORMid:152903

Trust: 0.2

db:PACKETSTORMid:152898

Trust: 0.2

db:PACKETSTORMid:152918

Trust: 0.2

db:PACKETSTORMid:152892

Trust: 0.2

db:PACKETSTORMid:152887

Trust: 0.2

db:PACKETSTORMid:152939

Trust: 0.1

db:PACKETSTORMid:152899

Trust: 0.1

db:PACKETSTORMid:152891

Trust: 0.1

db:PACKETSTORMid:152938

Trust: 0.1

db:PACKETSTORMid:152911

Trust: 0.1

db:PACKETSTORMid:152919

Trust: 0.1

db:PACKETSTORMid:153389

Trust: 0.1

db:PACKETSTORMid:152936

Trust: 0.1

db:PACKETSTORMid:152922

Trust: 0.1

db:PACKETSTORMid:152904

Trust: 0.1

db:PACKETSTORMid:152900

Trust: 0.1

db:PACKETSTORMid:152886

Trust: 0.1

db:PACKETSTORMid:152896

Trust: 0.1

db:PACKETSTORMid:152884

Trust: 0.1

db:PACKETSTORMid:154188

Trust: 0.1

db:PACKETSTORMid:152885

Trust: 0.1

db:PACKETSTORMid:152882

Trust: 0.1

db:PACKETSTORMid:152924

Trust: 0.1

db:PACKETSTORMid:152905

Trust: 0.1

db:PACKETSTORMid:152916

Trust: 0.1

db:PACKETSTORMid:152875

Trust: 0.1

db:PACKETSTORMid:152878

Trust: 0.1

db:PACKETSTORMid:152894

Trust: 0.1

db:PACKETSTORMid:152913

Trust: 0.1

db:PACKETSTORMid:152874

Trust: 0.1

db:PACKETSTORMid:152889

Trust: 0.1

db:PACKETSTORMid:152931

Trust: 0.1

db:PACKETSTORMid:152895

Trust: 0.1

db:PACKETSTORMid:152962

Trust: 0.1

db:PACKETSTORMid:153248

Trust: 0.1

db:PACKETSTORMid:152927

Trust: 0.1

db:PACKETSTORMid:152890

Trust: 0.1

db:PACKETSTORMid:152932

Trust: 0.1

db:PACKETSTORMid:152925

Trust: 0.1

db:PACKETSTORMid:152888

Trust: 0.1

db:PACKETSTORMid:152920

Trust: 0.1

db:PACKETSTORMid:152901

Trust: 0.1

db:PACKETSTORMid:152923

Trust: 0.1

db:PACKETSTORMid:152926

Trust: 0.1

db:PACKETSTORMid:152879

Trust: 0.1

db:PACKETSTORMid:152937

Trust: 0.1

db:PACKETSTORMid:152876

Trust: 0.1

db:PACKETSTORMid:152929

Trust: 0.1

db:PACKETSTORMid:152921

Trust: 0.1

db:PACKETSTORMid:152880

Trust: 0.1

db:PACKETSTORMid:153379

Trust: 0.1

db:PACKETSTORMid:152935

Trust: 0.1

db:PACKETSTORMid:152906

Trust: 0.1

db:PACKETSTORMid:152881

Trust: 0.1

db:PACKETSTORMid:152893

Trust: 0.1

db:PACKETSTORMid:153049

Trust: 0.1

db:PACKETSTORMid:152917

Trust: 0.1

db:VULHUBid:VHN-122054

Trust: 0.1

sources: CNVD: CNVD-2019-22231 // VULHUB: VHN-122054 // PACKETSTORM: 152898 // PACKETSTORM: 152902 // PACKETSTORM: 155281 // PACKETSTORM: 152887 // PACKETSTORM: 152892 // PACKETSTORM: 152918 // PACKETSTORM: 152903 // PACKETSTORM: 156920 // PACKETSTORM: 152907 // PACKETSTORM: 152908 // CNNVD: CNNVD-201905-621 // NVD: CVE-2018-12126

REFERENCES

url:https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00233.html

Trust: 1.7

url:https://www.debian.org/security/2020/dsa-4602

Trust: 1.7

url:https://security.freebsd.org/advisories/freebsd-sa-19:26.mcu.asc

Trust: 1.7

url:http://packetstormsecurity.com/files/155281/freebsd-security-advisory-freebsd-sa-19-26.mcu.html

Trust: 1.7

url:https://security.gentoo.org/glsa/202003-56

Trust: 1.2

url:https://access.redhat.com/security/cve/cve-2019-11091

Trust: 1.2

url:https://access.redhat.com/security/cve/cve-2018-12127

Trust: 1.2

url:https://access.redhat.com/security/cve/cve-2018-12130

Trust: 1.2

url:https://access.redhat.com/security/cve/cve-2018-12126

Trust: 1.2

url:http://www.huawei.com/cn/psirt/security-advisories/huawei-sa-20190712-01-mds-cn

Trust: 1.2

url:https://seclists.org/bugtraq/2019/jun/28

Trust: 1.1

url:https://seclists.org/bugtraq/2019/jun/36

Trust: 1.1

url:https://seclists.org/bugtraq/2019/nov/16

Trust: 1.1

url:https://seclists.org/bugtraq/2019/nov/15

Trust: 1.1

url:https://seclists.org/bugtraq/2020/jan/21

Trust: 1.1

url:http://www.arubanetworks.com/assets/alert/aruba-psa-2019-003.txt

Trust: 1.1

url:http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20190712-01-mds-en

Trust: 1.1

url:https://cert-portal.siemens.com/productcert/pdf/ssa-608355.pdf

Trust: 1.1

url:https://cert-portal.siemens.com/productcert/pdf/ssa-616472.pdf

Trust: 1.1

url:https://www.synology.com/security/advisory/synology_sa_19_24

Trust: 1.1

url:https://www.freebsd.org/security/advisories/freebsd-sa-19:07.mds.asc

Trust: 1.1

url:https://lists.debian.org/debian-lts-announce/2019/06/msg00018.html

Trust: 1.1

url:https://access.redhat.com/errata/rhsa-2019:1455

Trust: 1.1

url:https://access.redhat.com/errata/rhsa-2019:2553

Trust: 1.1

url:http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00014.html

Trust: 1.1

url:http://lists.opensuse.org/opensuse-security-announce/2019-07/msg00053.html

Trust: 1.1

url:http://lists.opensuse.org/opensuse-security-announce/2019-07/msg00052.html

Trust: 1.1

url:https://usn.ubuntu.com/3977-3/

Trust: 1.1

url:https://nvd.nist.gov/vuln/detail/cve-2018-12126

Trust: 1.0

url:https://nvd.nist.gov/vuln/detail/cve-2018-12127

Trust: 1.0

url:https://nvd.nist.gov/vuln/detail/cve-2018-12130

Trust: 1.0

url:https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/oh73sgtj575obcpsjfx6lx7kp2kzien4/

Trust: 1.0

url:https://kc.mcafee.com/corporate/index?page=content&id=sb10292

Trust: 1.0

url:https://nvd.nist.gov/vuln/detail/cve-2019-11091

Trust: 0.9

url:https://usn.ubuntu.com/3977-1/

Trust: 0.6

url:https://www.redhat.com/mailman/listinfo/rhsa-announce

Trust: 0.6

url:https://access.redhat.com/security/vulnerabilities/mds

Trust: 0.6

url:https://bugzilla.redhat.com/):

Trust: 0.6

url:https://access.redhat.com/security/team/key/

Trust: 0.6

url:https://access.redhat.com/articles/11258

Trust: 0.6

url:https://access.redhat.com/security/team/contact/

Trust: 0.6

url:https://access.redhat.com/security/updates/classification/#important

Trust: 0.6

url:http://xenbits.xen.org/xsa/advisory-297.html

Trust: 0.6

url:https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/adv190013

Trust: 0.6

url:https://www.vmware.com/security/advisories/vmsa-2019-0008.html

Trust: 0.6

url:https://aws.amazon.com/security/security-bulletins/aws-2019-004/

Trust: 0.6

url:https://bugzilla.redhat.com/show_bug.cgi?id=1705312

Trust: 0.6

url:https://bugzilla.redhat.com/show_bug.cgi?id=1667782

Trust: 0.6

url:https://bugzilla.redhat.com/show_bug.cgi?id=1646784

Trust: 0.6

url:https://bugzilla.redhat.com/show_bug.cgi?id=1646781

Trust: 0.6

url:http://www.intel.com/content/www/us/en/homepage.html

Trust: 0.6

url:https://www.chromium.org/chromium-os/mds-on-chromeos

Trust: 0.6

url:https://securityadvisories.paloaltonetworks.com/home/detail/150

Trust: 0.6

url:https://support.citrix.com/article/ctx251995

Trust: 0.6

url:https://chromereleases.googleblog.com/2019/06/stable-channel-update-for-chrome-os-m75.html

Trust: 0.6

url:https://usn.ubuntu.com/3985-1/

Trust: 0.6

url:http://www.debian.org/security/2019/dsa-4444

Trust: 0.6

url:https://lists.debian.org/debian-lts-announce/2019/05/msg00018.html

Trust: 0.6

url:https://support.apple.com/en-us/ht210119

Trust: 0.6

url:https://packetstormsecurity.com/files/156920/gentoo-linux-security-advisory-202003-56.html

Trust: 0.6

url:https://vigilance.fr/vulnerability/intel-amd-processors-information-disclosure-via-performance-measurement-29300

Trust: 0.6

url:https://www.auscert.org.au/bulletins/80874

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2019.4358/

Trust: 0.6

url:https://www.ibm.com/support/pages/node/1118439

Trust: 0.6

url:https://www.securityfocus.com/bid/108330

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2020.0127/

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2020.4255/

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2019.4321/

Trust: 0.6

url:https://www.auscert.org.au/bulletins/81098

Trust: 0.6

url:https://www.auscert.org.au/bulletins/81030

Trust: 0.6

url:https://support.lenovo.com/us/en/product_security/len-26696

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2020.0153/

Trust: 0.6

url:https://packetstormsecurity.com/files/152952/ubuntu-security-notice-usn-3985-1.html

Trust: 0.6

url:https://www.ibm.com/support/pages/node/1107009

Trust: 0.6

url:https://packetstormsecurity.com/files/155956/debian-security-advisory-4602-1.html

Trust: 0.6

url:https://www.auscert.org.au/bulletins/esb-2020.1812/

Trust: 0.6

url:https://packetstormsecurity.com/files/152942/debian-security-advisory-4447-1.html

Trust: 0.6

url:https://nvd.nist.gov/vuln/detail/cve-2019-11135

Trust: 0.2

url:https://wiki.ubuntu.com/securityteam/knowledgebase/mds

Trust: 0.2

url:https://kc.mcafee.com/corporate/index?page=content&amp;id=sb10292

Trust: 0.1

url:https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/oh73sgtj575obcpsjfx6lx7kp2kzien4/

Trust: 0.1

url:https://access.redhat.com/errata/rhsa-2019:1194

Trust: 0.1

url:https://access.redhat.com/errata/rhsa-2019:1189

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2018-12126>

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2018-11091>

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-11139

Trust: 0.1

url:https://software.intel.com/security-software-guidance/software-guidance/intel-transactional-synchronization-extensions-intel-tsx-asynchronous-abort>

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2018-12130>

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2018-12127>

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2017-5715>

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-11139>

Trust: 0.1

url:https://security.freebsd.org/>.

Trust: 0.1

url:https://blogs.intel.com/technology/2019/11/ipas-november-2019-intel-platform-update-ipu/>

Trust: 0.1

url:https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2019-11135>

Trust: 0.1

url:https://www.intel.com/content/www/us/en/support/articles/000055650.html>

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2017-5715

Trust: 0.1

url:https://security.freebsd.org/advisories/freebsd-sa-19:26.mcu.asc>

Trust: 0.1

url:http://www.intel.com/benchmarks

Trust: 0.1

url:http://www.intel.com/security

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2018-11091

Trust: 0.1

url:https://access.redhat.com/errata/rhsa-2019:1178

Trust: 0.1

url:https://access.redhat.com/errata/rhsa-2019:1195

Trust: 0.1

url:https://launchpad.net/ubuntu/+source/qemu/1:2.5+dfsg-5ubuntu10.38

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-9824

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2018-20815

Trust: 0.1

url:https://launchpad.net/ubuntu/+source/qemu/1:2.12+dfsg-3ubuntu8.7

Trust: 0.1

url:https://usn.ubuntu.com/usn/usn-3978-1

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-5008

Trust: 0.1

url:https://launchpad.net/ubuntu/+source/qemu/1:3.1+dfsg-2ubuntu3.1

Trust: 0.1

url:https://launchpad.net/ubuntu/+source/qemu/1:2.11+dfsg-1ubuntu7.13

Trust: 0.1

url:https://access.redhat.com/errata/rhsa-2019:1186

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2018-12207

Trust: 0.1

url:https://bugs.gentoo.org.

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-18424

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-19583

Trust: 0.1

url:https://security.gentoo.org/

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-18423

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-19581

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-18420

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-19580

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-19582

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-18421

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-19577

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-18425

Trust: 0.1

url:https://creativecommons.org/licenses/by-sa/2.5

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2019-19578

Trust: 0.1

url:https://access.redhat.com/errata/rhsa-2019:1202

Trust: 0.1

url:https://launchpad.net/ubuntu/+source/intel-microcode/3.20190514.0ubuntu0.18.10.1

Trust: 0.1

url:https://launchpad.net/ubuntu/+source/intel-microcode/3.20190514.0ubuntu0.19.04.1

Trust: 0.1

url:https://usn.ubuntu.com/usn/usn-3977-1

Trust: 0.1

url:https://launchpad.net/ubuntu/+source/intel-microcode/3.20190514.0ubuntu0.16.04.1

Trust: 0.1

url:https://launchpad.net/ubuntu/+source/intel-microcode/3.20190514.0ubuntu0.18.04.2

Trust: 0.1

sources: CNVD: CNVD-2019-22231 // VULHUB: VHN-122054 // PACKETSTORM: 152898 // PACKETSTORM: 152902 // PACKETSTORM: 155281 // PACKETSTORM: 152887 // PACKETSTORM: 152892 // PACKETSTORM: 152918 // PACKETSTORM: 152903 // PACKETSTORM: 156920 // PACKETSTORM: 152907 // PACKETSTORM: 152908 // CNNVD: CNNVD-201905-621 // NVD: CVE-2018-12126

CREDITS

Red Hat

Trust: 0.6

sources: PACKETSTORM: 152898 // PACKETSTORM: 152902 // PACKETSTORM: 152887 // PACKETSTORM: 152892 // PACKETSTORM: 152903 // PACKETSTORM: 152907

SOURCES

db:CNVDid:CNVD-2019-22231
db:VULHUBid:VHN-122054
db:PACKETSTORMid:152898
db:PACKETSTORMid:152902
db:PACKETSTORMid:155281
db:PACKETSTORMid:152887
db:PACKETSTORMid:152892
db:PACKETSTORMid:152918
db:PACKETSTORMid:152903
db:PACKETSTORMid:156920
db:PACKETSTORMid:152907
db:PACKETSTORMid:152908
db:CNNVDid:CNNVD-201905-621
db:NVDid:CVE-2018-12126

LAST UPDATE DATE

2025-04-30T01:28:21.148000+00:00


SOURCES UPDATE DATE

db:CNVDid:CNVD-2019-22231date:2019-07-12T00:00:00
db:VULHUBid:VHN-122054date:2019-06-11T00:00:00
db:CNNVDid:CNNVD-201905-621date:2021-10-29T00:00:00
db:NVDid:CVE-2018-12126date:2024-11-21T03:44:38.583

SOURCES RELEASE DATE

db:CNVDid:CNVD-2019-22231date:2019-07-12T00:00:00
db:VULHUBid:VHN-122054date:2019-05-30T00:00:00
db:PACKETSTORMid:152898date:2019-05-15T15:22:05
db:PACKETSTORMid:152902date:2019-05-15T15:23:12
db:PACKETSTORMid:155281date:2019-11-12T21:46:17
db:PACKETSTORMid:152887date:2019-05-15T15:18:55
db:PACKETSTORMid:152892date:2019-05-15T15:20:24
db:PACKETSTORMid:152918date:2019-05-15T15:32:50
db:PACKETSTORMid:152903date:2019-05-15T15:23:27
db:PACKETSTORMid:156920date:2020-03-26T14:46:06
db:PACKETSTORMid:152907date:2019-05-15T15:24:32
db:PACKETSTORMid:152908date:2019-05-15T15:24:45
db:CNNVDid:CNNVD-201905-621date:2019-05-15T00:00:00
db:NVDid:CVE-2018-12126date:2019-05-30T16:29:00.870