CVE-2026-45536
Last modified
CVE-2026-45536 is a medium-severity vulnerability rated 4/10 on the CVSS scale. Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, netty_unix_socket_recvFd sets msg_control to `char control[CMSG_SPACE(sizeof(int))]` (line 940) — 24 bytes on 64-bit Linux. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
Netty is a network application framework for development of protocol servers and clients. Prior to versions 4.1.135.Final and 4.2.15.Final, netty_unix_socket_recvFd sets msg_control to `char control[CMSG_SPACE(sizeof(int))]` (line 940) — 24 bytes on 64-bit Linux. A peer-sent SCM_RIGHTS cmsg carrying two ints has cmsg_len = CMSG_LEN(8) = 24, which fits exactly with no MSG_CTRUNC, so the kernel installs both fds in the receiving process. The subsequent check `cmsg->cmsg_len == CMSG_LEN(sizeof(int))` (line 972, expected 20) fails, the branch that would read the fd is skipped, and neither installed fd is closed. The for(;;) loop calls recvmsg again (non-blocking → EAGAIN → Java maps to 0 → read loop exits normally), leaving two leaked fds per message. There is no MSG_CTRUNC handling. Reachable via Epoll/KQueue DomainSocketChannel when the application opts into DomainSocketReadMode.FILE_DESCRIPTORS (non-default). Versions 4.1.135.Final and 4.2.15.Final patch the issue.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Netty | Netty | < 4.1.135 |
| Netty | Netty | >= 4.2.0, < 4.2.15 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-45536?
How severe is CVE-2026-45536?
How do I fix CVE-2026-45536?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-4551A vulnerability was found in Tenda F453 1.0.0.3. This vulner…8.8
- CVE-2026-4552A vulnerability was determined in Tenda F453 1.0.0.3. This i…8.8
- CVE-2026-4553A vulnerability was identified in Tenda F453 1.0.0.3. Impact…8.8
- CVE-2026-45533DataEase is an open source data visualization and analysis t…8.3
- CVE-2026-45534DataEase is an open source data visualization and analysis t…9
- CVE-2026-45535DataEase is an open source data visualization and analysis t…8.7
- CVE-2026-45537OpenSIPS is a Session Initiation Protocol (SIP) server imple…9.1
- CVE-2026-45538OpenSIPS is a Session Initiation Protocol (SIP) server imple…9.8
- CVE-2026-45539Microsoft APM is an open-source, community-driven dependency…7.4
- CVE-2026-4554A security flaw has been discovered in Tenda F453 1.0.0.3. T…8.8
- CVE-2026-45541ESF-IDF is the Espressif Internet of Things (IOT) Developmen…7.5
- CVE-2026-45542ESF-IDF is the Espressif Internet of Things (IOT) Developmen…7.1
Are you affected by CVE-2026-45536?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
