CVE-2026-23111

HIGHNVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-02-13. NVD baseline CVSS 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
Elevated
7.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.8Exploit: NoneExposed: 0

A fix is available — apply it.

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.

CVSS v3
7.8
EG Score
7.8(medium)
EPSS
26.6%
KEV
Not listed

Published

February 13, 2026

Last Modified

July 15, 2026

Advisory Details (7)

Auto-updated Jun 6, 2026
No patch confirmed yet.
generic

netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/f41c5d151078c5348271ffaf8e7410d96f2d82f8
generic

netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/b9b6573421de51829f7ec1cce76d85f5f6fbbd7f
generic

netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8c760ba4e36c750379d13569f23f5a6e185333f5
generic

netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8b68a45f9722f2babe9e7bad00aa74638addf081
generic

netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/42c574c1504aa089a0a142e4c13859327570473d
generic

netfilter: nf_tables: fix inverted genmask check in nft_map_catchall_activate() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1444ff890b4653add12f734ffeffc173d42862dd

Patch Availability(29)

Vendor / EcosystemFixed in / PatchReleasedSource
ubuntulinux-tools-oem-6.17 (6.17.0-1017.17) @ noble2026-06-12ubuntu
ubuntulinux-xilinx-zynqmp-tools-5.15.0-1068 (5.15.0-1068.72) @ jammy2026-06-12ubuntu
ubuntulinux-tools-gcp-fips-5.15 (5.15.0.1104.94) @ jammy2026-06-12ubuntu
ubuntulinux-tools-realtime-5.15 (5.15.0.1103.107) @ jammy2026-06-12ubuntu
ubuntulinux-tools-raspi-6.17 (6.17.0-1011.11) @ questing2026-06-12ubuntu
ubuntulinux-virtual-hwe-22.04-edge (6.8.0-107.107~22.04.1) @ jammy2026-06-12ubuntu
ubuntulinux-tools-nvidia-tegra-rt-5.15 (5.15.0.1057.57~20.04.1) @ focal2026-06-12ubuntu
ubuntulinux-tools-azure-fips-5.15 (5.15.0.1109.94) @ jammy2026-06-12ubuntu
ubuntulinux-tools-intel-iot-realtime-5.15 (5.15.0.1096.100) @ jammy2026-06-12ubuntu
ubuntulinux-tools-azure-fips-6.8 (6.8.0-1052.58+fips1) @ noble2026-06-12ubuntu
ubuntuoracle (4.15.0-1129) @ bionic2026-06-12ubuntu
ubuntulinux-tools-azure-lts-22.04 (5.15.0.1109.107) @ jammy2026-06-12ubuntu
ubuntulinux-tools-azure-lts-24.04 (6.8.0-1052.58) @ noble2026-06-12ubuntu
ubuntulinux-tools-azure-6.17 (6.17.0-1011.11) @ questing2026-06-12ubuntu
ubuntulinux-tools-nvidia-tegra-rt-6.8 (6.8.0-1021.21) @ noble2026-06-12ubuntu
ubuntulinux-virtual-hwe-20.04-edge (5.15.0.176.186~20.04.1) @ focal2026-06-12ubuntu
ubuntulinux-tools-oracle-lts-24.04 (6.8.0-1049.50) @ noble2026-06-12ubuntu
ubuntulinux-tools-azure-edge (5.15.0.1110.119~20.04.1) @ focal2026-06-12ubuntu
ubuntulinux-xilinx-zynqmp (6.8.0.1029.30) @ noble2026-06-12ubuntu
ubuntulinux-tools-realtime-6.8.1 (6.8.1-1046.47) @ noble2026-06-12ubuntu
ubuntulinux-virtual-6.8 (6.8.0-107.107) @ noble2026-06-12ubuntu
ubuntulinux-tools-realtime-hwe-24.04-edge (6.17.0-1009.10~24.04.1) @ noble2026-06-12ubuntu
ubuntulinux-virtual-hwe-24.04-edge (6.17.0-20.20) @ questing2026-06-12ubuntu
ubuntulinux-tools-gcp-fips-6.8 (6.8.0-1053.56+fips1) @ noble2026-06-12ubuntu
redhatkernel-0:6.12.0-211.7.1.el10_22026-05-19redhat
redhatkernel-0:6.12.0-55.70.1.el10_02026-04-27redhat
redhatkernel-0:5.14.0-427.121.1.el9_42026-04-23redhat
redhatkernel-0:5.14.0-570.108.1.el9_62026-04-20redhat
redhatkernel-0:5.14.0-611.47.1.el9_72026-04-06redhat

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Weakness Classification(2)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Additional Vendor Advisories

