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 — PoC for CVE-2023-4911 LooneyTuneables | Kitploit
Tools/GitHubGitHub/guffre/cve-2023-4911
Privilege EscalationVulnerability AnalysisExploitationShellcodePayload DevelopmentBinary Exploitation
GitHubguffre/cve-2023-4911

CVE-2023-4911

PoC for CVE-2023-4911 LooneyTuneables

View Repository
2 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 for CVE-2023-4911 ("Looney Tunables") that exploits a bug in the glibc dynamic loader's GLIBC_TUNABLES environment variable parsing function parse_tunables().

This is a rewrite of the C PoC's into a pure python approach. I did this to make it easier to customize the exploit for other platforms. The only requirement is pwntools, which can be installed as follows:

root@kitploit:~
python3 -m pip install --upgrade pwntools

I got the original C PoC from: https://github.com/leesh3288/CVE-2023-4911

This code was tested on Ubuntu 22.04.3 with glibc version 2.35-0ubuntu3.1

su offsets

This image shows the Ubuntu su executable. This is why " is chosen as the directory symbol, and the offset of -20 bytes points to that symbol:

image

You should check the su binary on the machine you are targeting to make sure the offset and symbol are correct.

Download Tool