HOMEVULNERABILITIESCVE-2026-43026
NONE

CVE-2026-43026

Published: May 1, 2026· Updated: May 1, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:6.8th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absent

ctnetlink_alloc_expect() allocates expectations from a non-zeroing

slab cache via nf_ct_expect_alloc(). When CTA_EXPECT_NAT is not

present in the netlink message, saved_addr and saved_proto are

never initialized. Stale data from a previous slab occupant can

then be dumped to userspace by ctnetlink_exp_dump_expect(), which

checks these fields to decide whether to emit CTA_EXPECT_NAT.

The safe sibling nf_ct_expect_init(), used by the packet path,

explicitly zeroes these fields.

Zero saved_addr, saved_proto and dir in the else branch, guarded

by IS_ENABLED(CONFIG_NF_NAT) since these fields only exist when

NAT is enabled.

Confirmed by priming the expect slab with NAT-bearing expectations,

freeing them, creating a new expectation without CTA_EXPECT_NAT,

and observing that the ctnetlink dump emits a spurious

CTA_EXPECT_NAT containing stale data from the prior allocation.

NVD Source

Technical Analysis

CVE-2026-43026 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (8)

Quick Facts

CVE IDCVE-2026-43026
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMay 1, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43026 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.