I have done some more tests on different kernels and would like to share the result. I can assume that Kernel compiled with retpoline option: YES plays a role in determining whether my system is vulnerable to CVE-2017-5715 in the spectre-meltdown-checker application. If I get the value YES, then the program defines this threat as âNOT VULNERABLEâ (This is just my observation).
6.14.4-1-MANJARO
inxi fast
Summary
CPU: quad core Intel Core i5-4590T (-MCP-) speed/min/max: 800/800/3000 MHz
Kernel: 6.14.4-1-MANJARO x86_64 Up: 0m Mem: 1.04/15.32 GiB (6.8%)
Storage: 1.78 TiB (60.3% used) Procs: 226 Shell: Bash inxi: 3.3.38
spectre-meltdown-checker
CVE-2017-5715 aka âSpectre Variant 2, branch target injectionâ
Summary
CVE-2017-5715 aka âSpectre Variant 2, branch target injectionâ
- Mitigated according to the /sys interface: YES (Mitigation: Retpolines; IBPB: conditional; IBRS_FW; STIBP: disabled; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected)
- Mitigation 1
- Kernel is compiled with IBRS support: YES
- IBRS enabled and active: UNKNOWN
- Kernel is compiled with IBPB support: YES
- IBPB enabled and active: YES
- Mitigation 2
- Kernel has branch predictor hardening (arm): NO
- Kernel compiled with retpoline option: NO
STATUS: VULNERABLE (IBRS+IBPB or retpoline+IBPB is needed to mitigate the vulnerability)
full log
Summary
Spectre and Meltdown mitigation detection tool v0.46
Checking for vulnerabilities on current system
Kernel is Linux 6.14.4-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sat, 26 Apr 2025 05:52:09 +0000 x86_64
CPU is Intel(R) Core⢠i5-4590T CPU @ 2.00GHz
Hardware check
- Hardware support (CPU microcode) for mitigation techniques
- Indirect Branch Restricted Speculation (IBRS)
- SPEC_CTRL MSR is available: YES
- CPU indicates IBRS capability: YES (SPEC_CTRL feature bit)
- Indirect Branch Prediction Barrier (IBPB)
- CPU indicates IBPB capability: YES (SPEC_CTRL feature bit)
- Single Thread Indirect Branch Predictors (STIBP)
- SPEC_CTRL MSR is available: YES
- CPU indicates STIBP capability: YES (Intel STIBP feature bit)
- Speculative Store Bypass Disable (SSBD)
- CPU indicates SSBD capability: YES (Intel SSBD)
- L1 data cache invalidation
- CPU indicates L1D flush capability: YES (L1D flush feature bit)
- Microarchitectural Data Sampling
- VERW instruction is available: YES (MD_CLEAR feature bit)
- Indirect Branch Predictor Controls
- Indirect Predictor Disable feature is available: NO
- Bottomless RSB Disable feature is available: NO
- BHB-Focused Indirect Predictor Disable feature is available: NO
- Enhanced IBRS (IBRS_ALL)
- CPU indicates ARCH_CAPABILITIES MSR availability: NO
- ARCH_CAPABILITIES MSR advertises IBRS_ALL capability: NO
- CPU explicitly indicates not being affected by Meltdown/L1TF (RDCL_NO): NO
- CPU explicitly indicates not being affected by Variant 4 (SSB_NO): NO
- CPU/Hypervisor indicates L1D flushing is not necessary on this system: NO
- Hypervisor indicates host CPU might be affected by RSB underflow (RSBA): NO
- CPU explicitly indicates not being affected by Microarchitectural Data Sampling (MDS_NO): NO
- CPU explicitly indicates not being affected by TSX Asynchronous Abort (TAA_NO): NO
- CPU explicitly indicates not being affected by iTLB Multihit (PSCHANGE_MSC_NO): NO
- CPU explicitly indicates having MSR for TSX control (TSX_CTRL_MSR): NO
- CPU supports Transactional Synchronization Extensions (TSX): NO
- CPU supports Software Guard Extensions (SGX): NO
- CPU supports Special Register Buffer Data Sampling (SRBDS): YES
- CPU microcode is known to cause stability problems: NO (family 0x6 model 0x3c stepping 0x3 ucode 0x28 cpuid 0x306c3)
- CPU microcode is the latest known available version: YES (latest version is 0x28 dated 2019/11/12 according to builtin firmwares DB v271+i20230614)
- CPU vulnerability to the speculative execution attack variants
- Affected by CVE-2017-5753 (Spectre Variant 1, bounds check bypass): YES
- Affected by CVE-2017-5715 (Spectre Variant 2, branch target injection): YES
- Affected by CVE-2017-5754 (Variant 3, Meltdown, rogue data cache load): YES
- Affected by CVE-2018-3640 (Variant 3a, rogue system register read): YES
- Affected by CVE-2018-3639 (Variant 4, speculative store bypass): YES
- Affected by CVE-2018-3615 (Foreshadow (SGX), L1 terminal fault): NO
- Affected by CVE-2018-3620 (Foreshadow-NG (OS), L1 terminal fault): YES
- Affected by CVE-2018-3646 (Foreshadow-NG (VMM), L1 terminal fault): YES
- Affected by CVE-2018-12126 (Fallout, microarchitectural store buffer data sampling (MSBDS)): YES
- Affected by CVE-2018-12130 (ZombieLoad, microarchitectural fill buffer data sampling (MFBDS)): YES
- Affected by CVE-2018-12127 (RIDL, microarchitectural load port data sampling (MLPDS)): YES
- Affected by CVE-2019-11091 (RIDL, microarchitectural data sampling uncacheable memory (MDSUM)): YES
- Affected by CVE-2019-11135 (ZombieLoad V2, TSX Asynchronous Abort (TAA)): NO
- Affected by CVE-2018-12207 (No eXcuses, iTLB Multihit, machine check exception on page size changes (MCEPSC)): YES
- Affected by CVE-2020-0543 (Special Register Buffer Data Sampling (SRBDS)): YES
- Affected by CVE-2023-20593 (Zenbleed, cross-process information leak): NO
CVE-2017-5753 aka âSpectre Variant 1, bounds check bypassâ
- Mitigated according to the /sys interface: YES (Mitigation: usercopy/swapgs barriers and __user pointer sanitization)
- Kernel has array_index_mask_nospec: NO
- Kernel has the Red Hat/Ubuntu patch: NO
- Kernel has mask_nospec64 (arm64): NO
- Kernel has array_index_nospec (arm64): NO
- Checking count of LFENCE instructions following a jump in kernel⌠NO (only 24 jump-then-lfence instructions found, should be >= 30 (heuristic))
STATUS: NOT VULNERABLE (Mitigation: usercopy/swapgs barriers and __user pointer sanitization)
CVE-2017-5715 aka âSpectre Variant 2, branch target injectionâ
- Mitigated according to the /sys interface: YES (Mitigation: Retpolines; IBPB: conditional; IBRS_FW; STIBP: disabled; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected)
- Mitigation 1
- Kernel is compiled with IBRS support: YES
- IBRS enabled and active: UNKNOWN
- Kernel is compiled with IBPB support: YES
- IBPB enabled and active: YES
- Mitigation 2
- Kernel has branch predictor hardening (arm): NO
- Kernel compiled with retpoline option: NO
STATUS: VULNERABLE (IBRS+IBPB or retpoline+IBPB is needed to mitigate the vulnerability)
CVE-2017-5754 aka âVariant 3, Meltdown, rogue data cache loadâ
- Mitigated according to the /sys interface: YES (Mitigation: PTI)
- Kernel supports Page Table Isolation (PTI): YES
- PTI enabled and active: YES
- Reduced performance impact of PTI: YES (CPU supports INVPCID, performance impact of PTI will be greatly reduced)
- Running as a Xen PV DomU: NO
STATUS: NOT VULNERABLE (Mitigation: PTI)
CVE-2018-3640 aka âVariant 3a, rogue system register readâ
- CPU microcode mitigates the vulnerability: YES
STATUS: NOT VULNERABLE (your CPU microcode mitigates the vulnerability)
CVE-2018-3639 aka âVariant 4, speculative store bypassâ
- Mitigated according to the /sys interface: YES (Mitigation: Speculative Store Bypass disabled via prctl)
- Kernel supports disabling speculative store bypass (SSB): YES (found in /proc/self/status)
- SSB mitigation is enabled and active: YES (per-thread through prctl)
- SSB mitigation currently active for selected processes: NO (no process found using SSB mitigation through prctl)
STATUS: NOT VULNERABLE (Mitigation: Speculative Store Bypass disabled via prctl)
CVE-2018-3615 aka âForeshadow (SGX), L1 terminal faultâ
- CPU microcode mitigates the vulnerability: N/A
STATUS: NOT VULNERABLE (your CPU vendor reported your CPU model as not affected)
CVE-2018-3620 aka âForeshadow-NG (OS), L1 terminal faultâ
- Mitigated according to the /sys interface: YES (Mitigation: PTE Inversion; VMX: conditional cache flushes, SMT disabled)
- Kernel supports PTE inversion: YES (found in kernel image)
- PTE inversion enabled and active: YES
STATUS: NOT VULNERABLE (Mitigation: PTE Inversion; VMX: conditional cache flushes, SMT disabled)
CVE-2018-3646 aka âForeshadow-NG (VMM), L1 terminal faultâ
- Information from the /sys interface: Mitigation: PTE Inversion; VMX: conditional cache flushes, SMT disabled
- This system is a host running a hypervisor: NO
- Mitigation 1 (KVM)
- Mitigation 2
- L1D flush is supported by kernel: YES (found flush_l1d in /proc/cpuinfo)
- L1D flush enabled: YES (conditional flushes)
- Hardware-backed L1D flush supported: YES (performance impact of the mitigation will be greatly reduced)
- Hyper-Threading (SMT) is enabled: NO
STATUS: NOT VULNERABLE (this system is not running a hypervisor)
CVE-2018-12126 aka âFallout, microarchitectural store buffer data sampling (MSBDS)â
- Mitigated according to the /sys interface: YES (Mitigation: Clear CPU buffers; SMT disabled)
- Kernel supports using MD_CLEAR mitigation: YES (md_clear found in /proc/cpuinfo)
- Kernel mitigation is enabled and active: YES
- SMT is either mitigated or disabled: YES
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for this mitigation, and mitigation is enabled)
CVE-2018-12130 aka âZombieLoad, microarchitectural fill buffer data sampling (MFBDS)â
- Mitigated according to the /sys interface: YES (Mitigation: Clear CPU buffers; SMT disabled)
- Kernel supports using MD_CLEAR mitigation: YES (md_clear found in /proc/cpuinfo)
- Kernel mitigation is enabled and active: YES
- SMT is either mitigated or disabled: YES
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for this mitigation, and mitigation is enabled)
CVE-2018-12127 aka âRIDL, microarchitectural load port data sampling (MLPDS)â
- Mitigated according to the /sys interface: YES (Mitigation: Clear CPU buffers; SMT disabled)
- Kernel supports using MD_CLEAR mitigation: YES (md_clear found in /proc/cpuinfo)
- Kernel mitigation is enabled and active: YES
- SMT is either mitigated or disabled: YES
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for this mitigation, and mitigation is enabled)
CVE-2019-11091 aka âRIDL, microarchitectural data sampling uncacheable memory (MDSUM)â
- Mitigated according to the /sys interface: YES (Mitigation: Clear CPU buffers; SMT disabled)
- Kernel supports using MD_CLEAR mitigation: YES (md_clear found in /proc/cpuinfo)
- Kernel mitigation is enabled and active: YES
- SMT is either mitigated or disabled: YES
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for this mitigation, and mitigation is enabled)
CVE-2019-11135 aka âZombieLoad V2, TSX Asynchronous Abort (TAA)â
- Mitigated according to the /sys interface: YES (Not affected)
- TAA mitigation is supported by kernel: YES (found tsx_async_abort in kernel image)
- TAA mitigation enabled and active: NO
STATUS: NOT VULNERABLE (your CPU vendor reported your CPU model as not affected)
CVE-2018-12207 aka âNo eXcuses, iTLB Multihit, machine check exception on page size changes (MCEPSC)â
- Mitigated according to the /sys interface: YES (KVM: Mitigation: Split huge pages)
- This system is a host running a hypervisor: NO
- iTLB Multihit mitigation is supported by kernel: YES (found itlb_multihit in kernel image)
- iTLB Multihit mitigation enabled and active: YES (KVM: Mitigation: Split huge pages)
STATUS: NOT VULNERABLE (this system is not running a hypervisor)
CVE-2020-0543 aka âSpecial Register Buffer Data Sampling (SRBDS)â
- Mitigated according to the /sys interface: YES (Mitigation: Microcode)
- SRBDS mitigation control is supported by the kernel: YES (found SRBDS implementation evidence in kernel image. Your kernel is up to date for SRBDS mitigation)
- SRBDS mitigation control is enabled and active: YES (Mitigation: Microcode)
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for SRBDS mitigation control. Mitigation is enabled)
CVE-2023-20593 aka âZenbleed, cross-process information leakâ
- Zenbleed mitigation is supported by kernel: YES (found zenbleed message in kernel image)
- Zenbleed kernel mitigation enabled and active: N/A (CPU is incompatible)
- Zenbleed mitigation is supported by CPU microcode: NO
STATUS: NOT VULNERABLE (your CPU vendor reported your CPU model as not affected)
SUMMARY: CVE-2017-5753:OK CVE-2017-5715:KO CVE-2017-5754:OK CVE-2018-3640:OK CVE-2018-3639:OK CVE-2018-3615:OK CVE-2018-3620:OK CVE-2018-3646:OK CVE-2018-12126:OK CVE-2018-12130:OK CVE-2018-12127:OK CVE-2019-11091:OK CVE-2019-11135:OK CVE-2018-12207:OK CVE-2020-0543:OK CVE-2023-20593:OK
6.15.0-rc3-2-MANJARO
inxi fast
Summary
CPU: quad core Intel Core i5-4590T (-MCP-) speed/min/max: 800/800/3000 MHz
Kernel: 6.15.0-rc3-2-MANJARO x86_64 Up: 0m Mem: 1018 MiB/15.32 GiB (6.5%)
Storage: 1.78 TiB (60.4% used) Procs: 226 Shell: Bash inxi: 3.3.38
CVE-2017-5715 aka âSpectre Variant 2, branch target injectionâ
Summary
CVE-2017-5715 aka âSpectre Variant 2, branch target injectionâ
- Mitigated according to the /sys interface: YES (Mitigation: Retpolines; IBPB: conditional; IBRS_FW; STIBP: disabled; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected)
- Mitigation 1
- Kernel is compiled with IBRS support: YES
- IBRS enabled and active: UNKNOWN
- Kernel is compiled with IBPB support: YES
- IBPB enabled and active: YES
- Mitigation 2
- Kernel has branch predictor hardening (arm): NO
- Kernel compiled with retpoline option: NO
STATUS: VULNERABLE (IBRS+IBPB or retpoline+IBPB is needed to mitigate the vulnerability)
full log
Summary
Spectre and Meltdown mitigation detection tool v0.46
Checking for vulnerabilities on current system
Kernel is Linux 6.15.0-rc3-2-MANJARO #1 SMP PREEMPT_DYNAMIC Fri, 25 Apr 2025 05:50:40 +0000 x86_64
CPU is Intel(R) Core⢠i5-4590T CPU @ 2.00GHz
Hardware check
- Hardware support (CPU microcode) for mitigation techniques
- Indirect Branch Restricted Speculation (IBRS)
- SPEC_CTRL MSR is available: YES
- CPU indicates IBRS capability: YES (SPEC_CTRL feature bit)
- Indirect Branch Prediction Barrier (IBPB)
- CPU indicates IBPB capability: YES (SPEC_CTRL feature bit)
- Single Thread Indirect Branch Predictors (STIBP)
- SPEC_CTRL MSR is available: YES
- CPU indicates STIBP capability: YES (Intel STIBP feature bit)
- Speculative Store Bypass Disable (SSBD)
- CPU indicates SSBD capability: YES (Intel SSBD)
- L1 data cache invalidation
- CPU indicates L1D flush capability: YES (L1D flush feature bit)
- Microarchitectural Data Sampling
- VERW instruction is available: YES (MD_CLEAR feature bit)
- Indirect Branch Predictor Controls
- Indirect Predictor Disable feature is available: NO
- Bottomless RSB Disable feature is available: NO
- BHB-Focused Indirect Predictor Disable feature is available: NO
- Enhanced IBRS (IBRS_ALL)
- CPU indicates ARCH_CAPABILITIES MSR availability: NO
- ARCH_CAPABILITIES MSR advertises IBRS_ALL capability: NO
- CPU explicitly indicates not being affected by Meltdown/L1TF (RDCL_NO): NO
- CPU explicitly indicates not being affected by Variant 4 (SSB_NO): NO
- CPU/Hypervisor indicates L1D flushing is not necessary on this system: NO
- Hypervisor indicates host CPU might be affected by RSB underflow (RSBA): NO
- CPU explicitly indicates not being affected by Microarchitectural Data Sampling (MDS_NO): NO
- CPU explicitly indicates not being affected by TSX Asynchronous Abort (TAA_NO): NO
- CPU explicitly indicates not being affected by iTLB Multihit (PSCHANGE_MSC_NO): NO
- CPU explicitly indicates having MSR for TSX control (TSX_CTRL_MSR): NO
- CPU supports Transactional Synchronization Extensions (TSX): NO
- CPU supports Software Guard Extensions (SGX): NO
- CPU supports Special Register Buffer Data Sampling (SRBDS): YES
- CPU microcode is known to cause stability problems: NO (family 0x6 model 0x3c stepping 0x3 ucode 0x28 cpuid 0x306c3)
- CPU microcode is the latest known available version: YES (latest version is 0x28 dated 2019/11/12 according to builtin firmwares DB v271+i20230614)
- CPU vulnerability to the speculative execution attack variants
- Affected by CVE-2017-5753 (Spectre Variant 1, bounds check bypass): YES
- Affected by CVE-2017-5715 (Spectre Variant 2, branch target injection): YES
- Affected by CVE-2017-5754 (Variant 3, Meltdown, rogue data cache load): YES
- Affected by CVE-2018-3640 (Variant 3a, rogue system register read): YES
- Affected by CVE-2018-3639 (Variant 4, speculative store bypass): YES
- Affected by CVE-2018-3615 (Foreshadow (SGX), L1 terminal fault): NO
- Affected by CVE-2018-3620 (Foreshadow-NG (OS), L1 terminal fault): YES
- Affected by CVE-2018-3646 (Foreshadow-NG (VMM), L1 terminal fault): YES
- Affected by CVE-2018-12126 (Fallout, microarchitectural store buffer data sampling (MSBDS)): YES
- Affected by CVE-2018-12130 (ZombieLoad, microarchitectural fill buffer data sampling (MFBDS)): YES
- Affected by CVE-2018-12127 (RIDL, microarchitectural load port data sampling (MLPDS)): YES
- Affected by CVE-2019-11091 (RIDL, microarchitectural data sampling uncacheable memory (MDSUM)): YES
- Affected by CVE-2019-11135 (ZombieLoad V2, TSX Asynchronous Abort (TAA)): NO
- Affected by CVE-2018-12207 (No eXcuses, iTLB Multihit, machine check exception on page size changes (MCEPSC)): YES
- Affected by CVE-2020-0543 (Special Register Buffer Data Sampling (SRBDS)): YES
- Affected by CVE-2023-20593 (Zenbleed, cross-process information leak): NO
CVE-2017-5753 aka âSpectre Variant 1, bounds check bypassâ
- Mitigated according to the /sys interface: YES (Mitigation: usercopy/swapgs barriers and __user pointer sanitization)
- Kernel has array_index_mask_nospec: NO
- Kernel has the Red Hat/Ubuntu patch: NO
- Kernel has mask_nospec64 (arm64): NO
- Kernel has array_index_nospec (arm64): NO
- Checking count of LFENCE instructions following a jump in kernel⌠NO (only 24 jump-then-lfence instructions found, should be >= 30 (heuristic))
STATUS: NOT VULNERABLE (Mitigation: usercopy/swapgs barriers and __user pointer sanitization)
CVE-2017-5715 aka âSpectre Variant 2, branch target injectionâ
- Mitigated according to the /sys interface: YES (Mitigation: Retpolines; IBPB: conditional; IBRS_FW; STIBP: disabled; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected)
- Mitigation 1
- Kernel is compiled with IBRS support: YES
- IBRS enabled and active: UNKNOWN
- Kernel is compiled with IBPB support: YES
- IBPB enabled and active: YES
- Mitigation 2
- Kernel has branch predictor hardening (arm): NO
- Kernel compiled with retpoline option: NO
STATUS: VULNERABLE (IBRS+IBPB or retpoline+IBPB is needed to mitigate the vulnerability)
CVE-2017-5754 aka âVariant 3, Meltdown, rogue data cache loadâ
- Mitigated according to the /sys interface: YES (Mitigation: PTI)
- Kernel supports Page Table Isolation (PTI): YES
- PTI enabled and active: YES
- Reduced performance impact of PTI: YES (CPU supports INVPCID, performance impact of PTI will be greatly reduced)
- Running as a Xen PV DomU: NO
STATUS: NOT VULNERABLE (Mitigation: PTI)
CVE-2018-3640 aka âVariant 3a, rogue system register readâ
- CPU microcode mitigates the vulnerability: YES
STATUS: NOT VULNERABLE (your CPU microcode mitigates the vulnerability)
CVE-2018-3639 aka âVariant 4, speculative store bypassâ
- Mitigated according to the /sys interface: YES (Mitigation: Speculative Store Bypass disabled via prctl)
- Kernel supports disabling speculative store bypass (SSB): YES (found in /proc/self/status)
- SSB mitigation is enabled and active: YES (per-thread through prctl)
- SSB mitigation currently active for selected processes: NO (no process found using SSB mitigation through prctl)
STATUS: NOT VULNERABLE (Mitigation: Speculative Store Bypass disabled via prctl)
CVE-2018-3615 aka âForeshadow (SGX), L1 terminal faultâ
- CPU microcode mitigates the vulnerability: N/A
STATUS: NOT VULNERABLE (your CPU vendor reported your CPU model as not affected)
CVE-2018-3620 aka âForeshadow-NG (OS), L1 terminal faultâ
- Mitigated according to the /sys interface: YES (Mitigation: PTE Inversion; VMX: conditional cache flushes, SMT disabled)
- Kernel supports PTE inversion: YES (found in kernel image)
- PTE inversion enabled and active: YES
STATUS: NOT VULNERABLE (Mitigation: PTE Inversion; VMX: conditional cache flushes, SMT disabled)
CVE-2018-3646 aka âForeshadow-NG (VMM), L1 terminal faultâ
- Information from the /sys interface: Mitigation: PTE Inversion; VMX: conditional cache flushes, SMT disabled
- This system is a host running a hypervisor: NO
- Mitigation 1 (KVM)
- Mitigation 2
- L1D flush is supported by kernel: YES (found flush_l1d in /proc/cpuinfo)
- L1D flush enabled: YES (conditional flushes)
- Hardware-backed L1D flush supported: YES (performance impact of the mitigation will be greatly reduced)
- Hyper-Threading (SMT) is enabled: NO
STATUS: NOT VULNERABLE (this system is not running a hypervisor)
CVE-2018-12126 aka âFallout, microarchitectural store buffer data sampling (MSBDS)â
- Mitigated according to the /sys interface: YES (Mitigation: Clear CPU buffers; SMT disabled)
- Kernel supports using MD_CLEAR mitigation: YES (md_clear found in /proc/cpuinfo)
- Kernel mitigation is enabled and active: YES
- SMT is either mitigated or disabled: YES
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for this mitigation, and mitigation is enabled)
CVE-2018-12130 aka âZombieLoad, microarchitectural fill buffer data sampling (MFBDS)â
- Mitigated according to the /sys interface: YES (Mitigation: Clear CPU buffers; SMT disabled)
- Kernel supports using MD_CLEAR mitigation: YES (md_clear found in /proc/cpuinfo)
- Kernel mitigation is enabled and active: YES
- SMT is either mitigated or disabled: YES
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for this mitigation, and mitigation is enabled)
CVE-2018-12127 aka âRIDL, microarchitectural load port data sampling (MLPDS)â
- Mitigated according to the /sys interface: YES (Mitigation: Clear CPU buffers; SMT disabled)
- Kernel supports using MD_CLEAR mitigation: YES (md_clear found in /proc/cpuinfo)
- Kernel mitigation is enabled and active: YES
- SMT is either mitigated or disabled: YES
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for this mitigation, and mitigation is enabled)
CVE-2019-11091 aka âRIDL, microarchitectural data sampling uncacheable memory (MDSUM)â
- Mitigated according to the /sys interface: YES (Mitigation: Clear CPU buffers; SMT disabled)
- Kernel supports using MD_CLEAR mitigation: YES (md_clear found in /proc/cpuinfo)
- Kernel mitigation is enabled and active: YES
- SMT is either mitigated or disabled: YES
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for this mitigation, and mitigation is enabled)
CVE-2019-11135 aka âZombieLoad V2, TSX Asynchronous Abort (TAA)â
- Mitigated according to the /sys interface: YES (Not affected)
- TAA mitigation is supported by kernel: YES (found tsx_async_abort in kernel image)
- TAA mitigation enabled and active: NO
STATUS: NOT VULNERABLE (your CPU vendor reported your CPU model as not affected)
CVE-2018-12207 aka âNo eXcuses, iTLB Multihit, machine check exception on page size changes (MCEPSC)â
- Mitigated according to the /sys interface: YES (KVM: Mitigation: Split huge pages)
- This system is a host running a hypervisor: NO
- iTLB Multihit mitigation is supported by kernel: YES (found itlb_multihit in kernel image)
- iTLB Multihit mitigation enabled and active: YES (KVM: Mitigation: Split huge pages)
STATUS: NOT VULNERABLE (this system is not running a hypervisor)
CVE-2020-0543 aka âSpecial Register Buffer Data Sampling (SRBDS)â
- Mitigated according to the /sys interface: YES (Mitigation: Microcode)
- SRBDS mitigation control is supported by the kernel: YES (found SRBDS implementation evidence in kernel image. Your kernel is up to date for SRBDS mitigation)
- SRBDS mitigation control is enabled and active: YES (Mitigation: Microcode)
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for SRBDS mitigation control. Mitigation is enabled)
CVE-2023-20593 aka âZenbleed, cross-process information leakâ
- Zenbleed mitigation is supported by kernel: YES (found zenbleed message in kernel image)
- Zenbleed kernel mitigation enabled and active: N/A (CPU is incompatible)
- Zenbleed mitigation is supported by CPU microcode: NO
STATUS: NOT VULNERABLE (your CPU vendor reported your CPU model as not affected)
SUMMARY: CVE-2017-5753:OK CVE-2017-5715:KO CVE-2017-5754:OK CVE-2018-3640:OK CVE-2018-3639:OK CVE-2018-3615:OK CVE-2018-3620:OK CVE-2018-3646:OK CVE-2018-12126:OK CVE-2018-12130:OK CVE-2018-12127:OK CVE-2019-11091:OK CVE-2019-11135:OK CVE-2018-12207:OK CVE-2020-0543:OK CVE-2023-20593:OK
And here, on this core, I get the result as safe.
Kernel compiled with retpoline option: YES
6.6.88-1-MANJARO
inxi fast
Summary
CPU: quad core Intel Core i5-4590T (-MCP-) speed/min/max: 800/800/3000 MHz
Kernel: 6.6.88-1-MANJARO x86_64 Up: 0m Mem: 1.12/15.33 GiB (7.3%)
Storage: 1.78 TiB (60.4% used) Procs: 226 Shell: Bash inxi: 3.3.38
CVE-2017-5715 aka âSpectre Variant 2, branch target injectionâ
Summary
CVE-2017-5715 aka âSpectre Variant 2, branch target injectionâ
- Mitigated according to the /sys interface: YES (Mitigation: Retpolines; IBPB: conditional; IBRS_FW; STIBP: disabled; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected)
- Mitigation 1
- Kernel is compiled with IBRS support: YES
- IBRS enabled and active: UNKNOWN
- Kernel is compiled with IBPB support: YES
- IBPB enabled and active: YES
- Mitigation 2
- Kernel has branch predictor hardening (arm): NO
- Kernel compiled with retpoline option: YES
- Kernel compiled with a retpoline-aware compiler: YES (kernel reports full retpoline compilation)
STATUS: NOT VULNERABLE (Full retpoline + IBPB are mitigating the vulnerability)
full log
Summary
Spectre and Meltdown mitigation detection tool v0.46
Checking for vulnerabilities on current system
Kernel is Linux 6.6.88-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sat Apr 26 06:59:32 UTC 2025 x86_64
CPU is Intel(R) Core⢠i5-4590T CPU @ 2.00GHz
Hardware check
- Hardware support (CPU microcode) for mitigation techniques
- Indirect Branch Restricted Speculation (IBRS)
- SPEC_CTRL MSR is available: YES
- CPU indicates IBRS capability: YES (SPEC_CTRL feature bit)
- Indirect Branch Prediction Barrier (IBPB)
- CPU indicates IBPB capability: YES (SPEC_CTRL feature bit)
- Single Thread Indirect Branch Predictors (STIBP)
- SPEC_CTRL MSR is available: YES
- CPU indicates STIBP capability: YES (Intel STIBP feature bit)
- Speculative Store Bypass Disable (SSBD)
- CPU indicates SSBD capability: YES (Intel SSBD)
- L1 data cache invalidation
- CPU indicates L1D flush capability: YES (L1D flush feature bit)
- Microarchitectural Data Sampling
- VERW instruction is available: YES (MD_CLEAR feature bit)
- Indirect Branch Predictor Controls
- Indirect Predictor Disable feature is available: NO
- Bottomless RSB Disable feature is available: NO
- BHB-Focused Indirect Predictor Disable feature is available: NO
- Enhanced IBRS (IBRS_ALL)
- CPU indicates ARCH_CAPABILITIES MSR availability: NO
- ARCH_CAPABILITIES MSR advertises IBRS_ALL capability: NO
- CPU explicitly indicates not being affected by Meltdown/L1TF (RDCL_NO): NO
- CPU explicitly indicates not being affected by Variant 4 (SSB_NO): NO
- CPU/Hypervisor indicates L1D flushing is not necessary on this system: NO
- Hypervisor indicates host CPU might be affected by RSB underflow (RSBA): NO
- CPU explicitly indicates not being affected by Microarchitectural Data Sampling (MDS_NO): NO
- CPU explicitly indicates not being affected by TSX Asynchronous Abort (TAA_NO): NO
- CPU explicitly indicates not being affected by iTLB Multihit (PSCHANGE_MSC_NO): NO
- CPU explicitly indicates having MSR for TSX control (TSX_CTRL_MSR): NO
- CPU supports Transactional Synchronization Extensions (TSX): NO
- CPU supports Software Guard Extensions (SGX): NO
- CPU supports Special Register Buffer Data Sampling (SRBDS): YES
- CPU microcode is known to cause stability problems: NO (family 0x6 model 0x3c stepping 0x3 ucode 0x28 cpuid 0x306c3)
- CPU microcode is the latest known available version: YES (latest version is 0x28 dated 2019/11/12 according to builtin firmwares DB v271+i20230614)
- CPU vulnerability to the speculative execution attack variants
- Affected by CVE-2017-5753 (Spectre Variant 1, bounds check bypass): YES
- Affected by CVE-2017-5715 (Spectre Variant 2, branch target injection): YES
- Affected by CVE-2017-5754 (Variant 3, Meltdown, rogue data cache load): YES
- Affected by CVE-2018-3640 (Variant 3a, rogue system register read): YES
- Affected by CVE-2018-3639 (Variant 4, speculative store bypass): YES
- Affected by CVE-2018-3615 (Foreshadow (SGX), L1 terminal fault): NO
- Affected by CVE-2018-3620 (Foreshadow-NG (OS), L1 terminal fault): YES
- Affected by CVE-2018-3646 (Foreshadow-NG (VMM), L1 terminal fault): YES
- Affected by CVE-2018-12126 (Fallout, microarchitectural store buffer data sampling (MSBDS)): YES
- Affected by CVE-2018-12130 (ZombieLoad, microarchitectural fill buffer data sampling (MFBDS)): YES
- Affected by CVE-2018-12127 (RIDL, microarchitectural load port data sampling (MLPDS)): YES
- Affected by CVE-2019-11091 (RIDL, microarchitectural data sampling uncacheable memory (MDSUM)): YES
- Affected by CVE-2019-11135 (ZombieLoad V2, TSX Asynchronous Abort (TAA)): NO
- Affected by CVE-2018-12207 (No eXcuses, iTLB Multihit, machine check exception on page size changes (MCEPSC)): YES
- Affected by CVE-2020-0543 (Special Register Buffer Data Sampling (SRBDS)): YES
- Affected by CVE-2023-20593 (Zenbleed, cross-process information leak): NO
CVE-2017-5753 aka âSpectre Variant 1, bounds check bypassâ
- Mitigated according to the /sys interface: YES (Mitigation: usercopy/swapgs barriers and __user pointer sanitization)
- Kernel has array_index_mask_nospec: NO
- Kernel has the Red Hat/Ubuntu patch: NO
- Kernel has mask_nospec64 (arm64): NO
- Kernel has array_index_nospec (arm64): NO
- Checking count of LFENCE instructions following a jump in kernel⌠NO (only 28 jump-then-lfence instructions found, should be >= 30 (heuristic))
STATUS: NOT VULNERABLE (Mitigation: usercopy/swapgs barriers and __user pointer sanitization)
CVE-2017-5715 aka âSpectre Variant 2, branch target injectionâ
- Mitigated according to the /sys interface: YES (Mitigation: Retpolines; IBPB: conditional; IBRS_FW; STIBP: disabled; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not affected)
- Mitigation 1
- Kernel is compiled with IBRS support: YES
- IBRS enabled and active: UNKNOWN
- Kernel is compiled with IBPB support: YES
- IBPB enabled and active: YES
- Mitigation 2
- Kernel has branch predictor hardening (arm): NO
- Kernel compiled with retpoline option: YES
- Kernel compiled with a retpoline-aware compiler: YES (kernel reports full retpoline compilation)
STATUS: NOT VULNERABLE (Full retpoline + IBPB are mitigating the vulnerability)
CVE-2017-5754 aka âVariant 3, Meltdown, rogue data cache loadâ
- Mitigated according to the /sys interface: YES (Mitigation: PTI)
- Kernel supports Page Table Isolation (PTI): YES
- PTI enabled and active: YES
- Reduced performance impact of PTI: YES (CPU supports INVPCID, performance impact of PTI will be greatly reduced)
- Running as a Xen PV DomU: NO
STATUS: NOT VULNERABLE (Mitigation: PTI)
CVE-2018-3640 aka âVariant 3a, rogue system register readâ
- CPU microcode mitigates the vulnerability: YES
STATUS: NOT VULNERABLE (your CPU microcode mitigates the vulnerability)
CVE-2018-3639 aka âVariant 4, speculative store bypassâ
- Mitigated according to the /sys interface: YES (Mitigation: Speculative Store Bypass disabled via prctl)
- Kernel supports disabling speculative store bypass (SSB): YES (found in /proc/self/status)
- SSB mitigation is enabled and active: YES (per-thread through prctl)
- SSB mitigation currently active for selected processes: NO (no process found using SSB mitigation through prctl)
STATUS: NOT VULNERABLE (Mitigation: Speculative Store Bypass disabled via prctl)
CVE-2018-3615 aka âForeshadow (SGX), L1 terminal faultâ
- CPU microcode mitigates the vulnerability: N/A
STATUS: NOT VULNERABLE (your CPU vendor reported your CPU model as not affected)
CVE-2018-3620 aka âForeshadow-NG (OS), L1 terminal faultâ
- Mitigated according to the /sys interface: YES (Mitigation: PTE Inversion; VMX: conditional cache flushes, SMT disabled)
- Kernel supports PTE inversion: YES (found in kernel image)
- PTE inversion enabled and active: YES
STATUS: NOT VULNERABLE (Mitigation: PTE Inversion; VMX: conditional cache flushes, SMT disabled)
CVE-2018-3646 aka âForeshadow-NG (VMM), L1 terminal faultâ
- Information from the /sys interface: Mitigation: PTE Inversion; VMX: conditional cache flushes, SMT disabled
- This system is a host running a hypervisor: NO
- Mitigation 1 (KVM)
- Mitigation 2
- L1D flush is supported by kernel: YES (found flush_l1d in /proc/cpuinfo)
- L1D flush enabled: YES (conditional flushes)
- Hardware-backed L1D flush supported: YES (performance impact of the mitigation will be greatly reduced)
- Hyper-Threading (SMT) is enabled: NO
STATUS: NOT VULNERABLE (this system is not running a hypervisor)
CVE-2018-12126 aka âFallout, microarchitectural store buffer data sampling (MSBDS)â
- Mitigated according to the /sys interface: YES (Mitigation: Clear CPU buffers; SMT disabled)
- Kernel supports using MD_CLEAR mitigation: YES (md_clear found in /proc/cpuinfo)
- Kernel mitigation is enabled and active: YES
- SMT is either mitigated or disabled: YES
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for this mitigation, and mitigation is enabled)
CVE-2018-12130 aka âZombieLoad, microarchitectural fill buffer data sampling (MFBDS)â
- Mitigated according to the /sys interface: YES (Mitigation: Clear CPU buffers; SMT disabled)
- Kernel supports using MD_CLEAR mitigation: YES (md_clear found in /proc/cpuinfo)
- Kernel mitigation is enabled and active: YES
- SMT is either mitigated or disabled: YES
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for this mitigation, and mitigation is enabled)
CVE-2018-12127 aka âRIDL, microarchitectural load port data sampling (MLPDS)â
- Mitigated according to the /sys interface: YES (Mitigation: Clear CPU buffers; SMT disabled)
- Kernel supports using MD_CLEAR mitigation: YES (md_clear found in /proc/cpuinfo)
- Kernel mitigation is enabled and active: YES
- SMT is either mitigated or disabled: YES
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for this mitigation, and mitigation is enabled)
CVE-2019-11091 aka âRIDL, microarchitectural data sampling uncacheable memory (MDSUM)â
- Mitigated according to the /sys interface: YES (Mitigation: Clear CPU buffers; SMT disabled)
- Kernel supports using MD_CLEAR mitigation: YES (md_clear found in /proc/cpuinfo)
- Kernel mitigation is enabled and active: YES
- SMT is either mitigated or disabled: YES
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for this mitigation, and mitigation is enabled)
CVE-2019-11135 aka âZombieLoad V2, TSX Asynchronous Abort (TAA)â
- Mitigated according to the /sys interface: YES (Not affected)
- TAA mitigation is supported by kernel: YES (found tsx_async_abort in kernel image)
- TAA mitigation enabled and active: NO
STATUS: NOT VULNERABLE (your CPU vendor reported your CPU model as not affected)
CVE-2018-12207 aka âNo eXcuses, iTLB Multihit, machine check exception on page size changes (MCEPSC)â
- Mitigated according to the /sys interface: YES (KVM: Mitigation: VMX disabled)
- This system is a host running a hypervisor: NO
- iTLB Multihit mitigation is supported by kernel: YES (found itlb_multihit in kernel image)
- iTLB Multihit mitigation enabled and active: YES (KVM: Mitigation: VMX disabled)
STATUS: NOT VULNERABLE (this system is not running a hypervisor)
CVE-2020-0543 aka âSpecial Register Buffer Data Sampling (SRBDS)â
- Mitigated according to the /sys interface: YES (Mitigation: Microcode)
- SRBDS mitigation control is supported by the kernel: YES (found SRBDS implementation evidence in kernel image. Your kernel is up to date for SRBDS mitigation)
- SRBDS mitigation control is enabled and active: YES (Mitigation: Microcode)
STATUS: NOT VULNERABLE (Your microcode and kernel are both up to date for SRBDS mitigation control. Mitigation is enabled)
CVE-2023-20593 aka âZenbleed, cross-process information leakâ
- Zenbleed mitigation is supported by kernel: YES (found zenbleed message in kernel image)
- Zenbleed kernel mitigation enabled and active: N/A (CPU is incompatible)
- Zenbleed mitigation is supported by CPU microcode: NO
STATUS: NOT VULNERABLE (your CPU vendor reported your CPU model as not affected)
SUMMARY: CVE-2017-5753:OK CVE-2017-5715:OK CVE-2017-5754:OK CVE-2018-3640:OK CVE-2018-3639:OK CVE-2018-3615:OK CVE-2018-3620:OK CVE-2018-3646:OK CVE-2018-12126:OK CVE-2018-12130:OK CVE-2018-12127:OK CVE-2019-11091:OK CVE-2019-11135:OK CVE-2018-12207:OK CVE-2020-0543:OK CVE-2023-20593:OK