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
looney-tunables-CVE-2023-4911 | Kitploit
Tools/GitHubGitHub/hadrian3689/looney-tunables-cve-2023-4911
Vulnerability AnalysisExploitationPenetration TestingLearning & EducationBinary Exploitation
GitHubhadrian3689/looney-tunables-cve-2023-4911

looney-tunables-CVE-2023-4911

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
2962 years agoReviewed by Kitploit

PoC of CVE-2023-4911 Looney Tunables

This is a PoC of CVE-2023-4911 (a.k.a. "Looney Tunables") exploiting a bug in glibc dynamic loader's GLIBC_TUNABLES environment variable parsing function parse_tunables().

Getting Started

Executing program

  • We can check if target is vulnerable
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 we are dealing with a vulnerable target.

Executing program

  • Create libc.so.6 file
root@kitploit:~
python3 libc.py
  • Compile exploit
root@kitploit:~
gcc exp.c -o exp

Disclaimer

All the code provided on this repository is for educational/research purposes only. Any actions and/or activities related to the material contained within this repository is solely your responsibility. The misuse of the code in this repository can result in criminal charges brought against the persons in question. Author will not be held responsible in the event any criminal charges be brought against any individuals misusing the code in this repository to break the law.

Download Tool