Answer in brief
CVE-2026-45876 records a Medium severity (CVSS 5.5) vulnerability in arm64/gcs: Fix error handling in arch_set_shadow_stack_status(). The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=b57180c75c7ebff6613886cb69ef6e283a10358b <c787a235deb33be6eda40beee8f561da5fd8cb8c || >=b57180c75c7ebff6613886cb69ef6e283a10358b <a4741114c9622346c4bbb8cc2bbd88153616ffaf || >=b57180c75c7ebff6613886cb69ef6e283a10358b <53c998527ffa60f9deda8974a11ad39790684159 | c787a235deb33be6eda40beee8f561da5fd8cb8c, a4741114c9622346c4bbb8cc2bbd88153616ffaf, 53c998527ffa60f9deda8974a11ad39790684159 |
| Linux/Linuxgeneric | 6.13 | Not reported |
Published upstream
May 27, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jun 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 25, 2026
In the Linux kernel, the following vulnerability has been resolved: arm64/gcs: Fix error handling in arch_set_shadow_stack_status() alloc_gcs() returns an error-encoded pointer on failure, which comes from do_mmap(), not NULL. The current NULL check fails to detect errors, which could lead to using an invalid GCS address. Use IS_ERR_VALUE() to properly detect errors, consistent with the check in gcs_alloc_thread_stack().
Quoted source text, attributed separately from HOL analysis.