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.
References
Configurations
Configuration 1 (hide)
|
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
