PT-2026-47608 · Netty+1 · Netty+1

·

CVE-2026-45536

·

Published

2026-06-08

·

Updated

2026-09-01

CVSS v3.1

4.0

Medium

VectorAV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Name of the Vulnerable Software and Affected Versions Netty (affected versions not specified)
Description A file descriptor leak occurs in the netty unix socket recvFd function when a peer sends two file descriptors simultaneously via an SCM RIGHTS control message. The system allocates a control buffer of 24 bytes on 64-bit Linux, which exactly fits a control message containing two integers. Because the kernel installs both descriptors without triggering a MSG CTRUNC flag, a subsequent length check cmsg->cmsg len == CMSG LEN(sizeof(int)) fails as it expects 20 bytes. This causes the application to skip the logic that reads the descriptor and fails to close the installed descriptors. The process then exits the read loop normally, resulting in two leaked file descriptors per message. This issue is reachable via Epoll/KQueue DomainSocketChannel when the application is configured with DomainSocketReadMode.FILE DESCRIPTORS.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

DoS

Information Disclosure

Missing Release of Resource after Effective Lifetime

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

Weakness Enumeration

Related Identifiers

CLEANSTART-2026-BK55944
CLEANSTART-2026-BO52019
CLEANSTART-2026-DT81884
CLEANSTART-2026-EG39405
CLEANSTART-2026-FV79231
CLEANSTART-2026-GX44743
CLEANSTART-2026-KL03760
CLEANSTART-2026-LB41442
CLEANSTART-2026-NE94194
CLEANSTART-2026-RS65756
CLEANSTART-2026-SH44648
CLEANSTART-2026-VP53607
CLEANSTART-2026-YY96069
CVE-2026-45536
GHSA-W573-9FFJ-6FF9
OPENSUSE-SU-2026:11033-1
SUSE-SU-2026:2802-1

Affected Products

Netty
Red Os