36 lines
943 B
YAML
36 lines
943 B
YAML
id: exposed-redis
|
|
|
|
info:
|
|
name: Redis Server - Unauthenticated Access
|
|
author: pdteam
|
|
severity: high
|
|
description: Redis server without any required authentication was discovered.
|
|
reference:
|
|
- https://redis.io/topics/security
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
|
|
cvss-score: 7.2
|
|
cwe-id: CWE-306
|
|
metadata:
|
|
max-request: 1
|
|
tags: network,redis,unauth,exposure
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "info\r\nquit\r\n"
|
|
|
|
host:
|
|
- "tls://{Hostname}}"
|
|
port: 6380
|
|
read-size: 2048
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "redis_version"
|
|
- type: word
|
|
negative: true
|
|
words:
|
|
- "redis_mode:sentinel"
|
|
# digest: 4b0a00483046022100ea1cc027f73c9e4c763965b2ea2e5af8b95fc12b515654213ac8b858be2b3458022100b8eeb207e0018f049aefb21e9158b8b5ffd5a1fc60944f963ea89b04754fb9e2:922c64590222798bb761d5b6d8e72950 |