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-53267

7.8 · HIGH
Published Jun 25, 2026 linux CWE-674

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

netfilter: nft_ct: bail out on template ct in get eval

I noticed this issue while looking at a historic syzbot report [1].

A rule like the one below is enough to trigger the bug:

table ip t {

chain pre {

type filter hook prerouting priority raw;

ct zone set 1

ct original saddr 1.2.3.4 accept

}

}

The first expression attaches a per-cpu template ct via

nft_ct_set_zone_eval() (nf_ct_tmpl_alloc -> kzalloc, tuple is all

zero, nf_ct_l3num(ct) == 0). The next expression then calls

nft_ct_get_eval() on the same skb, treats the template as a real ct

and hits the 16-byte memcpy path. With dreg at NFT_REG32_15 this

overflows past struct nft_regs on the kernel stack; with smaller

dreg values it silently clobbers adjacent registers.

Reject template ct at the eval entry and in nft_ct_get_fast_eval(),

mirroring the check nft_ct_set_eval() already has. Additionally,

bou

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 >= 4.1, < 6.6.143 Affected

Frequently Asked Questions

What is CVE-2026-53267?

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

How severe is CVE-2026-53267?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-53267?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53267 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.

Browse by year 2026