In the Linux kernel, the following vulnerability has been resolved:
wifi: b43: enforce bounds check on firmware key index in b43_rx()
The firmware-controlled key index in b43_rx() can exceed the dev->key[]
array size (58 entries). The existing B43_WARN_ON is non-enforcing in
production builds, allowing an out-of-bounds read.
Make the B43_WARN_ON check enforcing by dropping the frame when the
firmware returns an invalid key index.
References
Configurations
Configuration 1 (hide)
|
History
24 Jun 2026, 16:51
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-129 | |
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* |
|
| References | () https://git.kernel.org/stable/c/135cb49c9a42a02cceeac7b49ec03e267f7ed6d6 - Patch | |
| References | () https://git.kernel.org/stable/c/1e9e55cf66f0fa4799f4d86ef3aaba8e606b5c14 - Patch | |
| References | () https://git.kernel.org/stable/c/1f4f78bf8549e6ac4f04fba4176854f3a6e0c332 - Patch | |
| References | () https://git.kernel.org/stable/c/219ba67e69e49681e48c822d6eaafb5def032f34 - Patch | |
| References | () https://git.kernel.org/stable/c/3157ad40b084a8f3932da2641749ab45e99b933e - Patch | |
| References | () https://git.kernel.org/stable/c/765709720e6af9a178abc40244a8d1aa39ac4e71 - Patch | |
| References | () https://git.kernel.org/stable/c/c3d7b90dc95020cd9282c4630e402fe224f7644e - Patch | |
| References | () https://git.kernel.org/stable/c/d7029879bafdac2006c67553807d122283dc6cbf - Patch | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
01 Jun 2026, 17:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
28 May 2026, 10:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-28 10:16
Updated : 2026-06-24 16:51
NVD link : CVE-2026-46122
Mitre link : CVE-2026-46122
CVE.ORG link : CVE-2026-46122
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-129
Improper Validation of Array Index
