HIGH🇵🇱 Wersja polska

CVE-2026-56822

CVSS 7.4v3.1pub. 2026-07-29upd. 2026-08-07

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.

CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Netty

    APP
    Netty
    < 4.1.1364.2.0 – 4.2.16 (excl.)
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2019-20444CRITICAL9.1PL ✓same product

Netty: nieprawidłowe parsowanie nagłówków HTTP bez dwukropka (HTTP Request Smuggling)

CVE-2019-20445CRITICAL9.1PL ✓same product

Netty: HTTP Request Smuggling przez duplikat nagłówka Content-Length

CVE-2023-44487HIGH7.5⚠ KEVsame product

The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can ...

CVE-2026-56821HIGH7.4PL ✓same product

Netty: bypass odwołania certyfikatu przez replay przeterminowanej odpowiedzi OCSP

CVE-2026-59901HIGH8.7PL ✓same product

Netty Bzip2Decoder — nieskończona pętla prowadząca do DoS