SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-80636

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-20

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel's netfilter component affects the conntrack extension infrastructure, which has been rendered obsolete due to changes in how connection timeouts and helpers are managed. This flaw could lead to system crashes by allowing dereferencing of NULL pointers in unconfirmed conntracks. Linux system administrators and developers working with netfilter should prioritize addressing this issue to prevent potential instability in their environments.

CVE
CVE-2026-80636
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

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