PT-2026-51963 · Linux+2 · Linux Kernel+2
CVE-2026-53069
·
Published
2026-04-14
·
Updated
2026-09-07
CVSS v2.0
7.8
High
| Vector | AV:N/AC:L/Au:N/C:N/I:N/A:C |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A null-pointer dereference exists in the
xdp master redirect() function. This occurs when the function attempts to call the master's ndo xdp get xmit slave() while the master device is not up. In bonding configurations using round-robin mode, the bond rr gen slave id() function dereferences the bond->rr tx counter variable, which remains NULL if the bond device was never brought up via bond open(). Because bpf master redirect enabled key is a global static key, the interception path xdp master redirect() -> bond xdp get xmit slave() -> bond xdp xmit roundrobin slave get() -> bond rr gen slave id() can be triggered for any slave system-wide once any bond device has native XDP attached, leading to a kernel panic.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Ubuntu