Technical triage of Canonical's August 2026 kernel update patching critical Netfilter nf_tables double-free and privilege escalation vulnerabilities.
netfilter/nf_tables (CVE-2024-1086). By supplying malicious rule evaluations, unprivileged containers escape user namespaces to gain full host root privileges.
| CVE 식별자 | 서브시스템 / 구성 요소 | 영향 | CVSS | 실제 악용 여부? |
|---|---|---|---|---|
| CVE-2024-1086 | Netfilter / nf_tables | Double Free / LPE | 7.8 High | YES (In-The-Wild) |
| CVE-2024-36971 | IP Networking Route | Memory Leak / DoS | 6.2 Medium | No |
| CVE-2024-36972 | ALSA Audio Subsystem | Array Out-of-Bounds | 5.8 Medium | No |
Examine the C patch in net/netfilter/nf_tables_api.c that fixes improper verdict handling causing double-decrements of packet sk_buff refcounts.