PT-2026-52312 · Linux · Linux
Published
2026-06-25
·
Updated
2026-06-25
·
CVE-2026-53217
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
net: mvpp2: sync RX data at the hardware packet offset
mvpp2 programs the RX queue packet offset, so hardware writes received
data at dma addr + MVPP2 SKB HEADROOM. The current CPU sync starts at
dma addr and only covers rx bytes + MVPP2 MH SIZE bytes, which syncs the
unused headroom and misses the same number of bytes at the packet tail.
On non-coherent DMA systems this can leave the CPU reading stale cache
contents for the end of the received frame.
Use dma sync single range for cpu() with MVPP2 SKB HEADROOM as the range
offset so the sync covers the Marvell header and packet data actually
written by hardware.
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux