Security Advisory

CVE-2021-47150

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-03-25 09:07:45
Last updated 2026-05-11 13:49:00
Assigner Linux
State PUBLISHED

Description

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.