37 lines
972 B
YAML
37 lines
972 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
|
|
|
|
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: 490a0046304402203c434f79a7fc8916607604eb67ead6c4db6c0130b07d032b43ee859f4d018f78022042a567cc44b6e04e3d60c8fb227945d8d9df873770bffe6ef73e0374b4743538:922c64590222798bb761d5b6d8e72950 |