
Comprehensive technical research on CVE-2026-43284 (Dirty Frag), including Linux kernel internals, root cause analysis, patch analysis, detection engineering, threat hunting, incident response, and Kubernetes security implications.
This repository documents a complete defensive security research project focused on CVE-2026-43284 (Dirty Frag), a Linux kernel vulnerability affecting the XFRM/IPsec networking subsystem.
The goal of this project is not to weaponize the vulnerability, but to understand how it works, reproduce it safely in a controlled laboratory, analyze the Linux kernel source code, study the security patch, and build practical detection and incident response techniques that can be used by security professionals.
The project combines Linux kernel research, networking, SOC operations, Detection Engineering, and Incident Response into a single practical portfolio.
This project was created to:
Dirty Frag is a Linux kernel vulnerability located within the XFRM/IPsec networking subsystem.
Rather than simply reproducing a Proof of Concept (PoC), this repository focuses on understanding:
This project demonstrates practical experience in:
.
├── README.md
│
├── Lab
│ ├── 01-Environment.md
│ ├── 02-Docker-Setup.md
│ ├── 03-Recon-Scanning.md
│ ├── 04-Exploitation.md
│ ├── 05-Network-Configuration.md
│ ├── 06-Attacker-Does.md
│
├── Research
│ ├── 01-Kernel-Version.md
│ ├── 02-Source-Code-Notes.md
| └── 03.Detection-Engineering.md
│
│
└── references
The documentation is designed to be read in the following order.
Learn how to prepare a Linux research environment using Docker and configure a reproducible laboratory.
Topics include:
Study the Linux kernel itself.
Topics include:
Learn how defenders detect suspicious activity surrounding Dirty Frag.
Topics include:
Perform proactive searches for indicators of compromise.
Topics include:
The research was performed in an isolated laboratory environment.
Example components include:
No production systems were used during this research.
This repository is intended for:
This project focuses on defensive security research.
It does not provide:
The objective is to improve understanding of Linux kernel security and strengthen defensive capabilities.
This project is released under the MIT License.
Thanks to:
| Category | Tools |
|---|
| Operating System | Kali Linux, Ubuntu |
| Virtualization | Docker |
| Programming | Python |
| Kernel Research | Git, GCC |
| Networking | iproute2, tcpdump, Wireshark |
| Detection | auditd, Splunk, Wazuh |
| Threat Hunting | Splunk, Wazuh |
| Documentation | Markdown, GitHub |