Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2024-1086-writeup — Root cause analysis and proof-of-concept exploit for CVE-2024-1086, a Linux kernel netfilter double-free vulnerability exploitable via heap spray for arbitrary memory write. | Kitploit
Tools/GitHubGitHub/luisbuilds-data/cve-2024-1086-writeup
Vulnerability AnalysisExploitationPapers & ResearchLearning & EducationBinary Exploitation
GitHubluisbuilds-data/cve-2024-1086-writeup

cve-2024-1086-writeup

Root cause analysis and proof-of-concept exploit for CVE-2024-1086, a Linux kernel netfilter double-free vulnerability exploitable via heap spray for arbitrary memory write.

View Repository
12 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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 — netfilter / nf_tables overview
  2. Root Cause Analysis — the nft_verdict_init logic confusion
  3. Vulnerable Kernel Code — annotated source excerpts
  4. Proof of Concept — trigger and exploit code
  5. Exploitation Strategy — heap spray to arbitrary write
  6. References
Download Tool