POC详情: 254513426646cbd7ef39066310aa5bd179e1d524

来源
关联漏洞
标题: Apache HugeGraph 安全漏洞 (CVE-2024-27348)
描述:Apache HugeGraph是美国阿帕奇(Apache)基金会的一个速度快、可扩展性强的图形数据库。 Apache HugeGraph 1.0.0至1.3.0之前版本存在安全漏洞,该漏洞源于存在远程命令执行(RCE)漏洞。
描述
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"
```
![picture](./picture.png)
# 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付费,感谢您的支持。