(20)

Data Freshness Timeline

(refreshed 11× in last 7d / 48× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 120 total refreshes for this CVE.

  1. 2026-07-15 16:57 UTCEPSS rescore
  2. 2026-07-15 16:57 UTCEPSS rescore
  3. 2026-07-15 02:00 UTCEPSS rescore
  4. 2026-07-15 02:00 UTCEPSS rescore
  5. 2026-07-13 22:30 UTCEPSS rescore
  6. 2026-07-13 06:13 UTCEPSS rescore
  7. 2026-07-13 06:13 UTCEPSS rescore
  8. 2026-07-12 05:46 UTCEPSS rescore
  9. 2026-07-12 05:46 UTCEPSS rescore
  10. 2026-07-11 08:27 UTCEPSS rescore
  11. 2026-07-09 19:10 UTCEPSS rescore
  12. 2026-07-08 15:15 UTCEPSS rescore
  13. 2026-07-08 15:15 UTCEPSS rescore
  14. 2026-07-07 13:46 UTCEPSS rescore
  15. 2026-07-06 16:27 UTCEPSS rescore
  16. 2026-07-06 16:27 UTCEPSS rescore
  17. 2026-07-06 02:23 UTCEPSS rescore
  18. 2026-07-06 02:23 UTCEPSS rescore
  19. 2026-07-05 02:30 UTCEPSS rescore
  20. 2026-07-04 06:31 UTCEPSS rescore
  21. 2026-07-04 06:31 UTCEPSS rescore
  22. 2026-07-01 15:06 UTCEPSS rescore
  23. 2026-07-01 15:06 UTCEPSS rescore
  24. 2026-06-30 23:22 UTCEPSS rescore
  25. 2026-06-30 23:22 UTCEPSS rescore
Show 75 more
  1. 2026-06-29 14:06 UTCEPSS rescore
  2. 2026-06-29 13:02 UTCOSV refresh
  3. 2026-06-28 14:07 UTCEPSS rescore
  4. 2026-06-28 14:07 UTCEPSS rescore
  5. 2026-06-28 04:56 UTCEPSS rescore
  6. 2026-06-28 04:56 UTCEPSS rescore
  7. 2026-06-27 03:08 UTCEPSS rescore
  8. 2026-06-25 13:49 UTCEPSS rescore
  9. 2026-06-25 13:49 UTCEPSS rescore
  10. 2026-06-24 14:05 UTCEPSS rescore
  11. 2026-06-24 14:05 UTCEPSS rescore
  12. 2026-06-23 21:33 UTCEPSS rescore
  13. 2026-06-23 21:32 UTCEPSS rescore
  14. 2026-06-22 14:25 UTCEPSS rescore
  15. 2026-06-22 14:25 UTCEPSS rescore
  16. 2026-06-21 14:56 UTCEPSS rescore
  17. 2026-06-21 14:56 UTCEPSS rescore
  18. 2026-06-21 01:59 UTCEPSS rescore
  19. 2026-06-21 01:59 UTCEPSS rescore
  20. 2026-06-19 19:25 UTCEPSS rescore
  21. 2026-06-19 19:25 UTCEPSS rescore
  22. 2026-06-18 17:52 UTCEPSS rescore
  23. 2026-06-16 17:52 UTCEPSS rescore
  24. 2026-06-15 17:48 UTCEPSS rescore
  25. 2026-06-14 23:18 UTCEPSS rescore
  26. 2026-06-13 23:00 UTCEPSS rescore
  27. 2026-06-13 23:00 UTCEPSS rescore
  28. 2026-06-12 23:12 UTCEPSS rescore
  29. 2026-06-12 03:51 UTCEG score recompute
  30. 2026-06-12 03:51 UTCVendor advisory
  31. 2026-06-12 03:50 UTCGHSA enrichment
  32. 2026-06-11 14:00 UTCEPSS rescore
  33. 2026-06-10 21:50 UTCEG score recompute
  34. 2026-06-10 21:50 UTCVendor advisory
  35. 2026-06-10 21:49 UTCGHSA enrichment
  36. 2026-06-10 13:22 UTCEPSS rescore
  37. 2026-06-10 02:22 UTCEG score recompute
  38. 2026-06-10 02:22 UTCVendor advisory
  39. 2026-06-10 02:22 UTCGHSA enrichment
  40. 2026-06-08 14:17 UTCEPSS rescore
  41. 2026-06-08 14:17 UTCEPSS rescore
  42. 2026-06-08 07:40 UTCEG score recompute
  43. 2026-06-08 07:40 UTCVendor advisory
  44. 2026-06-08 07:40 UTCGHSA enrichment
  45. 2026-06-07 19:17 UTCEG score recompute
  46. 2026-06-07 19:17 UTCVendor advisory
  47. 2026-06-07 19:17 UTCGHSA enrichment
  48. 2026-06-07 15:25 UTCEPSS rescore
  49. 2026-06-07 15:24 UTCEPSS rescore
  50. 2026-06-06 13:47 UTCEPSS rescore
  51. 2026-06-06 13:47 UTCEPSS rescore
  52. 2026-06-06 13:47 UTCEPSS rescore
  53. 2026-06-05 22:47 UTCEPSS rescore
  54. 2026-06-05 06:10 UTCEPSS rescore
  55. 2026-06-05 06:10 UTCEPSS rescore
  56. 2026-06-04 13:12 UTCEPSS rescore
  57. 2026-06-04 13:12 UTCEPSS rescore
  58. 2026-06-04 13:12 UTCEPSS rescore
  59. 2026-06-02 20:13 UTCEPSS rescore
  60. 2026-06-02 20:13 UTCEPSS rescore
  61. 2026-06-01 13:51 UTCEPSS rescore
  62. 2026-06-01 13:51 UTCEPSS rescore
  63. 2026-06-01 13:51 UTCEPSS rescore
  64. 2026-06-01 13:49 UTCOSV refresh
  65. 2026-05-31 22:30 UTCEPSS rescore
  66. 2026-05-31 22:30 UTCEPSS rescore
  67. 2026-05-31 00:16 UTCEPSS rescore
  68. 2026-05-31 00:16 UTCEPSS rescore
  69. 2026-05-31 00:16 UTCEPSS rescore
  70. 2026-05-29 13:44 UTCEPSS rescore
  71. 2026-05-29 13:44 UTCEPSS rescore
  72. 2026-05-28 13:44 UTCEPSS rescore
  73. 2026-05-28 13:44 UTCEPSS rescore
  74. 2026-05-28 13:44 UTCEPSS rescore
  75. 2026-05-27 13:40 UTCEPSS rescore

Publicly available exploits

(2 references)

Working exploit code is in the public domain (2 GitHub PoCs). Defenders should treat patch urgency accordingly — public PoCs typically lead to mass-exploitation within 24-72 hours.

  • GitHub PoCBaba01hacker666/CVE-2026-23111
    First seen Jun 25, 2026

    Linux Kernel nf_tables Use-After-Free (CVE-2026-23111) — LPE PoC

    Open source ↗
  • GitHub PoC0xBlackash/CVE-2026-23111
    First seen Jun 9, 2026

    CVE-2026-23111

    Open source ↗

Frequently asked(5)

What is CVE-2026-23111?
CVE-2026-23111 is a high vulnerability published on February 13, 2026. In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix inverted genmask check in nftmapcatchallactivate() nftmapcatchall_activate() has an inverted element activity check compared to its non-catchall counterpart nftmapelemactivate() and compared to what is…
When was CVE-2026-23111 disclosed?
CVE-2026-23111 was first published in the National Vulnerability Database on February 13, 2026, with the most recent update on July 15, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-23111 actively exploited?
CVE-2026-23111 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 26.6% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-23111?
CVE-2026-23111 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-23111?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-23111, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-23111

Explore →

Is Your Infrastructure Affected by CVE-2026-23111?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.