Bug 2467092 (CVE-2026-43141) - CVE-2026-43141 kernel: ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 mw lut
Summary: CVE-2026-43141 kernel: ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 m...
Keywords:
Status: NEW
Alias: CVE-2026-43141
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-06 13:03 UTC by OSIDB Bzimport
Modified: 2026-05-06 18:28 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-06 13:03:49 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.