In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Mar 15, 2024
to the GitHub Advisory Database
•
Updated Jan 7, 2025
Description
Published by the National Vulnerability Database
Mar 15, 2024
Published to the GitHub Advisory Database
Mar 15, 2024
Last updated
Jan 7, 2025
In the Linux kernel, the following vulnerability has been resolved:
net: caif: fix memory leak in caif_device_notify
In case of caif_enroll_dev() fail, allocated
link_support won't be assigned to the corresponding
structure. So simply free allocated pointer in case
of error
References