Acknowledged
Created: Mar 25, 2024
Updated: Nov 12, 2024
Resolved Date: May 21, 2024
Found In Version: 10.19.45.1
Severity: Standard
Applicable for: Wind River Linux LTS 19
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)