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
dirtyclone-CVE-2026-43503 — Linux kernel local privilege escalation PoC for CVE-2026-43503 (DirtyClone). Exploits a cloned sk_buff flag loss to write into page-cache memory, injecting a root account without modifying disk. | Kitploit
Tools/GitHubGitHub/mooder1/dirtyclone-cve-2026-43503
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingPapers & ResearchLearning & EducationBinary Exploitation
GitHubmooder1/dirtyclone-cve-2026-43503

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

dirtyclone-CVE-2026-43503

Linux kernel local privilege escalation PoC for CVE-2026-43503 (DirtyClone). Exploits a cloned sk_buff flag loss to write into page-cache memory, injecting a root account without modifying disk.

View Repository
16522 months agoNot yet reviewed

CVE-2026-43503 — DirtyClone

Linux local privilege escalation. A cloned sk_buff loses the SKBFL_SHARED_FRAG flag, so ESP in-place decryption writes into file-backed page-cache memory. The PoC patches /etc/passwd in cache to inject a uid-0 account and gives a root shell. Disk is never modified.

Fixed in mainline 48f6a5356a33 (v7.1-rc5).

Usage

Run as an unprivileged user:

root@kitploit:~
python3 CVE-2026-43503.py
root@kitploit:~
[*] uid=1000 -> root
[+] injected uid 0 account 'firefart' (password: pwned)
uid=0(root) gid=0(root) groups=0(root)
[+] root achieved

Requirements

Unpatched kernel, unprivileged user namespaces enabled, and python3 + libcrypto + iproute2 + iptables on the target.

Disclaimer

For authorized testing and research only.

Download Tool