First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: can: m_can: m_can_tx_handler(): fix use after free of skb can_put_echo_skb() will clone skb then free the skb. Move the can_put_echo_skb() for the m_can version 3.0.x directly before the start of the xmit in hardware, similar to the 3.1.x branch.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=3.0.0<3.1.0 | |
Linux Kernel | >=3.18<4.9.324 | |
Linux Kernel | >=4.10<4.14.289 | |
Linux Kernel | >=4.15<4.19.253 | |
Linux Kernel | >=4.20<5.4.207 | |
Linux Kernel | >=5.5<5.10.110 | |
Linux Kernel | >=5.11<5.15.33 | |
Linux Kernel | >=5.16<5.16.19 | |
Linux Kernel | >=5.17<5.17.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49275 has a severity rating that indicates it could lead to serious issues due to a use-after-free flaw in the Linux kernel.
To fix CVE-2022-49275, update the Linux kernel to a version that includes the patch addressing this vulnerability.
CVE-2022-49275 affects Linux kernel versions from 3.0.0 to 5.17.2, excluding specific patched versions.
CVE-2022-49275 is categorized as a use-after-free vulnerability that may lead to memory corruption.
CVE-2022-49275 impacts the m_can transmit handler in the Linux kernel's CAN subsystem.