Share
## https://sploitus.com/exploit?id=F9427710-4336-50DA-9AC4-7D23886787E5
# CVE-2024-1086 Root Cause & Exploitation
**Target kernels:** Linux < 6.8 (netfilter `nf_tables`)
**Novel angle:** Logic confusion in `nft_verdict_init` causes refcount double-free, exploitable via heap spray to arbitrary memory write.
## Table of Contents
1. [Background](docs/) โ netfilter / nf_tables overview
2. [Root Cause Analysis](docs/) โ the `nft_verdict_init` logic confusion
3. [Vulnerable Kernel Code](kernel/) โ annotated source excerpts
4. [Proof of Concept](PoC/) โ trigger and exploit code
5. [Exploitation Strategy](docs/) โ heap spray to arbitrary write
6. [References](references.md)