HomeDefectsLIN1024-23363
Acknowledged

LIN1024-23363 : Security Advisory - linux - CVE-2026-53088

Created: Jun 25, 2026    Updated: Aug 6, 2026
Found In Version: 10.24.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel

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.