Security Advisory

CVE-2024-35858

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-17 14:47:33
Last updated 2026-05-11 20:12:37
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: fix memory leak when bringing down interface When bringing down the TX rings we flush the rings but forget to reclaimed the flushed packets. This leads to a memory leak since we do not free the dma mapped buffers. This also leads to tx control block corruption when bringing down the interface for power management.