Security Advisory

CVE-2026-53088

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-06-24 16:30:27
Last updated 2026-06-28 06:39:11
Assigner Linux
CVSS score 9.8
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: fix off-by-one in bcmgenet_put_txcb The write_ptr points to the next open tx_cb. We want to return the tx_cb that gets rewinded, so we must rewind the pointer first then return the tx_cb that it points to. That way the txcb can be correctly cleaned up.