PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-43116 Linux CVE debrief

CVE-2026-43116 is a HIGH severity vulnerability in the Linux kernel's netfilter component. It allows local attackers to escalate privileges due to unsafe access to master conntrack objects. The vulnerability has been resolved through a series of patches addressing safe access to master conntrack. Affected Linux kernel versions range from 2.6.16 to 6.18.24, 6.19 to 6.19.14, and specific 7.0 release candidates.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-06
Original CVE updated
2026-09-08
Advisory published
2026-05-06
Advisory updated
2026-09-08

Who should care

System administrators and security teams managing Linux servers, especially those exposed to local privilege escalation attacks, should prioritize patching this vulnerability. Linux distributions and vendors should apply the provided patches to their supported kernel versions.

Technical summary

The vulnerability exists in the netfilter component of the Linux kernel, specifically in how it handles access to master conntrack objects. Holding a reference to the expectation is insufficient, as the master conntrack object can be removed, making the exp->master reference invalid. The fix involves extending the nf_conntrack_expect_lock section to ensure safe access to exp->master. This includes grabbing the spinlock before looking up expectations and moving the delivery of certain events under the spinlock.

Defensive priority

High priority due to local privilege escalation risk

Recommended defensive actions

  • Apply official patches from Linux kernel maintainers
  • Review and update Linux kernel versions to ensure affected versions are patched
  • Inventory Linux systems for exposure and prioritize patching based on risk
  • Monitor Linux kernel updates and apply patches promptly
  • Consider compensating controls like restricting local access to sensitive systems

Evidence notes

The CVE-2026-43116 vulnerability affects Linux kernel versions 2.6.16 to 6.18.24, 6.19 to 6.19.14, and specific 7.0 release candidates. Patches are available in the Linux kernel source tree. Official CVE and NVD records provide additional details.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-43116 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-43116

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-43116 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43116

    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/497f99b26fffdc5635706d1b4811f1ed8ee21a5b

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5e1c1d22268ae710c238342c8030c21daf298168

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9e1196d27ef496f404c76f7a9d03761142d991c4

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/bffcaad9afdfe45d7fc777397d3b83c1e3ebffe5

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/d52fa1fa7440676b8c238037a050ab008c22737f

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/f338ced0473849c9f6ed0b77ca99f1aab5826787

    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.