CVE-2021-47121

Publication date

2024-03-15 20:14:27

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: net: caif: fix memory leak in cfusbl_device_notify In case of caif_enroll_dev() fail, allocated link_support wont be assigned to the corresponding structure. So simply free allocated pointer in case of error.