关联漏洞
描述
PoC
介绍
# 💥 CVE-2025-30065 - Parquet Deserialization PoC
This project demonstrates a safe proof-of-concept for CVE-2025-30065 using Apache Parquet and Java deserialization.
When a Parquet file containing a serialized Java object is read, the payload executes a visible command to prove code execution.
---
## 📦 Usage
### Generate the Parquet payload:
```bash
docker-compose run --rm maven-parquet mvn compile exec:java -Dexec.mainClass=ParquetPayloadWriter
docker-compose run --rm maven-parquet mvn compile exec:java -Dexec.mainClass=ParquetPayloadReader
```
You should see something like:
[👀 payload output] {output of whoami}
### Won't work in patched 1.15.1
Try to change the version number to 1.15.1 from the vulnerable <1.15.0 in /app/pom.xml. It will no longer work.
### links
[BleepingComputer](https://www.bleepingcomputer.com/news/security/max-severity-rce-flaw-discovered-in-widely-used-apache-parquet/)
[NIST CVE](https://nvd.nist.gov/vuln/detail/CVE-2025-30065)
文件快照
[4.0K] /data/pocs/8f770999d7b94c322c5916999e02346bf6837af8
├── [4.0K] app
│ ├── [1.8K] pom.xml
│ └── [4.0K] src
│ └── [4.0K] main
│ └── [4.0K] java
│ ├── [1.2K] MaliciousPayload.java
│ ├── [2.0K] ParquetPayloadReader.java
│ ├── [1.8K] ParquetPayloadWriter.java
│ └── [ 350] SerializePayload.java
├── [ 249] docker-compose.yaml
└── [ 988] README.md
4 directories, 7 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。