Netty is an asynchronous, event-driven network application framework. From 4.2.0.Final to 4.2.13.Final , Netty's epoll transport fails to detect and close TCP connections that receive a RST after being half-closed, leading to stale channels that are never cleaned up and, in some code paths, a 100% CPU busy-loop in the event loop thread. This vulnerability is fixed in 4.2.13.Final.
References
| Link | Resource |
|---|---|
| https://github.com/netty/netty/commit/0ec3d97fab376e243d328ac95fbd288ba0f6e22d | Patch |
| https://github.com/netty/netty/pull/16689 | Issue Tracking Patch |
| https://github.com/netty/netty/security/advisories/GHSA-rwm7-x88c-3g2p | Mitigation Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-05-13 19:17
Updated : 2026-06-17 10:48
NVD link : CVE-2026-42577
Mitre link : CVE-2026-42577
CVE.ORG link : CVE-2026-42577
JSON object : View
Products Affected
netty
- netty
CWE
CWE-772
Missing Release of Resource after Effective Lifetime
