关联漏洞
描述
This is a repository for Apache HugeGraph Remote Code Execution vulnerability(CVE-2024-27348))
介绍
# CVE-2024-27348
This is a repository for Apache HugeGraph Remote Code Execution vulnerability(CVE-2024-27348))
# Docker
```
docker pull hugegraph/hugegraph:1.0.0
docker run -it --name hgserver -p 8081:8080 hugegraph/hugegraph:1.0.0
```
# docker-compose.yml
```
services:
web:
image: vulhub/hugegraph:1.2.0
ports:
- "8080:8080"
- "5005:5005"
```
```
### docker compose up -d
### visit:http://your_ip:8080
```
# exploit
```
python .\CVE-2024-27348.py -t http://192.168.41.163:8080 -c "id"
```

# about
For all you can see it
```
https://www.vicarius.io/vsociety/posts/remote-code-execution-vulnerability-in-apache-hugegraph-server-cve-2024-27348
```
文件快照
[4.0K] /data/pocs/254513426646cbd7ef39066310aa5bd179e1d524
├── [3.5K] CVE-2024-27348.py
├── [ 42K] picture.png
└── [ 703] README.md
0 directories, 3 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。