关联漏洞
标题:Apache Commons Text 代码注入漏洞 (CVE-2022-42889)Description:Apache Commons Text是美国阿帕奇(Apache)基金会的一个专注于字符串算法的库。 Apache Commons Text 1.5至1.9版本存在安全漏洞,该漏洞源于默认的Lookup实例集包括可能导致任意代码执行或与远程服务器联系的插值器,可能容易受到远程代码执行或与远程服务器的无意接触的影响。
Description
A demonstration of CVE-2022-42889 (text4shell) remote code execution vulnerability
介绍
# text4shell
A demonstration of CVE-2022-42889 (text4shell) remote code execution vulnerability.
Details in [Don't Panic!: CVE-2022-42889 Text4shell vulnerability in Apache Commons Text](https://www.dontpanicblog.co.uk/2023/03/11/cve-2022-42889-text4shell/).
文件快照
[4.0K] /data/pocs/507d5ad9686680ab37c7d09a2a69dbdf877a1982
├── [1.1K] LICENSE.md
├── [1.5K] pom.xml
├── [ 261] README.md
└── [4.0K] src
├── [4.0K] main
│ ├── [4.0K] java
│ │ └── [4.0K] org
│ │ └── [4.0K] dontpanic
│ │ └── [4.0K] text4shell
│ │ ├── [4.0K] controller
│ │ │ ├── [ 556] ExploitMeController.java
│ │ │ └── [1.5K] HomeController.java
│ │ └── [ 325] Text4shellApplication.java
│ └── [4.0K] resources
│ ├── [ 55] application.properties
│ └── [4.0K] templates
│ └── [ 453] index.html
└── [4.0K] test
└── [4.0K] java
└── [4.0K] org
└── [4.0K] dontpanic
└── [4.0K] text4shell
└── [ 220] Text4shellApplicationTests.java
14 directories, 9 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮件到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对 POC 代码进行快照,为了长期维护,请考虑为本地 POC 付费/捐赠,感谢您的支持。