CVE-2026-43141
ntb_hw_switchtec shift-out-of-bounds in Linux kernel
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's ntb_hw_switchtec component. It involves a shift-out-of-bounds error related to the number of Memory Window (MW) Look-Up Tables (LUTs). When the number of MW LUTs is set to zero, the function rounddown_pow_of_two is called with an invalid value, causing undefined behavior. The patch fixes this by ensuring rounddown_pow_of_two is only called with valid values.
How can this vulnerability impact me? :
The vulnerability can cause undefined behavior in the Linux kernel when the number of MW LUTs is zero, potentially leading to system instability or crashes. This could affect systems using the ntb_hw_switchtec component, possibly resulting in denial of service or other unpredictable kernel behavior.