#VU13402 Type confusion in Redis - CVE-2018-12453
Published: June 19, 2018 / Updated: June 17, 2021
Redis
Salvatore Sanfilippo
Description
The vulnerability allows a remote authenticated attacker to cause DoS condition on the target system.
The vulnerability exists in the xgroupCommand function due to improper handling of an XGROUP command where the key is not a stream by the xgroupCommand function, as defined in the t_stream.c source code file. A remote attacker can execute an XGROUP command that submits malicious input, trigger a type confusion condition and cause the service to crash.