PatchSiren cyber security CVE debrief
CVE-2026-43027 Linux CVE debrief
A use-after-free vulnerability was discovered in the Linux kernel, specifically in the netfilter component. The vulnerability occurs when the nf_conntrack_helper_unregister function fails to properly clean up expectations belonging to the helper being unregistered, leading to a use-after-free condition. This can cause a crash or potentially allow an attacker to execute arbitrary code. The vulnerability has been resolved with a patch that fixes the use-after-free vulnerability by passing the actual helper pointer to nf_ct_expect_iterate_destroy.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-14
- Original CVE updated
- 2026-07-28
- Advisory published
- 2026-07-14
- Advisory updated
- 2026-07-28
Who should care
Linux kernel developers and maintainers, Linux distribution maintainers, users of Linux-based systems, security teams and researchers, and organizations using Linux-based systems for critical infrastructure or services.
Technical summary
The vulnerability is caused by the nf_conntrack_helper_unregister function passing a NULL pointer to nf_ct_expect_iterate_destroy, which fails to clean up expectations referencing the helper. This leads to a use-after-free condition when the helper object is freed and later accessed. The vulnerability can be triggered by unloading a netfilter helper module. The fix involves passing the actual helper pointer to nf_ct_expect_iterate_destroy, ensuring that expectations referencing the helper are properly destroyed before the helper object is freed.
Defensive priority
High
Recommended defensive actions
- Apply the official patch or update to a fixed kernel version
- Monitor Linux kernel updates and apply patches promptly
- Consider using a Linux distribution that provides timely kernel updates
- Use kernel modules that provide additional security features, such as SELinux or AppArmor
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The vulnerability was introduced in the Linux kernel and has been resolved with a patch. The patch fixes the use-after-free vulnerability by passing the actual helper pointer to nf_ct_expect_iterate_destroy. Multiple kernel versions are affected, including 4.14, 5.11, 5.16, 6.1, 6.2, 6.6, 6.7, 6.12, 6.13, 6.18, and 6.19. However, specific details about the affected versions and configurations are limited, and defenders should verify the vulnerability's presence in their systems.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-43027 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-43027
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-43027 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43027
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2c16e4d64dd91227742dfe196a3e7b0568bef65a
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2cf2737c85a2ba2b52024dafe68ffad2676f97be
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/504ba4168466c91210c45acdc332479cfd5f2da6
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/5cf28d5c8dcbbe8af6d3b145babe491906d7bad1
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/620f3d14c1ef51d425060a3056ad8dbae8f998a3
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/90bd7e8501349db3006d21fbc09df9ffcb172965
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/a242a9ae58aa46ff7dae51ce64150a93957abe65
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.