Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
High

Use-after-free in Linux kernel nf_conntrack_helper expectation cleanup

IdentifiersCVE-2026-43027CWE-416· Use After Free

CVE-2026-43027 is a Linux kernel netfilter vulnerability in the nf_conntrack_helper expectation cleanup path. When nf_conntrack_helper_unregister() invokes nf_ct_expect_iterate_destroy() during helper unregistration, it incorrectly passes NULL instead of the helper pointer as the iterator data argument. As a result, expect_iter_me() does not match and destroy expectations associated with the helper being unregistered. Those stale expectations survive cleanup, and after unregister returns, nfnl_cthelper_del() frees the helper object. Later, expectation dump paths or packet-driven init_conntrack() processing can dereference exp->helper, which now points to freed memory, resulting in a slab use-after-free. The provided KASAN trace shows the fault during expectation display via exp_seq_show() and seq_read_iter(), confirming dereference of freed helper-backed data.

Share:
For your environment

Are you exposed to this one?

Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.

ANALYST BRIEF

Impact, mitigation & remediation

What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.

Impact

What an attacker gets, and what they’ve been doing with it.

Successful triggering of the flaw causes a kernel use-after-free in netfilter connection tracking helper handling. Impact can include kernel memory corruption, kernel crashes or denial of service, and potentially compromise of confidentiality, integrity, and availability depending on exploitability of the freed-object dereference in the target environment. The supplied scoring context characterizes the issue as local, low-privilege, and no-user-interaction, with high impact to C/I/A if exploited.

Mitigation

If you can’t patch tonight, do this now.

If immediate patching is not possible, reduce exposure by restricting the ability to register/unregister conntrack helpers and limiting local administrative or low-privilege access paths that can interact with netfilter conntrack helper management. Minimize use of affected helper functionality where operationally feasible and monitor for anomalous crashes or KASAN/UAF indicators in netfilter expectation handling. No complete mitigation short of applying the fixed kernel is provided in the available information.

Remediation

Patch, then assume compromise.

Apply a kernel update containing the fix for CVE-2026-43027. The upstream remediation is to pass the actual helper pointer to nf_ct_expect_iterate_destroy() from nf_conntrack_helper_unregister() so expectations referencing the helper are destroyed before the helper object is freed. Vendor-fixed package versions are listed in the provided context, including SUSE kernel builds such as kernel-default >= 5.14.21-150500.55.166.1 for multiple SLES 15 SP5 branches, >= 6.4.0-150600.23.112.1 for multiple SLES 15 SP6 branches, >= 6.4.0-150700.53.55.1 for SLES 15 SP7 branches, and >= 6.12.0-160000.33.1 for SLES 16.0/openSUSE Leap 16.0 related packages. Reboot after installing the updated kernel.
PUBLIC EXPLOITS

Exploits

No public exploits tracked yet. Mallory keeps watching.

VALID 0 / 0 TOTALView more in app

No public exploit code observed for this vulnerability.

EXPOSURE SURFACE

Affected products & vendors

Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.

VendorProductType
LinuxLinux Kerneloperating_system
Rocky LinuxRocky Linuxoperating_system

Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.

ACTIVITY FEED

Recent activity

9 sources tracked across advisories and community write-ups. News coverage will land here when it surfaces.

No news coverage yet. Advisories and community discussion only.

What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets are affected, which adversaries are exploiting it right now, which detections to deploy, and what to do tonight.
Exposure mapping

Query your assets running an affected version, and investigate the blast radius.

Threat actor evidence

Every observed campaign linking this CVE to a named adversary.

Associated malware

Malware families riding this exploit, with evidence and IOCs.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

Vendor-by-vendor mapping

Cross-references every affected SKU, including bundled OEM variants.

Social activity1

Community discussion across Reddit, Mastodon, and other social sources.