CVE-2026-43025: netfilter: ctnetlink: ignore explicit helper on new expectations
In the Linux kernel, the following vulnerability has been resolved:
netfilter: ctnetlink: ignore explicit helper on new expectations
Use the existing master conntrack helper, anything else is not really
supported and it just makes validation more complicated, so just ignore
what helper userspace suggests for this expectation.
This was uncovered when validating CTA_EXPECT_CLASS via different helper
provided by userspace than the existing master conntrack helper:
BUG: KASAN: slab-out-of-bounds in nf_ct_expect_related_report+0x2479/0x27c0
Read of size 4 at addr ffff8880043fe408 by task poc/102
Call Trace:
nf_ct_expect_related_report+0x2479/0x27c0
ctnetlink_create_expect+0x22b/0x3b0
ctnetlink_new_expect+0x4bd/0x5c0
nfnetlink_rcv_msg+0x67a/0x950
netlink_rcv_skb+0x120/0x350
Allowing to read kernel memory bytes off the expectation boundary.
CTA_EXPECT_HELP_NAME is still used to offer the helper name to userspace
via netlink dump.
Security readout for executives and security teams
Plain-English summary
A locally authenticated, low-privilege user may trigger an out-of-bounds Linux kernel memory access through Netfilter connection-tracking expectations. The flaw can expose kernel memory and may also affect system integrity or availability. It is rated high severity, but the supplied evidence does not establish remote or active exploitation.
Executive priority
Treat as a high-priority kernel maintenance issue, especially on shared hosts, container platforms, and network appliances. It is not supported as an emergency internet-wide threat because exploitation requires local access and active exploitation is unconfirmed. Patch promptly through supported vendor channels after verifying affected builds.
Technical view
When userspace creates a conntrack expectation with a helper different from the master connection’s helper, validation can reach an out-of-bounds read in nf_ct_expect_related_report. The resolution ignores the userspace-supplied helper and uses the master conntrack helper. CVSS 3.1 is 7.3: local access, low complexity, low privileges, no interaction.
Likely exposure
Exposure is most relevant to Linux systems where a low-privilege local context can access the affected Netfilter conntrack expectation interface. Containers, appliances, and downstream kernels require vendor-specific assessment. The supplied affected-version data is ambiguous and includes commit identifiers, so version strings alone should not determine exposure.
Exploitation context
The supplied record is not in CISA KEV and provides no evidence of active exploitation. A proof-of-concept task appears in the diagnostic trace, showing the flaw was reproduced during validation, but this does not establish public weaponization or attacks. The CVSS vector requires local access and low privileges.
Researcher notes
The vulnerable path involves ctnetlink expectation creation and helper/class validation. Reported impact is reading beyond an expectation object’s boundary; the CVSS assessment also indicates possible limited integrity and high availability effects. Exact affected ranges cannot be confidently reconstructed from the supplied version array, so confirm ancestry or backports against vendor kernels.
Mitigation direction
Apply a vendor-supported kernel update containing the relevant stable fix.
Confirm downstream distributions or appliance vendors have backported the correction.
Restrict unnecessary local and container access to privileged Netfilter interfaces.
Prioritize internet-facing multi-user hosts despite the vulnerability requiring local access.
Validation and detection
Inventory running kernel versions and downstream vendor package revisions.
Match each kernel build against vendor advisories or the referenced stable commits.
Confirm the deployed kernel ignores explicit helpers for new conntrack expectations.
Review local privilege boundaries and container capabilities that expose Netfilter management.
Monitor kernel diagnostics for related KASAN or out-of-bounds fault signatures.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-43025 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
9Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.