CVE-2026-43141
Awaiting Analysis Awaiting Analysis - Queue
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
In the Linux kernel, the following vulnerability has been resolved: ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 mw lut Number of MW LUTs depends on NTB configuration and can be set to zero, in such scenario rounddown_pow_of_two will cause undefined behaviour and should not be performed. This patch ensures that rounddown_pow_of_two is called on valid value.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-05-06
Generated
2026-05-07
AI Q&A
2026-05-06
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart