← Back to CVE List

CVE-2022-49275

Published: 2025-02-26T07:01Z
Last Modified: 2025-03-25T15:24Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt