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

netfilter: flowtable: IPIP tunnel hardware offload is not yet support

No driver supports for IPIP tunnels yet, give up early on setting up the
hardware offload for this scenario.

This patch adds a stub that can be enhanced to add more configuration
that are currently not supported. As of now, the offload work is
enqueued to the worker, then ignored if the hardware offload
configuration is not supported.

Check the NF_FLOW_HW flag to know if this entry was already tried once
to be offloaded so this is not retried on refresh when unsupported. Move
NF_FLOW_HW flag check to nf_flow_offload_add(). If this NF_FLOW_HW flag
is unset the _del and _stats variants are never called.

This can be updated later on to skip hardware offload work to be queued
in case hardware offload does not support it.
Published: 2026-07-25
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Linux kernel’s netfilter flowtable module where attempts to offload IPIP tunnel processing onto hardware are not yet supported. When configuration attempts are made, the stub logic enqueues the offload job but then silently discards it if the hardware cannot handle the request, setting a flag to avoid repeated retries. This behavior does not trigger crashes, privilege escalation, or data leakage; it merely ensures that unsupported offload attempts do not repeatedly consume resources. The impact is limited to the operational path of IPIP tunnels and they will fall back to software handling, which may affect throughput but does not compromise confidentiality, integrity or availability beyond performance considerations. The likely attack vector is kernel‑level configuration by a privileged user; no remote exploit is documented.

Affected Systems

All Linux kernel releases that include the netfilter flowtable module with the IPIP tunnel offload stub are affected. The specific kernel version range is not disclosed in the advisory; any current kernel that uses this stub path is potentially impacted. Users should examine their kernel sources or release notes to determine if the flowtable IPIP offload logic is present and whether it has been updated.

Risk and Exploitability

The CVSS score is 9.8, illustrating that the flaw is considered high severity, but the EPSS score of less than 1% indicates a very low probability that the vulnerability will be exploited in the wild. The vulnerability does not appear in the CISA KEV catalog, and there are no public exploits or reports of malicious use. Because the flaw requires kernel‑level manipulation of offload settings—a privilege that is typically reserved for system administrators—the risk to the broader population remains low, but it can still degrade performance for affected networks.

Generated by OpenCVE AI on August 4, 2026 at 14:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a kernel revision where the flowtable IPIP offload stub is correctly handled or removed.
  • Disable IPIP tunnel offload support in netfilter configuration (e.g., adjust sysctl or compile‑time options) to prevent unsupported offload attempts.
  • Monitor system logs for NF_FLOW_HW flag activity or offload queue messages to detect unintended offload attempts and adjust networking policies accordingly.

Generated by OpenCVE AI on August 4, 2026 at 14:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 30 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-166
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 27 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: IPIP tunnel hardware offload is not yet support No driver supports for IPIP tunnels yet, give up early on setting up the hardware offload for this scenario. This patch adds a stub that can be enhanced to add more configuration that are currently not supported. As of now, the offload work is enqueued to the worker, then ignored if the hardware offload configuration is not supported. Check the NF_FLOW_HW flag to know if this entry was already tried once to be offloaded so this is not retried on refresh when unsupported. Move NF_FLOW_HW flag check to nf_flow_offload_add(). If this NF_FLOW_HW flag is unset the _del and _stats variants are never called. This can be updated later on to skip hardware offload work to be queued in case hardware offload does not support it.
Title netfilter: flowtable: IPIP tunnel hardware offload is not yet support
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:41:44.828Z

Reserved: 2026-07-19T15:36:31.786Z

Link: CVE-2026-64410

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-25T10:17:24.753

Modified: 2026-08-11T15:01:50.637

Link: CVE-2026-64410

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64410 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T14:30:10Z

Weaknesses
  • CWE-166

    Improper Handling of Missing Special Element