mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-04-03 05:37:11 +02:00
doc: CVE-2018-9056 is out of scope (closes #169)
built from commit 0edb357894
dated 2026-04-02 22:58:45 +0200
by Stéphane Lesimple (speed47_github@speed47.net)
This commit is contained in:
@@ -167,6 +167,13 @@ On AMD Zen 3 and Zen 4 processors, the CPU's transient scheduler may speculative
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
## 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
|
## Scope
|
||||||
|
|
||||||
Supported operating systems:
|
Supported operating systems:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#
|
#
|
||||||
# Stephane Lesimple
|
# Stephane Lesimple
|
||||||
#
|
#
|
||||||
VERSION='26.23.0402865'
|
VERSION='26.23.0402874'
|
||||||
|
|
||||||
# --- Common paths and basedirs ---
|
# --- Common paths and basedirs ---
|
||||||
readonly VULN_SYSFS_BASE="/sys/devices/system/cpu/vulnerabilities"
|
readonly VULN_SYSFS_BASE="/sys/devices/system/cpu/vulnerabilities"
|
||||||
|
|||||||
Reference in New Issue
Block a user