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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, a flaw in the netfilter conntrack implementation permits a NULL pointer dereference. The vulnerability is triggered when connection tracking extensions that are no longer in use are still instantiated for unconfirmed conntrack entries. Because the code mistakenly dereferences the extension without a NULL check, a crafted packet that generates such an unconfirmed state can cause the kernel to crash, resulting in a denial‑of‑service condition that a local attacker or one controlling network traffic to the host may exploit.

Affected Systems

The flaw appears in any Linux system that runs a kernel version which includes the reverted genid extension code. The vendor list indicates the issue is present in Linux:Linux across all distributions. No specific version range is supplied, so all kernels carrying the commit are affected until a patch removes the regression.

Risk and Exploitability

Because the vulnerability is a NULL pointer dereference it is straightforward for an exploit to trigger a crash if the attacker can produce the appropriate conntrack state. No CVSS or EPSS scores are listed and the flaw is not in the CISA KEV catalog, implying no confirmed public exploitation yet. Nonetheless, the potential for an attacker who can influence network traffic to a vulnerable host to cause the crash gives it a moderate to high risk profile; administrators should treat it as a serious DoS vector until an official fix is available.

Generated by OpenCVE AI on August 28, 2026 at 09:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that removes the regression and correctly checks for NULL before dereferencing conntrack extensions; obtain patches from the Linux kernel maintainers or distribution updates.
  • If an immediate kernel upgrade is not possible, mitigate by disabling unused netfilter conntrack extensions or modules that rely on genid infrastructure, ensuring that unconfirmed conntrack entries are not instantiated and thus reducing the attack surface.
  • Monitor system logs for repeated kernel panics or NULL pointer dereference messages associated with conntrack to detect exploitation attempts and plan for rapid reboot or failover to maintain availability.

Generated by OpenCVE AI on August 28, 2026 at 09:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T09:30:18Z

Weaknesses