Description
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel netfilter flowtable contains logic that configures tunnel routes using the wrong packet direction. As a result, traffic traversing a tunnel is forwarded to an unintended interface or network segment. The vulnerability does not provide an attacker with code execution, privilege escalation, or data disclosure, but it can cause connectivity failures or inadvertent exposure of traffic to networks where it should not appear.

Affected Systems

All Linux kernel builds that include the netfilter flowtable component, whether from mainline sources or distribution kernels, are affected. This includes mainstream distributions and custom kernels that enable flowtable for either Layer‑2 or Layer‑3 tunneling. No specific version information is available.

Risk and Exploitability

The EPSS score is below 1 percent and the vulnerability is not listed in the CISA KEV catalog, indicating that exploitation is unlikely and no public attacks are known. Based on the description, it is inferred that an attacker would need to generate traffic that exercises the vulnerable flowtable state transition—such as a crafted packet routed through a tunnel or a configuration that forces a tunnel‑based route lookup—to trigger the mis‑routing. Because the issue only misroutes traffic rather than executing arbitrary code, the overall risk is considered low, though the potential for network disruption makes rapid remediation advisable.

Generated by OpenCVE AI on August 15, 2026 at 21:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that contains the netfilter flowtable tunnel direction fix.
  • If an upgrade cannot be applied immediately, disable the netfilter flowtable module or remove tunneling features that rely on it until the patch is installed.
  • Configure host firewalls to enforce explicit tunnel routes, avoiding reliance on the kernel’s default tunnel configuration.

Generated by OpenCVE AI on August 15, 2026 at 21:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Title kernel: netfilter: flowtable: use correct direction to set up tunnel route
Weaknesses CWE-628
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


Mon, 17 Aug 2026 06:30:00 +0000


Mon, 17 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: use correct direction to set up tunnel route The layer 2 encapsulation and layer 3 tunnel information in the xmit path is taken from the other tuple, because the tunnel information that is included in the tuple for hashtable lookups is also used to perform the egress encapsulation in the transmit path. This patch uses the correct direction when setting up the tunnel, the original proposed patch to address this fix uses the reversed direction. While at it, remove the redundant check to call dst_release() to drop the reference on the dst that was obtained from the forward path, which is not useful in the direct xmit path unless tunneling is performed. This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
Title netfilter: flowtable: use correct direction to set up tunnel route
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

Sat, 15 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665
CWE-800

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: use correct direction to set up tunnel route The layer 2 encapsulation and layer 3 tunnel information in the xmit path is taken from the other tuple, because the tunnel information that is included in the tuple for hashtable lookups is also used to perform the egress encapsulation in the transmit path. This patch uses the correct direction when setting up the tunnel, the original proposed patch to address this fix uses the reversed direction. While at it, remove the redundant check to call dst_release() to drop the reference on the dst that was obtained from the forward path, which is not useful in the direct xmit path unless tunneling is performed.
Title netfilter: flowtable: use correct direction to set up tunnel route
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: REJECTED

Assigner: Linux

Published:

Updated: 2026-08-17T05:31:29.071Z

Reserved: 2026-08-09T03:40:39.914Z

Link: CVE-2026-72246

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Rejected

Published: 2026-08-15T06:21:51.783

Modified: 2026-08-17T06:18:26.500

Link: CVE-2026-72246

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72246 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T21:45:02Z

Weaknesses