Fixed
Created: Mar 25, 2024
Updated: May 22, 2024
Resolved Date: May 21, 2024
Found In Version: 10.21.20.1
Fix Version: 10.21.20.21
Severity: Standard
Applicable for: Wind River Linux LTS 21
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:
net: fec: fix the potential memory leak in fec_enet_init()
If the memory allocated for cbd_base is failed, it should
free the memory allocated for the queues, otherwise it causes
memory leak.
And if the memory allocated for the queues is failed, it can
return error directly.
CREATE(Triage):(User=admin) CVE-2021-47150 (https://nvd.nist.gov/vuln/detail/CVE-2021-47150)