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-2026-52943 — This is a Linux Kernel Local Privilege Escalation PoC code for CVE-2026-52943 a use-after-free in skbuff.c, my first 0day found by me in linux kernel | Kitploit
Tools/GitHubGitHub/vn-lazyming/cve-2026-52943
Privilege EscalationVulnerability AnalysisExploitationLearning & EducationBinary ExploitationLabs & Practice
GitHubvn-lazyming/cve-2026-52943

CVE-2026-52943

This is a Linux Kernel Local Privilege Escalation PoC code for CVE-2026-52943 a use-after-free in skbuff.c, my first 0day found by me in linux kernel

View Repository
841 month 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

How to use this repo

This is a Linux Kernel Local Privilege Escalation PoC code for a use-after-free in skbuff.c : https://github.com/torvalds/linux/commit/98d0912e9f841e5529a5b89a972805f34cb1c69d

vidieo1.webm

here is the writeup link: https://hackmd.io/@mlc0cVjxSwqv0OoxsUYccw/Bk99YYTyzx you need to turn on cloudfare warp or vpn to see writeup

The large files (rootfs, vmlinux) are compressed and split into chunks. First run setup to restore them:

root@kitploit:~
./setup.sh

You will need zstd for this.

Then run:

root@kitploit:~
./run.sh

What run.sh does:

  • Compiles the exploit code and copies the binary to share/
  • Boots QEMU with the kernel
  • When QEMU finishes booting, the share/ folder is mounted at ~/exploit inside the VM — run the binary from there to get root

There are two PoC versions:

  • lts_poc — targets lts-6.12.89, built from the Google kernel CTF image with config adjusted to meet the exploit requirements
  • uek_poc — targets Oracle Linux UEK R8 (6.12.0-202.76.4.2), bzImage copied directly from the grub boot of a freshly installed Oracle Linux 10.1

To switch between kernels, see the commented lines at the top of qemu_v3.sh.

Download Tool