PT-2026-37423 · Linux · Linux

Published

2026-05-06

·

Updated

2026-05-06

·

CVE-2026-43113

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
wifi: wl1251: validate packet IDs before indexing tx frames
wl1251 tx packet cb() uses the firmware completion ID directly to index the fixed 16-entry wl->tx frames[] array. The ID is a raw u8 from the completion block, and the callback does not currently verify that it fits the array before dereferencing it.
Reject completion IDs that fall outside wl->tx frames[] and keep the existing NULL check in the same guard. This keeps the fix local to the trust boundary and avoids touching the rest of the completion flow.

Related Identifiers

CVE-2026-43113

Affected Products

Linux