关联漏洞
标题:
Apache Tomcat 环境问题漏洞
(CVE-2025-24813)
描述:Apache Tomcat是美国阿帕奇(Apache)基金会的一款轻量级Web应用服务器。用于实现对Servlet和JavaServer Page(JSP)的支持。 Apache Tomcat 11.0.0-M1至11.0.2版本、10.1.0-M1至10.1.34版本和9.0.0.M1至9.0.98版本存在环境问题漏洞。攻击者利用该漏洞可以远程执行代码或泄露敏感信息。
描述
This repository contains a shell script based POC on Apache Tomcat CVE-2025-24813. It allow you to easily test the vulnerability on any version of Apache Tomcat
介绍
# Testing any tomcat version to see whether that version is vulnerable to CVE-2025-24813
This POC allow you to test any tomcat version to verify whether that version is vulnerable to CVE-2025-24813 under the vulnerable conditions, in Unix environments (tested on a `Ubuntu` machine).
1. Modify `tomcat_version` variable in `01-prepare-environment.sh` file to the targeted tomcat version
```
#!/bin/bash
tomcat_version="10.1.20"
```
2. Prepare the environment: Run the file `01-prepare-environment.sh`
3. Test the POC: Run the file `02-test.sh`
Please read https://digitaldefenders.substack.com/p/cve-2025-24813-one-guard-lies-one for a more detailed explanation on this vulnerability.
文件快照
[4.0K] /data/pocs/28eec393f685de88c407d539094a62bf25edab24
├── [1.7K] 01-prepare-environment.sh
├── [1.0K] 02-test.sh
└── [ 699] README.md
0 directories, 3 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。