CVE & CISA-KEV Catalog

CVE-2026-23111

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() nft_map_catchall_activate() has an inverted element activity check compared to its non-catchall counterpart nft_mapelem_activate() and compared to what is logically required. nft_map_catchall_activate() is called from the abort path to re-activate catchall map elements that were deactivated during a failed transaction. It should skip elements that are already active (they don't need re-activation) and process elements that are inactive (they need to be restored). Instead, the current code does the opposite: it skips inactive elements and processes active ones. Compare the non-catchall activate callback, which is correct: nft_mapelem_activate(): if (nft_set_elem_active(ext, iter->genmask)) return 0; /* skip active, process inactive */ With the buggy catchall version: nft_map_catchall_activate(): if (!nft_set_elem_active(ext, genmask)) continue; /* skip inactive, process active */ The consequence is that when a DELSET operation is aborted, nft_setelem_data_activate() is never called for the catchall element. For NFT_GOTO verdict elements, this means nft_data_hold() is never called to restore the chain->use reference count. Each abort cycle permanently decrements chain->use. Once chain->use reaches zero, DELCHAIN succeeds and frees the chain while catchall verdict elements still reference it, resulting in a use-after-free. This is exploitable for local privilege escalation from an unprivileged user via user namespaces + nftables on distributions that enable CONFIG_USER_NS and CONFIG_NF_TABLES. Fix by removing the negation so the check matches nft_mapelem_activate(): skip active elements, process inactive ones.

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.164-1CVE-2026-23111
Fixed in:6.12.73-1CVE-2026-23111
Fixed in:6.18.10-1CVE-2026-23111
bpftoolRocky
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
bpftool-debuginfoRocky
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:7.3.0-427.121.1.el9_4RHSA-2026:10108
kernelRed Hat / RHEL
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
kernelRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
kernel-64kRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
kernel-64k-coreRocky
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
kernel-64k-debugRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108
kernel-64k-develRocky
Fixed in:0:6.12.0-211.7.1.el10_2RHSA-2026:18134
Fixed in:0:6.12.0-55.70.1.el10_0RHSA-2026:10996
Fixed in:0:5.14.0-570.108.1.el9_6RHSA-2026:9112
Fixed in:0:5.14.0-611.47.1.el9_7RHSA-2026:6570
Fixed in:0:5.14.0-427.121.1.el9_4RHSA-2026:10108

This vulnerability affects an unusually large number of packages. The highest-confidence fixes are shown above; the full list is longer. Check the referenced advisories for complete coverage.

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Exploit Intelligence

0.48%probability of exploitation in 30 days
39thpercentile

Low risk: more likely to be exploited than 39% of all known CVEs.

References

Related Vulnerabilities

Other CWE-416 (Use After Free) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-0708Critical9.8100%KEV + Ransom-
CVE-2021-31166Critical9.8100%KEVFix
CVE-2015-5119Critical9.899%KEV-
CVE-2010-3962High8.197%KEV-
CVE-2015-0313Critical9.896%KEVFix
CVE-2021-34833High7.896%--

Common questions

How do I fix CVE-2026-23111?

Published advisories record a fix for 497 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2026-23111 being actively exploited?

Not that we know of. CVE-2026-23111 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.48% is the estimated probability that it will be exploited in the next 30 days. That is higher than 39% of all scored CVEs.

How severe is CVE-2026-23111?

CVE-2026-23111 has a CVSS v3 base score of 7.8, rated high. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-23111 affect?

Published advisories record a fix for linux (Debian), bpftool (Rocky), bpftool (Red Hat / RHEL), bpftool-debuginfo (Rocky), and 493 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-23111
CVE-2026-23111 severity badge

Markdown

[![CVE-2026-23111](https://tridentstack.com/cve/badge/CVE-2026-23111.svg)](https://tridentstack.com/cve/CVE-2026-23111)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-23111"><img src="https://tridentstack.com/cve/badge/CVE-2026-23111.svg" alt="CVE-2026-23111"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-07-15.