First published: Fri Mar 15 2024(Updated: )
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 won't be assigned to the corresponding structure. So simply free allocated pointer in case of error.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=3.3<4.4.272 | |
Linux Kernel | >=4.5<4.9.272 | |
Linux Kernel | >=4.10<4.14.236 | |
Linux Kernel | >=4.15<4.19.194 | |
Linux Kernel | >=4.20<5.4.125 | |
Linux Kernel | >=5.5<5.10.43 | |
Linux Kernel | >=5.11<5.12.10 | |
Linux Kernel | =5.13-rc1 | |
Linux Kernel | =5.13-rc2 | |
Linux Kernel | =5.13-rc3 | |
Linux Kernel | =5.13-rc4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-47121 has been classified as a moderate severity vulnerability.
To fix CVE-2021-47121, update to a patched version of the Linux kernel that addresses this vulnerability.
CVE-2021-47121 addresses a memory leak in the Linux kernel related to the caif_enroll_dev() function.
CVE-2021-47121 affects multiple Linux kernel versions between 3.3 and 5.13-rc4, excluding certain patched versions.
CVE-2021-47121 impacts the CAIF (Cellular Abstraction Interface Framework) networking subsystem.