关联漏洞
标题:
Sudo 安全漏洞
(CVE-2023-22809)
描述:Sudo是一款使用于类Unix系统的,允许用户通过安全的方式使用特殊的权限执行命令的程序。 1.9.12p2 之前的 Sudo存在安全漏洞,该漏洞源于sudoedit(又名 -e)功能错误处理用户提供的环境变量(SUDO_EDITOR、VISUAL 和 EDITOR)中传递的额外参数,从而允许本地攻击者将任意条目附加到要处理的文件列表中 . 这可能导致特权升级。
介绍
<h1 style="font-size:10vw" align="center">Linux Privilege Escalation</h1>
<h2 style="font-size:7vw" align="center"><i>Exploit for CVE-2021-3560 (Sudoedit a.k.a -e) - Local Privilege Escalation</i></h2>
*For educational and authorized security research purposes only*
## Original Exploit Authors
[n3m1dotsys](https://github.com/n3m1dotsys)
## Vulnerability Description
In Sudo before 1.9.12p2, the sudoedit (aka -e) feature mishandles extra arguments passed in the user-provided environment variables (SUDO_EDITOR, VISUAL, and EDITOR), allowing a local attacker to append arbitrary entries to the list of files to process. This can lead to privilege escalation. Affected versions are 1.8.0 through 1.9.12.p1. The problem exists because a user-specified editor may contain a "--" argument that defeats a protection mechanism, e.g., an EDITOR='nano -- /path/to/extra/file' value.
## Exploit Description
This script automates the exploitation of the CVE-2023-22809 vulnerability to gain a root shell.
The script checks if the current user has access to run the ```sudoedit``` or ```sudo -e``` command for some file with root privileges. If it does it opens the sudoers file for the attacker to introduce the privilege escalation policy for the current user and get a root shell.
## Usage
```bash
./exploit.sh
```
## Download Via Original Source
[Download Exploit Script for CVE-2023-22809 Here](https://github.com/n3m1dotsys/CVE-2023-22809-sudoedit-privesc/blob/main/exploit.sh)
## Exploit Requirements
- nano
- sudo
## Demo

## Tested On
- Sudo Version 1.8.31 (Ubuntu 22.04.1 LTS)
- Sudo Version 1.8.31 (Ubuntu 20.04.1 LTS)
- Sudo Version 1.8.21p2 (Ubuntu 18.04.6 LTS)
## Test Environment
```bash
apt install nano sudo
```
## Warning
⚠️ Running this exploit on a system can be done in two ways: using the nano editor and the vim editor
## Credits
- https://packetstormsecurity.com/files/171644/sudo-1.9.12p1-Privilege-Escalation.html
- https://github.com/n3m1dotsys/CVE-2023-22809-sudoedit-privesc
- https://medium.com/@dev.nest/how-to-bypass-sudo-exploit-cve-2023-22809-vulnerability-296ef10a1466
- https://github.com/hello4r1end/patch_CVE-2023-22809
文件快照
[4.0K] /data/pocs/ca1c99ed3be55d9bb0e2baf795f409416f47b41e
├── [1.4K] exploit.sh
└── [2.2K] README.md
0 directories, 2 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。