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 Linux kernel | >=4.14.291<4.15 | |
Linux Linux kernel | >=4.19.256<4.20 | |
Linux Linux kernel | >=5.4.211<5.5 | |
Linux Linux kernel | >=5.10.137<5.11 | |
Linux Linux kernel | >=5.15.61<5.16 | |
Linux Linux kernel | >=5.18.18<5.19 | |
Linux Linux kernel | >=5.19.2<5.20 | |
Linux Linux kernel | >=6.0<6.1.120 | |
Linux Linux kernel | >=6.2<6.6.66 | |
Linux Linux kernel | >=6.7<6.12.5 | |
Linux Linux kernel | =6.13-rc1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.