Intel has released new CPU microcode for download
downloadcenter.intel.com
Intel has released new CPU microcode for download
1–10 of 112 posts
Re: Intel has released new CPU microcode for download
#2- 1. Ensure the existence of /sys/devices/system/cpu/microcode/reload
- 2. Copy intel-ucode directory to /lib/firmware, overwrite the files in /lib/firmware/intel-ucode/
- 3. Write the reload interface to 1 to reload the microcode files, e.g. echo 1 > /sys/devices/system/cpu/microcode/reload
Re: Intel has released new CPU microcode for download
#3Gonna go test it out now...
PSA: VMs have to be cold booted after patching and set to HW v11+ for PCID support
EDIT: Just fired up my first Windows VM after patching ESXI and I'm now showing all green using the PowerShell script.
Here's the link that I'm referring to: https://www.vmware.com/us/security/advisories/VMSA-2018-0004...
Re: Intel has released new CPU microcode for download
#4Re: Intel has released new CPU microcode for download
#5Re: Intel has released new CPU microcode for download
#6Re: Intel has released new CPU microcode for download
#7Is there any meaningful way to know what the differences are between previous microcodes?
Re: Intel has released new CPU microcode for download
#8If they can fix it in microcode, why did they have to patch the kernel?
According to https://access.redhat.com/articles/3311301:
> CVE-2017-5715 (variant #2/Spectre) is an indirect branching poisoning attack that can lead to data leakage. This attack allows for a virtualized guest to read memory from the host system. This issue is corrected with microcode, along with kernel and virtualization updates to both guest and host virtualization software. This vulnerability requires both updated microcode and kernel patches. Variant #2 behavior is controlled by the ibrs and ibpb tunables (noibrs/ibrs_enabled and noibpb/ibpb_enabled), which work in conjunction with the microcode.
Re: Intel has released new CPU microcode for download
#9Re: Intel has released new CPU microcode for download
#10To update the intel-ucode package to the system: - 1. Ensure the existence of /sys/devices/system/cpu/microcode/reload - 2. Copy intel-ucode directory to /lib/firmware, overwrite the files in /lib/firmware/intel-ucode/ - 3. Write the reload interface to 1 to reload the microcode files, e.g. echo 1 > /sys/devices/system/cpu/microcode/reload
on debian: update-initramfs -u
check with dmesg | grep microcode