PT-2026-38378 · Netty+2 · Netty+2

Published

2026-05-07

·

Updated

2026-06-11

·

CVE-2026-42586

CVSS v3.1

7.1

High

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Name of the Vulnerable Software and Affected Versions Netty versions prior to 4.1.133.Final Netty versions prior to 4.2.13.Final
Description The Netty Redis codec encoder (RedisEncoder) writes user-controlled string content directly to the network output buffer without validating or sanitizing CRLF (r ) characters. Because the Redis Serialization Protocol (RESP) uses CRLF as the command and response delimiter, an attacker who can control the content of a Redis message can inject arbitrary Redis commands or forge fake responses. This issue specifically affects the text-based inline command mode and simple string or error response types. The vulnerability is present in the writeString() function of the RedisEncoder class and the constructors of InlineCommandRedisMessage, SimpleStringRedisMessage, and ErrorRedisMessage (which inherit from AbstractStringRedisMessage).
Recommendations Update to version 4.1.133.Final or later. Update to version 4.2.13.Final or later. As a temporary workaround, restrict the use of InlineCommandRedisMessage, SimpleStringRedisMessage, and ErrorRedisMessage or implement manual CRLF sanitization of user input before passing it to these components.

Exploit

Fix

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CLEANSTART-2026-CP46043
CLEANSTART-2026-DD05788
CLEANSTART-2026-EG39405
CLEANSTART-2026-LE11246
CLEANSTART-2026-MX76059
CLEANSTART-2026-RN56220
CLEANSTART-2026-WK99982
CVE-2026-42586
GHSA-RGRR-P7GP-5XJ7
OPENSUSE-SU-2026:10795-1
SUSE-SU-2026:2308-1
USN-8401-1

Affected Products

Linuxmint
Netty
Ubuntu