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-34102 — Exploit script for CVE-2024-34102, an XXE vulnerability in Adobe Commerce allowing arbitrary code execution via crafted XML documents. | Kitploit
Tools/GitHubGitHub/dream434/cve-2024-34102
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationLearning & Education
GitHubdream434/cve-2024-34102

CVE-2024-34102

Exploit script for CVE-2024-34102, an XXE vulnerability in Adobe Commerce allowing arbitrary code execution via crafted XML documents.

View Repository
11 year agoNot yet reviewed
Website

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-34102

Adobe Commerce versions 2.4.7, 2.4.6-p5, 2.4.5-p7, 2.4.4-p8, and earlier are affected by an Improper Restriction of XML External Entity Reference ('XXE') vulnerability that could result in arbitrary code execution. An attacker could exploit this vulnerability by sending a crafted XML document that references external entities. Exploitation of this issue does not require user interaction.

Installation and Script Execution 💻

Prerequisites

Before starting, make sure you have the following tools installed on your machine:

  • Python 3.x
  • Git
  • pip (to manage Python dependencies)

Installation Steps

  1. Clone the repository
    Use git to clone the repository:

    root@kitploit:~
    git clone https://github.com/dream434/CVE-2024-34102
    
  2. Access the project directory

    root@kitploit:~
    cd CVE-2024-34102
    
  • Run the application

    root@kitploit:~
    python3 exploit.py  https://exemple.com
    
  • Credit 💎

    Credit to @th3gokul & Sanjaith3hacker for the original code base

    ⚠️ Warning :The use of this tool for malicious purposes is strictly prohibited. Please use it responsibly and only for testing and educational purposes.

    Download Tool