AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72246

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel's netfilter component affects the handling of tunnel routes during packet transmission due to incorrect direction usage. This flaw could lead to improper encapsulation, potentially compromising network traffic integrity. Organizations utilizing Linux systems, particularly those relying on tunneling protocols, should prioritize applying the patch to mitigate potential security risks.

CVE
CVE-2026-72246
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD 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.