First published: Thu Nov 07 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Fix out of bound check Driver exports pacing stats only on GenP5 and P7 adapters. But while parsing the pacing stats, driver has a check for "rdev->dbr_pacing". This caused a trace when KASAN is enabled. BUG: KASAN: slab-out-of-bounds in bnxt_re_get_hw_stats+0x2b6a/0x2e00 [bnxt_re] Write of size 8 at addr ffff8885942a6340 by task modprobe/4809
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.6<6.6.59 | |
Linux Kernel | >=6.7<6.11.6 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50158 is considered a moderate severity vulnerability in the Linux kernel.
CVE-2024-50158 affects Linux kernel versions between 6.7 and 6.6.59, as well as 6.12-rc1, 6.12-rc2, and 6.12-rc3.
To fix CVE-2024-50158, update the Linux kernel to a version that addresses this vulnerability.
CVE-2024-50158 impacts systems using the RDMA (Remote Direct Memory Access) feature in the Linux kernel, specifically on GenP5 and P7 adapters.
CVE-2024-50158 was caused by an out of bound check in the RDMA/bnxt_re driver when parsing pacing stats.