CVE-2026-74579
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-74579 is a vulnerability in the Linux kernel's netfilter nft_payload module caused by an improper mask calculation in the nft_payload_offload_mask() function. When building the offload match mask for a payload expression covering only part of a header field (e.g., a partial IPv6 address match), the function performs an undefined shift operation — specifically 1 << 120 on a 32-bit int — triggering a UBSAN shift-out-of-bounds error. Additionally, the mask trimming logic is incomplete, causing trailing bytes to be over-masked beyond what the rule actually matches. The vulnerability affects Linux kernel versions from 5.9.14 up to (but not including) 5.10, and from 5.10 onward until the respective stable-branch fixes. It was disclosed on August 17, 2026, with a CVSS estimated severity of Medium and an EPSS score of approximately 0.157% (GitHub Advisory, ENISA EUVD).

Technical details

The root cause is an undefined behavior (UB) shift operation in net/netfilter/nft_payload.c at line 278, classifiable under CWE-682 (Incorrect Calculation). In nft_payload_offload_mask(), when priv_len is small relative to field_len (e.g., 1 byte out of a 16-byte IPv6 address), the computed shift exponent (120) exceeds the width of the 32-bit int operand, which is undefined behavior per the C standard. Furthermore, the word-level trimming loop only corrects one word, leaving the remaining words of the mask as 0xffffffff, and skips trimming entirely when priv_len is a multiple of 4. The fix replaces the shift-and-trim logic by directly setting the first priv_len bytes of the zero-initialized nft_data struct to 0xff, eliminating both the UB shift and the over-masking (GitHub Advisory, ENISA EUVD).

Impact

An attacker with local access sufficient to configure netfilter rules can craft payload expressions that exploit the incorrect mask to cause packet filtering rules to match traffic incorrectly. This primarily affects integrity of firewall policy enforcement — specifically, packets that should be blocked or redirected may instead pass through unfiltered, enabling firewall bypass. The vulnerability does not directly expose confidential data or crash the system, but incorrect packet matching could facilitate network-level tampering or evasion of security controls (ENISA EUVD, GitHub Advisory).

Exploitability

There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the disclosure date (GitHub Advisory). The vulnerability requires local access to configure netfilter rules, significantly limiting the attack surface. The EPSS score is approximately 0.157%, indicating a low probability of exploitation in the near term. The CVE is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, and no threat actor attribution has been reported (ENISA EUVD).

Mitigation and workarounds

Patches have been released for all affected stable kernel branches. The fixed versions are: 6.6.151, 6.12.103, 6.18.44, 7.1.8, and 7.2 (mainline). Administrators should update to the appropriate patched kernel version for their branch as soon as possible (GitHub Advisory, ENISA EUVD). As an interim workaround, restrict access to netfilter rule configuration to trusted administrators only, and audit existing netfilter payload-based rules — particularly those performing partial IPv6 address matches — to verify they behave as intended on unpatched systems.

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-74573CRITICAL9.3
  • Linux Kernel logoLinux Kernel
  • kernel-modules-extra
NoYesAug 15, 2026
CVE-2026-74576HIGH7.5
  • Linux Kernel logoLinux Kernel
  • bpftool
NoYesAug 15, 2026
CVE-2026-74578HIGH7.1
  • Linux Kernel logoLinux Kernel
  • kernel-debug-uki-virt
NoYesAug 16, 2026
CVE-2026-74579NONEN/A
  • Linux Kernel logoLinux Kernel
  • libperf-devel
NoYesAug 17, 2026
CVE-2026-74577NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fips
NoYesAug 15, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management