CVE-2026-53088

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.13:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.13:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.13:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.13:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.13:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.13:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.13:rc7:*:*:*:*:*:*

History

No history.

Information

Published : 2026-06-24 17:17

Updated : 2026-07-23 18:35


NVD link : CVE-2026-53088

Mitre link : CVE-2026-53088

CVE.ORG link : CVE-2026-53088


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-193

Off-by-one Error