Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-27348 — This is a repository for Apache HugeGraph Remote Code Execution vulnerability(CVE-2024-27348)) | Kitploit
Tools/GitHubGitHub/p0et08/cve-2024-27348
Vulnerability AnalysisExploitationWeb Application ExploitationCommand and ControlRemote Access Tool
GitHubp0et08/cve-2024-27348

CVE-2024-27348

This is a repository for Apache HugeGraph Remote Code Execution vulnerability(CVE-2024-27348))

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-27348

This is a repository for Apache HugeGraph Remote Code Execution vulnerability(CVE-2024-27348))

Docker

root@kitploit:~
docker pull hugegraph/hugegraph:1.0.0
docker run -it --name hgserver -p 8081:8080 hugegraph/hugegraph:1.0.0

docker-compose.yml

root@kitploit:~
services:
  web:
    image: vulhub/hugegraph:1.2.0
    ports:
      - "8080:8080"
      - "5005:5005"
root@kitploit:~
### docker compose up -d   
### visit:http://your_ip:8080 

exploit

root@kitploit:~
python .\CVE-2024-27348.py -t http://192.168.41.163:8080 -c "id"

picture

about

For all you can see it

root@kitploit:~
https://www.vicarius.io/vsociety/posts/remote-code-execution-vulnerability-in-apache-hugegraph-server-cve-2024-27348
Download Tool