In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
Mar 4, 2025
to the GitHub Advisory Database
•
Updated Mar 4, 2025
Description
Published by the National Vulnerability Database
Feb 26, 2025
Published to the GitHub Advisory Database
Mar 4, 2025
Last updated
Mar 4, 2025
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.
References