What problem does it solve?
This Skill helps you turn Linux kernel vulnerabilities into reliable privilege escalation paths by building exploitation primitives and selecting appropriate targets and mitigation bypasses.
Core Features & Use Cases
- Kernel exploitation workflow: Guides vulnerability → primitive → mitigation bypass → privilege escalation target → clean return to userspace.
- Kernel heap exploitation playbook: Explains SLUB internals and cross-cache strategies for UAF/OOB-based control over kernel objects like msg_msg, pipe_buffer, and sk_buff.
- Mitigation-aware attack planning: Covers KASLR, SMEP, SMAP, KPTI, FG-KASLR, and CFI considerations so your plan matches the target environment.
- Privilege escalation methods: Focuses on commit_creds/prepare_kernel_cred, modprobe_path overwrite, and cred structure overwrite patterns, including return-to-userspace handling.
Quick Start
Ask an AI to walk you through exploiting a kernel UAF/OOB by mapping the bug to the correct heap primitive, identifying the right escalation target, bypassing KASLR/SMEP/SMAP/KPTI, and producing the final return-to-userspace plan for a CTF scenario.