nuclei-templates/http/exposures/apis/couchbase-buckets-api.yaml

41 lines
978 B
YAML
Raw Normal View History

id: couchbase-buckets-api
2021-08-19 09:26:35 +00:00
info:
name: Couchbase Buckets Unauthenticated REST API - Detect
2021-08-19 09:26:35 +00:00
author: geeknik
2023-03-03 15:27:54 +00:00
severity: medium
description: Couchbase Buckets REST API without authentication was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
2021-08-19 09:26:35 +00:00
reference:
- https://docs.couchbase.com/server/current/rest-api/rest-bucket-intro.html
- https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-metricset-couchbase-bucket.html
tags: exposure,couchbase
metadata:
max-request: 1
2021-08-19 09:26:35 +00:00
http:
2021-08-19 09:26:35 +00:00
- method: GET
path:
- "{{BaseURL}}/pools/default/buckets"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '"couchbase":'
- '"bucket":'
- '"data":'
condition: and
- type: word
part: header
words:
- 'application/json'