In the Linux kernel, the following vulnerability has been resolved:
wifi: b43legacy: enforce bounds check on firmware key index in RX path
Same fix as b43: the firmware-controlled key index in b43legacy_rx()
can exceed dev->max_nr_keys. The existing B43legacy_WARN_ON is
non-enforcing in production builds, allowing an out-of-bounds read of
dev->key[].
Make the check enforcing by dropping the frame for invalid indices.
References
Configurations
Configuration 1 (hide)
|
History
10 Jun 2026, 21:13
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
| References | () https://git.kernel.org/stable/c/1baaeb6adecb9691748c0253dab6ddd19a2b4e9e - Patch | |
| References | () https://git.kernel.org/stable/c/4242db36de99de734cc1f60e5edd86cda7e598c6 - Patch | |
| References | () https://git.kernel.org/stable/c/6ee946077607d7783ae6709a899213fc4fe08f35 - Patch | |
| References | () https://git.kernel.org/stable/c/9d1bc155802943e92c57a5fb923d23edfbf0b525 - Patch | |
| References | () https://git.kernel.org/stable/c/a035766f970bde2d4298346a31a80685be5c0205 - Patch | |
| References | () https://git.kernel.org/stable/c/a92bd0503df2488f2cc040f329ebccff1c1934cb - Patch | |
| References | () https://git.kernel.org/stable/c/df805c1d085b7a96077f0964185764c87060950d - Patch | |
| References | () https://git.kernel.org/stable/c/fdd4e51979f42ca8b1ab7e6176b607e1caabf2a5 - Patch | |
| First Time |
Linux linux Kernel
Linux |
|
| CWE | CWE-129 | |
| 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:*:*:*:*:*:* |
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-10 21:13
NVD link : CVE-2026-46163
Mitre link : CVE-2026-46163
CVE.ORG link : CVE-2026-46163
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-129
Improper Validation of Array Index
