enh: draft rework of CVE-2017-5753 aka spectre v1

built from commit 4738e8f0ad
 dated 2026-04-01 00:22:07 +0200
 by Stéphane Lesimple (speed47_github@speed47.net)
This commit is contained in:
github-actions[bot]
2026-03-31 22:23:17 +00:00
parent 5fd6a20ebb
commit 15ea90f312
2 changed files with 156 additions and 100 deletions

View File

@@ -3,7 +3,7 @@ Spectre & Meltdown Checker
A self-contained shell script to assess your system's resilience against the several [transient execution](https://en.wikipedia.org/wiki/Transient_execution_CPU_vulnerability) CVEs that were published since early 2018, and give you guidance as to how to mitigate them.
## List
## CVE list
CVE | Name | Aliases
--- | ---- | -------
@@ -223,6 +223,8 @@ docker build -t spectre-meltdown-checker .
docker run --rm --privileged -v /boot:/boot:ro -v /dev/cpu:/dev/cpu:ro -v /lib/modules:/lib/modules:ro spectre-meltdown-checker
```
</details>
## Example of script output
- Intel Haswell CPU running under Ubuntu 16.04 LTS