ctipilot.ch

Linux kernel nf_tables UAF local-root + container escape (CVE-2026-23111)

cve · CVE-2026-23111

Coverage timeline
1
first 2026-06-09 → last 2026-06-09
Briefs
1
1 distinct
Sources cited
106
56 hosts
Sections touched
1
research
Co-occurring entities
0
no co-occurrence

Story timeline

  1. 2026-06-09CTI Daily Brief — 2026-06-09
    researchFirst coverage. Exodus Intelligence working exploit published 2026-06-08; >99% reliability LPE/container escape; patched upstream 2026-02-05.

Where this entity is cited

  • research1

Source distribution

  • attack.mitre.org14 (13%)
  • thehackernews.com12 (11%)
  • bleepingcomputer.com5 (5%)
  • ubuntu.com3 (3%)
  • helpnetsecurity.com3 (3%)
  • microsoft.com3 (3%)
  • rapid7.com3 (3%)
  • access.redhat.com2 (2%)
  • other61 (58%)

External references

NVD · cve.org · CISA KEV

All cited sources (106)

Items in briefs about Linux kernel nf_tables UAF local-root + container escape (CVE-2026-23111) (1)

Exodus Intelligence publishes working exploit for a one-character Linux kernel nf_tables use-after-free (CVE-2026-23111)

From CTI Daily Brief — 2026-06-09 · published 2026-06-09 · view item permalink →

Exodus Intelligence released a full technical write-up and working exploit for CVE-2026-23111, a use-after-free in the Linux kernel nf_tables subsystem caused by a single misplaced ! operator in nft_map_catchall_activate() that inverts the genmask check and skips inactive catchall elements during the abort path (Exodus Intelligence, 2026-06-08). Exodus reports >99% reliability on idle Debian Bookworm/Trixie and Ubuntu 22.04/24.04 LTS, yielding unprivileged-local-user to root escalation and container escape (T1068, T1611) (The Hacker News, 2026-06-08). The flaw was patched upstream on 5 February 2026; distro packages are shipping the fix (Ubuntu Security, rated 7.8). No network-reachable path exists — exploitation requires local access or code execution inside a container, making this high-value post-exploitation tooling for shared compute (Kubernetes nodes, CI/CD runners, multi-tenant VMs).

Why it matters to us: With a reliable public exploit now available, the patch gap is the exposure. Apply vendor kernel updates containing the 5 February upstream fix; in container environments enforce seccomp and AppArmor/SELinux profiles that restrict nf_tables syscalls for untrusted workloads. Detection concepts: anomalous UID transitions to 0 from non-root parents (Linux audit execve/setuid records); unexpected privileged process spawns inside containers.