PT-2026-47601 · Unknown+1 · Netty-Codec-Redis+1
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
netty-codec-redis versions prior to 4.1.135.Final
netty-codec-redis versions prior to 4.2.15.Final
Description
A denial of service can occur when an attacker sends a crafted Redis payload containing deeply nested arrays. The
io.netty.handler.codec.redis.RedisArrayAggregator function aggregates RedisMessage parts into ArrayRedisMessage using a Deque<AggregateState> to track nested arrays. Because there is no limit on the maximum depth of these arrays, a continuous stream of nested array headers forces the server to allocate a massive number of AggregateState instances and ArrayList collections. This leads to heap memory exhaustion and an OutOfMemoryError.Recommendations
Update to version 4.1.135.Final.
Update to version 4.2.15.Final.
Exploit
Fix
DoS
Resource Exhaustion
Allocation of Resources Without Limits
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Red Os
Netty-Codec-Redis