In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_nat: reject unsupported target families xt_nat SNAT and DNAT target handlers assume IP-family conntrack state is present and can dereference a NULL pointer when instantiated from an unsupported family through nft_compat. A bridge-family compat rule can therefore trigger a NULL-dereference in nf_nat_setup_info(). Reject non-IP families in xt_nat_checkentry() so unsupported targets cannot be installed. Keep NFPROTO_INET allowed for valid inet NAT compat users and leave the runtime fast path unchanged. [ The crash was fixed via 9dbba7e694ec ("netfilter: nft_compat: ebtables emulation must reject non-bridge targets"), so this patch is no longer critical. Nevertheless, NAT is only relevant for ipv4/ipv6, so this extra family check is a good idea in any case. ]
Casky was already ahead
This CVE exploits attack patterns that Casky's 0matched skills already investigate — long before this vulnerability was disclosed. Claude's reasoning model maps these techniques to MITRE ATT&CK, so practitioners who ran these skills have already seen the threat behaviour in their findings.
CVE-2026-80664 is a kernel-level NULL pointer dereference vulnerability in Linux's netfilter xt_nat module that affects SNAT and DNAT target handlers. The vulnerability exists because these handlers assume IP-family conntrack state is present but fail to validate the target family before dereferencing memory, allowing unsupported families (particularly bridge-family rules) to trigger a crash in nf_nat_setup_info(). This matters significantly because netfilter is fundamental to Linux network packet filtering and NAT operations across enterprise infrastructure, cloud deployments, and edge systems. Any system running vulnerable kernel versions with netfilter compat rules enabled is at risk of denial-of-service through a simple malformed rule instantiation, with potential for privilege escalation depending on execution context.
While CVE-2026-80664 lacks explicit MITRE ATT&CK mappings, Casky's AI-powered analysis would identify this as a defensive evasion and execution chain vulnerability. Using extended reasoning across its 754 security skills, practitioners would see detection patterns aligned with T1562 (Impair Defenses—specifically disabling network security controls), T1499 (Resource Exhaustion via denial-of-service), and T1203 (Exploitation for Code Execution). Casky would flag kernel source analysis findings showing missing input validation in checkentry functions, unsafe pointer operations in nf_nat_setup_info(), and the attack surface exposed through nft_compat bridge rules. Practitioners monitoring vulnerability patterns would observe signature characteristics: suspicious netfilter rule creation attempts, kernel crash logs with NULL dereference backtraces, and anomalous traffic patterns attempting to trigger the vulnerability through crafted NAT rules—all indicators Casky's threat modeling capability would correlate to active exploitation attempts in their environment.
Composite risk scoring from EPSS, CISA KEV, Shodan, and GreyNoise — 21 security APIs correlated into a single Casky Risk Score. Coming in Casky Pro. Join early access →
Casky has 0 skills that investigate the attack patterns behind CVE-2026-80664. Run one and get CVSS-scored findings in 3 minutes.
Run the skill that detects this →© 2026 Casky.AI, Inc. · AI Security Investigation