CVE-2026-56822
Last modified
CVE-2026-56822 is a high-severity vulnerability rated 7.4/10 on the CVSS scale. Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, the OcspServerCertificateValidator forwards the SslHandshakeCompletionEvent before the asynchronous OCSP validation completes. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, the OcspServerCertificateValidator forwards the SslHandshakeCompletionEvent before the asynchronous OCSP validation completes. This allows the client's downstream handlers to send sensitive application data (e.g., HTTP requests) to a revoked server before the channel is closed by the OCSP check. n io.netty.handler.ssl.ocsp.OcspServerCertificateValidator#userEventTriggered, when an SslHandshakeCompletionEvent is received, the validator immediately calls ctx.fireUserEventTriggered(evt). It then initiates an asynchronous OCSP query using OcspClient.query. Because the handshake completion event is forwarded immediately, downstream handlers in the client's pipeline are notified that the TLS handshake is successful. They may then begin reading and processing incoming application data or sending outgoing data. If the OCSP response later indicates the server's certificate is REVOKED, the validator closes the channel, but by this time, the client may have already leaked sensitive data to a revoked server or processed malicious responses from it. This issue has been fixed in versions 4.1.136.Final and 4.2.16.Final.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Netty | Netty | < 4.1.136 |
| Netty | Netty | >= 4.2.0, < 4.2.16 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-56822?
How severe is CVE-2026-56822?
How do I fix CVE-2026-56822?
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-56817Netty is a network application framework for development of …9.8
- CVE-2026-56818Netty is an asynchronous, event-driven network application f…6.5
- CVE-2026-56819Netty is a network application framework for development of …7.5
- CVE-2026-5682A vulnerability has been found in Meesho Online Shopping App…3.7
- CVE-2026-56820Netty is a network application framework for development of …9.1
- CVE-2026-56821Netty is an asynchronous, event-driven network application f…7.4
- CVE-2026-56823AutoGPT is a workflow automation platform for creating, depl…5.4
- CVE-2026-5683A vulnerability was found in Tenda CX12L 16.03.53.12. Affect…8
- CVE-2026-5684A vulnerability was determined in Tenda CX12L 16.03.53.12. A…8
- CVE-2026-56841A malicious actor with access to the network and low privile…8.8
- CVE-2026-56842A malicious actor with access to the network and under certa…7.5
- CVE-2026-56843Incorrect authorization in the XML-RPC API of WebPros Plesk …9.9
Are you affected by CVE-2026-56822?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
