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

netfilter: conntrack: revert ct extension genid infrastructure

This infrastructure is not used anymore after moving ct timeout and
helper to use datapath refcount to track object use.

Revert commit c56716c69ce1 ("netfilter: extensions: introduce extension
genid count") this patch disables all ct extensions (leading to NULL)
for unconfirmed conntracks, when this is only targeted at ct helper and
ct timeout. There is also codebase that dereferences the ct extension
without checking for NULL which could lead to crash.
Published: 2026-08-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Kernel Crash (Denial of Service)
Action: Apply Patch
AI Analysis

Impact

A null pointer dereference occurs in the Linux kernel's netfilter connection tracking subsystem when the genid extension infrastructure is reused for unconfirmed conntrack entries. The code path can create a NULL extension and later dereference it without a NULL check, which triggers a kernel panic and brings the entire host to a halt, effectively denying service to all network operations on that machine.

Affected Systems

The flaw is present in every Linux kernel version that still contains the reverted genid code path. Vendor data lists the flaw with “Linux:Linux”, indicating all distributions that ship the stock Linux kernel are potentially affected until the regression is corrected. Exact kernel versions are not specified, so any kernel that still contains the reverted genid logic remains vulnerable.

Risk and Exploitability

The CVSS score of 5.5 classifies the vulnerability as medium severity. The EPSS score of <1 % indicates a very low likelihood of exploitation in the wild. The flaw is not currently listed in the CISA KEV catalog, and no publicly known exploits exist. If the vulnerable code path is triggered it will result in an uncontrollable kernel panic, but the probability of such an event under normal operations remains low.

Generated by OpenCVE AI on August 31, 2026 at 14:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that removes the regression or includes a NULL-check for conntrack extensions.
  • If a kernel upgrade cannot be performed immediately, disable or unload netfilter connection‑tracking modules that rely on the genid infrastructure to avoid creating unconfirmed entries that could dereference a NULL extension.
  • Continuously monitor kernel logs for panics or null-pointer dereference messages related to conntrack, and plan for rapid reboot or fail‑over to maintain availability.

Generated by OpenCVE AI on August 31, 2026 at 14:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
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


Fri, 28 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 28 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 28 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: revert ct extension genid infrastructure This infrastructure is not used anymore after moving ct timeout and helper to use datapath refcount to track object use. Revert commit c56716c69ce1 ("netfilter: extensions: introduce extension genid count") this patch disables all ct extensions (leading to NULL) for unconfirmed conntracks, when this is only targeted at ct helper and ct timeout. There is also codebase that dereferences the ct extension without checking for NULL which could lead to crash.
Title netfilter: conntrack: revert ct extension genid infrastructure
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-28T06:48:50.241Z

Reserved: 2026-08-26T14:34:25.777Z

Link: CVE-2026-80636

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:48.513

Modified: 2026-08-28T08:16:48.513

Link: CVE-2026-80636

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-80636 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T14:15:06Z

Weaknesses