Security Advisory

CVE-2024-56645

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-12-27 15:02:46
Last updated 2026-05-11 20:56:29
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: can: j1939: j1939_session_new(): fix skb reference counting Since j1939_session_skb_queue() does an extra skb_get() for each new skb, do the same for the initial one in j1939_session_new() to avoid refcount underflow. [mkl: clean up commit message]