cve/2024/CVE-2024-35858.md
2024-05-25 21:48:12 +02:00

884 B

CVE-2024-35858

Description

In the Linux kernel, the following vulnerability has been resolved:net: bcmasp: fix memory leak when bringing down interfaceWhen bringing down the TX rings we flush the rings but forget toreclaimed the flushed packets. This leads to a memory leak since wedo not free the dma mapped buffers. This also leads to tx controlblock corruption when bringing down the interface for powermanagement.

POC

Reference

No PoCs from references.

Github