37 lines
968 B
YAML
37 lines
968 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: 2
|
|
tags: network,redis,unauth,exposure
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "info\r\nquit\r\n"
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
- "tls://{{Hostname}}"
|
|
port: 6379,6380
|
|
read-size: 2048
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "redis_version"
|
|
- type: word
|
|
negative: true
|
|
words:
|
|
- "redis_mode:sentinel"
|
|
# digest: 490a0046304402207d8d28aa936cd47ad47515fb72fb8cfd8953170671a548145b11c2a2e7a41aaa02200d484b2a1430da51c6c548b3bdab3d16498eb1fb3fbdeb4d39f91d0800658765:922c64590222798bb761d5b6d8e72950 |