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
cosmicsting-cve-2024-34102-exploit — Complete CosmicSting (CVE-2024-34102) exploit suite for Magento/Adobe Commerce XXE vulnerability | Kitploit
Tools/GitHubGitHub/russellwork2021-lgtm/cosmicsting-cve-2024-34102-exploit
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingRed Teaming
GitHubrussellwork2021-lgtm/cosmicsting-cve-2024-34102-exploit

cosmicsting-cve-2024-34102-exploit

Complete CosmicSting (CVE-2024-34102) exploit suite for Magento/Adobe Commerce XXE vulnerability

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
2 months agoNot yet reviewed

CosmicSting (CVE-2024-34102) Exploit Suite

Complete exploit suite for CVE-2024-34102 - The CosmicSting XXE vulnerability in Adobe Commerce / Magento 2.4.x.

Vulnerability Details

  • CVE: CVE-2024-34102 (CVSS 9.8)
  • Type: XML External Entity Injection (XXE)
  • Impact: Unauthenticated remote file read, SSRF, potential RCE
  • Affected: Adobe Commerce 2.4.7, 2.4.6-p5, 2.4.5-p7, 2.4.4-p8 and earlier

Attack Vectors Tested

VectorEndpoint
Standard XXE/rest/V1/guest-carts/{id}/estimate-shipping-methods
Standard XXE (all)/rest/all/V1/guest-carts/{id}/estimate-shipping-methods
Billing Address/rest/V1/guest-carts/{id}/billing-address
dataIsURLSame endpoints with dataIsURL: true
totalsReaderAlternative JSON structure
Orders/rest/V1/orders, /rest/V1/order
Direct path/app/etc/env.php, /.env, etc.

Files Targeted

  • app/etc/env.php (database credentials, encryption keys)
  • .env (environment variables)
  • /etc/passwd (user enumeration)
  • /etc/hosts (internal network mapping)
  • /proc/self/environ (process environment)
  • app/etc/config.php, app/etc/config.local.php
  • var/log/system.log, var/log/exception.log

Usage

root@kitploit:~
pip install requests
python3 cosmicsting-cve-2024-34102.py https://target.com

References

  • AssetNote Research
  • Sansec CosmicSting
  • SamJUK/cosmicsting-validator
  • EQSTLab/CVE-2024-34102
  • th3gokul/CVE-2024-34102
  • Nuclei Template
  • Ambionics CNEXT + CosmicSting RCE
  • SpaceWasp Writeup
Download Tool