2021-10-01 18:20:23 +00:00
|
|
|
id: axiom-digitalocean-key-exposure
|
|
|
|
|
|
|
|
info:
|
2022-02-28 15:32:15 +00:00
|
|
|
name: DigitalOcean Key Exposure via Axiom
|
2021-10-01 18:20:23 +00:00
|
|
|
author: geeknik
|
|
|
|
severity: critical
|
2022-02-28 15:32:15 +00:00
|
|
|
description: Axiom is a dynamic infrastructure framework to efficiently work with multi-cloud environments.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/pry0cc/axiom
|
2022-02-28 22:19:39 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 9.8
|
2022-02-28 22:19:39 +00:00
|
|
|
cwe-id: CWE-425
|
2022-04-22 10:38:41 +00:00
|
|
|
remediation: Restrict access to the do.json file or upgrade to a newer version of Axiom
|
|
|
|
tags: axiom,digitalocean,key,exposure
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-10-01 18:20:23 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-01 18:20:23 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.axiom/accounts/do.json"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2021-10-01 18:22:35 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-10-01 23:11:32 +00:00
|
|
|
|
2021-10-01 18:20:23 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
2021-10-04 16:39:12 +00:00
|
|
|
- '"do_key"'
|
|
|
|
- '"region"'
|
|
|
|
- '"provider"'
|
2021-10-01 18:20:23 +00:00
|
|
|
condition: and
|
2021-10-01 23:11:32 +00:00
|
|
|
|
2021-10-01 18:20:23 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- '\"do_key\"\: .*'
|