Due to a misconfiguration of the Redis service, it is possible to connect to the dictionary server and obtain business information by deserializing objects contained in the keys, from which the following can be extracted:
- List of users.
- Employee information such as IDs and names.
- Customer information such as Nits, names and IDs.
Obtain information from users, customers and employees.
According to the classification of the information found, establish the necessary controls so that the information is accessible only to the indicated persons and from authorized segments.
Internal attacker with Redis credentials.
⌚ 60 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
Servers with sensitive information have protected modes enabled
serverConfiguration:
bind * -::*
enable-protected-configs no
enable-debug-command no
tls-port 6379
tls-key-file redis.key
tls-auth-clients no
tls-protocols "TLSv1.2 TLSv1.3"
tls-ciphersuites TLS_CHACHA20_POLY1305_SHA256
protected-mode yes
The server configuration does not enable protected mode
serverConfiguration:
bind * -::*
enable-protected-configs no
enable-debug-command no
tls-port 6379
tls-key-file redis.key
tls-auth-clients no
tls-protocols "TLSv1.2 TLSv1.3"
tls-ciphersuites TLS_CHACHA20_POLY1305_SHA256
protected-mode no