
Exploit script for CVE-2024-34102, an XXE vulnerability in Adobe Commerce allowing arbitrary code execution via crafted XML documents.
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.
Before starting, make sure you have the following tools installed on your machine:
Clone the repository
Use git to clone the repository:
git clone https://github.com/dream434/CVE-2024-34102
Access the project directory
cd CVE-2024-34102
Run the application
python3 exploit.py https://exemple.com
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.