Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-53069

7.5 · HIGH
Published Jun 24, 2026 linux CWE-476 EPSS 0.38% (31th pctl)

Overview

CVE-2026-53069 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master

syzkaller reported a kernel panic in bond_rr_gen_slave_id() reached via

xdp_master_redirect(). Full decoded trace:

https://syzkaller.appspot.com/bug?extid=80e046b8da2820b6ba73

bond_rr_gen_slave_id() dereferences bond->rr_tx_counter, a per-CPU

counter that bonding only allocates in bond_open() when the mode is

round-robin. If the bond device was never brought up, rr_tx_counter

stays NULL.

The XDP redirect path can still reach that code on a bond that was

never opened: bpf_master_redirect_enabled_key is a global static key,

so as soon as any bond device has native XDP attached, the

XDP_TX -> xdp_master_redirect() interception is enabled for every

slave system-wide. The path xdp_master_redirect() ->

bond_xdp_get_xmit_slave() -> bond_xdp_xmit_roundrobin_slave_get() ->

bond_rr_gen_slave_id() then runs against a bond that has no

rr_tx_counter and cr

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.15, < 5.15.209 Affected

Frequently Asked Questions

What is CVE-2026-53069?

CVE-2026-53069 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-53069?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-53069?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-53069?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53069 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.