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
Tools/GitHubGitHub/livepwn/cve-2025-55616
Vulnerability AnalysisExploitationPenetration TestingRed TeamingBinary Exploitation
GitHublivepwn/cve-2025-55616

CVE-2025-55616

Exploit for CVE-2025-55616, a local RCE in Zsh via history expression, achieving arbitrary code execution with user privileges.

View Repository
210 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-55616

Author: Rana M.Sinan Adil

  • Vulnerability Found in Zsh leading RCE through History Expression

Key Points

To Run this exploit: just change the ip address and the "p system" in exploit, because i also tried this in my second laptop, and to change it run this following command in gdb (especially in pwndbg ):

root@kitploit:~
$ gdb zsh -f (in terminal)

pwndbg> run -f

username% ! (username will be your,s just write ! )

username% !!11111111111 (same here just write  !!11111111111 )

pwndbg> p system

after getting "p system" address just change it in

the following line in exploit:

root@kitploit:~
b'set $rip =  0x7ffff7cc9110', (use your p system address in place of 0x7ffff7cc9110

Description

This vulnerability allows local attackers to achieve Arbitrary Code Execution (RCE) with the privileges of the user running the Zsh process.

Usage

root@kitploit:~
python3 CVE-2025-55616.py
Download Tool