目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2022-42889 PoC — Apache Commons Text 代码注入漏洞

来源
关联漏洞
标题:Apache Commons Text 代码注入漏洞 (CVE-2022-42889)
Description:Apache Commons Text是美国阿帕奇(Apache)基金会的一个专注于字符串算法的库。 Apache Commons Text 1.5至1.9版本存在安全漏洞,该漏洞源于默认的Lookup实例集包括可能导致任意代码执行或与远程服务器联系的插值器,可能容易受到远程代码执行或与远程服务器的无意接触的影响。
Description
CVE-2022-42889 - Text4Shell exploit
介绍
# Text4shell-exploit
This is a Proof of Concept exploiting the vulnerability in Apache Commons Text [CVE-2022-42889]

Vulnerable versions : 1.5.0 to (not including) 1.10.0

## Impact
Successful exploitation of this vulnerability allows an unauthenticated attacker to execute arbitrary code on the vulnerable asset

## Vulnerable application to verify the PoC
Application developed by [@securekomodo](https://github.com/securekomodo),  is attached [here](https://github.com/securekomodo/text4shell-poc).
### Docker
This application can also be loaded from docker-registry
```
docker run -p 8080:8080 gokul2/text4shell-poc:latest
```
The application will be available at [localhost:8080](http://localhost:8080) now.

## Validation
To verify the arbitrary Command Execution, we use [interactsh](https://github.com/projectdiscovery/interactsh), a tool to capture OOB interactions by [@projectdiscovery](https://github.com/projectdiscovery).

### Setting up Interactsh-client
Set-up interactsh client before executing the actual exploit.
```
docker run projectdiscovery/interactsh-client:latest
```

Take a note of the domain listed after starting the application
```
[INF] Listing 1 payload for OOB Testing
[INF] xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.oast.pro
```
## Usage
```
python3 exploit.py -u [host] -i [input-file-with-targets] -v [interactsh client domain] -p [proxy(optional)]
python3 exploit.py -u [host] -t [single target path] -v [interactsh client domain] -p [proxy(optional)]
```

## Verification
Check for logs in the interactsh-client to validate the exploit.
文件快照

[4.0K] /data/pocs/bb0149990ab9c2c0672908a5fd9e01e07cfe83e5 ├── [3.7K] exploit.py └── [1.5K] README.md 0 directories, 2 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →