Security Advisory

CVE-2021-47137

CVE vulnerability detail — eXtreme Datacenter Security Operations

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

Description

In the Linux kernel, the following vulnerability has been resolved: net: lantiq: fix memory corruption in RX ring In a situation where memory allocation or dma mapping fails, an invalid address is programmed into the descriptor. This can lead to memory corruption. If the memory allocation fails, DMA should reuse the previous skb and mapping and drop the packet. This patch also increments rx drop counter.