First published: Fri Dec 27 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: can: hi311x: hi3110_can_ist(): fix potential use-after-free The commit a22bd630cfff ("can: hi311x: do not report txerr and rxerr during bus-off") removed the reporting of rxerr and txerr even in case of correct operation (i. e. not bus-off). The error count information added to the CAN frame after netif_rx() is a potential use after free, since there is no guarantee that the skb is in the same state. It might be freed or reused. Fix the issue by postponing the netif_rx() call in case of txerr and rxerr reporting.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.14.291<4.15 | |
Linux Kernel | >=4.19.256<4.20 | |
Linux Kernel | >=5.4.211<5.5 | |
Linux Kernel | >=5.10.137<5.11 | |
Linux Kernel | >=5.15.61<5.16 | |
Linux Kernel | >=5.18.18<5.19 | |
Linux Kernel | >=5.19.2<5.20 | |
Linux Kernel | >=6.0<6.1.120 | |
Linux Kernel | >=6.2<6.6.66 | |
Linux Kernel | >=6.7<6.12.5 | |
Linux Kernel | =6.13-rc1 | |
debian/linux | <=5.10.223-1<=5.10.234-1 | 6.1.129-1 6.1.133-1 6.12.21-1 6.12.22-1 |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-56651 is a critical vulnerability due to a potential use-after-free in the Linux kernel.
To fix CVE-2024-56651, update your Linux kernel to a version that addresses this vulnerability.
CVE-2024-56651 affects multiple versions of the Linux kernel, specifically from version 4.14.291 to 6.13-rc1.
Yes, CVE-2024-56651 can lead to system instability and exploitation due to the use-after-free vulnerability.
There are no confirmed workarounds for CVE-2024-56651 other than applying the available patches.