CVE-2025-40008
BaseFortify
Publication date: 2025-10-20
Last updated on: 2025-10-21
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | 6.17.0-rc3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a bug in the Linux kernel's Kernel Memory Sanitizer (KMSAN) related to out-of-bounds access to shadow memory. Specifically, when a buffer that is not 4-byte aligned and extends to the end of a guard page is processed, the kmsan_internal_set_shadow_origin() function accesses shadow memory beyond the buffer's allocated shadow memory. This happens because the function incorrectly uses the original unrounded shadow address when checking shadow bytes, leading to reads from unmapped memory and causing a kernel crash.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (kernel panic) when running certain operations, such as sha224_kunit on a KMSAN-enabled kernel. The crash occurs due to out-of-bounds memory access in the kernel, which can lead to system instability or denial of service.