CVE-2026-72248
netfilter: flowtable: support IPIP tunnel with direct xmit
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: support IPIP tunnel with direct xmit The combination of IPIP tunnel with direct xmit, eg. bridge device, breaks because no dst_entry is provided to check the skb headroom and to set the iph->frag_off field. This leads to invalid dst usage and can trigger a crash in the tunnel transmit path. Fix this by moving dst_cache and dst_cookie out of the runtime union so that they can be shared by neighbour, xfrm, and direct tunnel flows. For FLOW_OFFLOAD_XMIT_DIRECT tuples carrying tunnel metadata, preserve route state in these shared fields and release it through the common dst release path. Since dst_entry is now available to the three supported xmit modes and dst_release() already deals with NULL dst, remove the xmit type check in nft_flow_dst_release(). Moreover, skip the check if the dst entry is NULL in nf_flow_dst_check() which is now the case for the direct xmit case. Based on patch from Rein Wei <[email protected]>.
INFO
Published Date :
Aug. 15, 2026, 6:21 a.m.
Last Modified :
Aug. 17, 2026, 6:18 a.m.
Remotely Exploit :
Yes !
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 3.1 | CRITICAL | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
Solution
- Apply the provided patch to the Linux kernel.
- Ensure DST entry is available for direct xmit.
- Manage route state correctly through DST release path.
- Remove unnecessary DST checks in relevant functions.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-72248.
| URL | Resource |
|---|---|
| https://git.kernel.org/stable/c/0880c4ed122d0cddc9f29a2b28f055d1f24f0fca | |
| https://git.kernel.org/stable/c/fa7395c02d95e51bad2952325d2d6503bfbad437 |
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-72248 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-72248
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-72248 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-72248 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 17, 2026
Action Type Old Value New Value Added CVSS V3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'd30301ba4b07ac92eb38353a111833b009003170', 'lessThan': '0880c4ed122d0cddc9f29a2b28f055d1f24f0fca', 'versionType': 'git'}, {'status': 'affected', 'version': 'd30301ba4b07ac92eb38353a111833b009003170', 'lessThan': 'fa7395c02d95e51bad2952325d2d6503bfbad437', 'versionType': 'git'}], 'programFiles': ['include/net/netfilter/nf_flow_table.h', 'net/netfilter/nf_flow_table_core.c', 'net/netfilter/nf_flow_table_ip.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '6.19'}, {'status': 'unaffected', 'version': '0', 'lessThan': '6.19', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc3', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['include/net/netfilter/nf_flow_table.h', 'net/netfilter/nf_flow_table_core.c', 'net/netfilter/nf_flow_table_ip.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'd30301ba4b07ac92eb38353a111833b009003170', 'lessThan': '0880c4ed122d0cddc9f29a2b28f055d1f24f0fca', 'versionType': 'git'}, {'status': 'affected', 'version': 'd30301ba4b07ac92eb38353a111833b009003170', 'lessThan': 'fa7395c02d95e51bad2952325d2d6503bfbad437', 'versionType': 'git'}], 'programFiles': ['include/net/netfilter/nf_flow_table.h', 'net/netfilter/nf_flow_table_core.c', 'net/netfilter/nf_flow_table_ip.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '6.19'}, {'status': 'unaffected', 'version': '0', 'lessThan': '6.19', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['include/net/netfilter/nf_flow_table.h', 'net/netfilter/nf_flow_table_core.c', 'net/netfilter/nf_flow_table_ip.c'], 'defaultStatus': 'affected'}] -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 15, 2026
Action Type Old Value New Value Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'd30301ba4b07ac92eb38353a111833b009003170', 'lessThan': '0880c4ed122d0cddc9f29a2b28f055d1f24f0fca', 'versionType': 'git'}, {'status': 'affected', 'version': 'd30301ba4b07ac92eb38353a111833b009003170', 'lessThan': 'fa7395c02d95e51bad2952325d2d6503bfbad437', 'versionType': 'git'}], 'programFiles': ['include/net/netfilter/nf_flow_table.h', 'net/netfilter/nf_flow_table_core.c', 'net/netfilter/nf_flow_table_ip.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '6.19'}, {'status': 'unaffected', 'version': '0', 'lessThan': '6.19', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc3', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['include/net/netfilter/nf_flow_table.h', 'net/netfilter/nf_flow_table_core.c', 'net/netfilter/nf_flow_table_ip.c'], 'defaultStatus': 'affected'}] Added Description In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: support IPIP tunnel with direct xmit The combination of IPIP tunnel with direct xmit, eg. bridge device, breaks because no dst_entry is provided to check the skb headroom and to set the iph->frag_off field. This leads to invalid dst usage and can trigger a crash in the tunnel transmit path. Fix this by moving dst_cache and dst_cookie out of the runtime union so that they can be shared by neighbour, xfrm, and direct tunnel flows. For FLOW_OFFLOAD_XMIT_DIRECT tuples carrying tunnel metadata, preserve route state in these shared fields and release it through the common dst release path. Since dst_entry is now available to the three supported xmit modes and dst_release() already deals with NULL dst, remove the xmit type check in nft_flow_dst_release(). Moreover, skip the check if the dst entry is NULL in nf_flow_dst_check() which is now the case for the direct xmit case. Based on patch from Rein Wei <[email protected]>. Added Reference https://git.kernel.org/stable/c/0880c4ed122d0cddc9f29a2b28f055d1f24f0fca Added Reference https://git.kernel.org/stable/c/fa7395c02d95e51bad2952325d2d6503bfbad437