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-2025-27591 — self cleaning CVE-2025-27591 Poc that grants a root reverse shell instead of modifying passwd files | Kitploit
Tools/GitHubGitHub/0x00jeff/cve-2025-27591
Privilege EscalationVulnerability AnalysisExploitationShellcodePost-ExploitationRed TeamingPayload DevelopmentBinary Exploitation
GitHub0x00jeff/cve-2025-27591

CVE-2025-27591

self cleaning CVE-2025-27591 Poc that grants a root reverse shell instead of modifying passwd files

View Repository
15112 months 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-2025-27591

introduction

below versions < v0.9.0 are vulnerable to a local privilege escalation vulnerability duo to the fact that the program creates a world-writable log file, an a world writable log file instead, the attacker can replace the log file with a symblink to any system-critical file and be able to edit it in order to login as root

the following vulnerablity targets /etc/ld.so.preload to pop a reverse shell as root, cleaning all indicators of compromise before doing so

the vulnerability is only exploitable on systems that ship with installation packages that don't create the log file directory, or create it with a specific permissions, and/or rely on the program to create the log directory instead, such systems include : ubuntu, arch linux, gentoo ..

cve analysis

published on 0x00sec

usage

change the IP and port on the exploit code and compile it on your machine

root@kitploit:~
$ bash compile.sh

then copy it the shared library and the exploit script to the same folder on the remote machine and run it

root@kitploit:~
$ bash exploit.sh

references

  • openwall discussion
  • facebook advisory
  • github advisory
  • github patch
  • BridgerAlderson's exploit
Download Tool