CVE-2025-71078
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-03-25
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 4.20 |
| linux | linux_kernel | From 5.11 (inc) to 5.15.198 (exc) |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | From 6.13 (inc) to 6.18.4 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.160 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.6.120 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.64 (exc) |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | From 4.20.1 (inc) to 5.10.248 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel on systems using the hash MMU with a software SLB preload cache. The preload cache mirrors entries in the hardware SLB buffer but is periodically evicted to remove old entries. To optimize performance, the kernel sometimes skips a context switch operation when the memory management structures are the same between processes. However, this can cause inconsistencies between the hardware SLB and the software preload cache. Specifically, if an SLB entry is evicted from the software cache on one CPU and the same process runs on another CPU without a proper MMU context switch, the hardware SLB may retain stale entries. When the kernel tries to reload these entries, it can cause an SLB multi-hit error, which is a conflict due to duplicate entries in the hardware SLB.
How can this vulnerability impact me? :
This vulnerability can lead to SLB multi-hit errors on affected systems, which may cause system instability or crashes when processes migrate between CPUs without proper MMU context switching. This can degrade system reliability and performance on systems using the hash MMU and affected Linux kernel versions.