From fd7083cb0849ce77b2bafc6501b07c02c9210b86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 20:59:55 +0000 Subject: [PATCH] doc: CVE-2018-9056 is out of scope (closes #169) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit built from commit 0edb3578940fa4bafe2762506cf798886b0029b7 dated 2026-04-02 22:58:45 +0200 by Stéphane Lesimple (speed47_github@speed47.net) --- README.md | 7 +++++++ spectre-meltdown-checker.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c735c9..7643ef6 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,13 @@ On AMD Zen 3 and Zen 4 processors, the CPU's transient scheduler may speculative +## Unsupported CVEs + +Several transient execution CVEs are not covered by this tool, for various reasons (duplicates, only +affecting non-supported hardware or OS, theoretical with no known exploitation, etc.). +The complete list along with the reason for each exclusion is available in the +[UNSUPPORTED_CVE_LIST.md](https://github.com/speed47/spectre-meltdown-checker/blob/source/UNSUPPORTED_CVE_LIST.md) file. + ## Scope Supported operating systems: diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index c883839..1dfaa65 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -13,7 +13,7 @@ # # Stephane Lesimple # -VERSION='26.23.0402865' +VERSION='26.23.0402874' # --- Common paths and basedirs --- readonly VULN_SYSFS_BASE="/sys/devices/system/cpu/vulnerabilities"