First published: Fri Mar 15 2024(Updated: )
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
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-47122 is classified as a medium severity vulnerability.
To fix CVE-2021-47122, update your Linux kernel to a version later than those affected, specifically above 5.13-rc4.
The impact of CVE-2021-47122 is a potential memory leak in the Linux kernel within the CAIF subsystem.
CVE-2021-47122 affects multiple versions of the Linux kernel, specifically from 3.3 up to 5.13-rc4.
CVE-2021-47122 affects the CAIF (Carrier Aggregation on Internet First) subsystem within the Linux kernel.