CVE-2026-44894
Last modified
CVE-2026-44894 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Netty is a network application framework for development of protocol servers and clients. NoQuicTokenHandler is the tokenHandler used when the application does not set one. 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. NoQuicTokenHandler is the tokenHandler used when the application does not set one. Prior to version 4.2.15.Final, its writeToken() returns false (server will not send Retry — acceptable), but validateToken() unconditionally `return 0`. In QuicheQuicServerCodec.handlePacket(), a non-negative return from validateToken() is interpreted as 'token is valid, ODCID starts at offset 0', causing the server to call quiche_accept as if the client's address had been validated by a Retry round-trip. Per RFC 9000 §8.1, a validated address lifts the 3× anti-amplification send limit. Thus any attacker who includes ANY non-empty token bytes in an Initial packet — with a spoofed victim source IP — causes the Netty server to treat the victim as validated and reflect full-size handshake flights (certificates, etc.) toward it without the 3× cap. The correct 'no token handler' semantics would be to return -1 (invalid) so the normal un-validated path and amplification limit apply. Version 4.2.15.Final patches the issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Netty | Netty | >= 4.2.0, < 4.2.15 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-44894?
How severe is CVE-2026-44894?
How do I fix CVE-2026-44894?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- 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-44889WebOb provides objects for HTTP requests and responses. Prio…6.1
- CVE-2026-4489A vulnerability was detected in Tenda A18 Pro 02.03.02.28. T…8.8
- CVE-2026-44890Netty is a network application framework for development of …7.5
- CVE-2026-44891Netty is a network application framework for development of …7.5
- CVE-2026-44892Netty is a network application framework for development of …7.5
- CVE-2026-44893Netty is a network application framework for development of …7.5
- CVE-2026-44895GitLab MCP Server lets an AI agent talk directly to GitLab. …9.2
- CVE-2026-44896Mistune is a Python Markdown parser with renderers and plugi…6.1
- CVE-2026-44897Mistune is a Python Markdown parser with renderers and plugi…6.1
- CVE-2026-44898Mistune is a Python Markdown parser with renderers and plugi…6.1
- CVE-2026-44899Mistune is a Python Markdown parser with renderers and plugi…6.1
- CVE-2026-4490A flaw has been found in Tenda A18 Pro 02.03.02.28. This iss…8.8
Are you affected by CVE-2026-44894?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
