Skip to content

CVE-2026-56819

WSO2 Products impacted: no

Customer action required: no


REPORTED VULNERABILITY

In applications that enable HTTP/2 content decompression via DelegatingDecompressorFrameListener, a remote unauthenticated peer can leak one direct ByteBuf per HTTP/2 DATA frame. When a DATA frame is processed for a stream whose decompressor has already been closed, Http2Decompressor.decompress(...) retains the buffer and does not release it on the error path, eventually exhausting direct memory. Fixed in 4.1.136.Final and 4.2.16.Final.1

REPORTED PRODUCTS

  • WSO2 Identity Server : 7.2.0, 7.3.0

WSO2 JUSTIFICATION

A single Netty distribution reaches the runtime in WSO2 Identity Server, shipped as a WSO2 orbit bundle that re-wraps an upstream release within the affected range. The vulnerable class is therefore physically present, and this finding turns entirely on whether it is reachable.

HTTP/2 content decompression is never enabled. The only other reference is unused. The single copy of this class name outside the Netty bundle appears in the Vert.x core classes inlined into the Vert.x JSON Schema bundle. Its one consumer, the OAuth Rich Authorization Requests component, uses Vert.x purely for JSON schema validation (JsonSchema, SchemaRepository, Validator, JsonObject, FileSystem) and never touches its HTTP API; io.vertx.core.http.HttpServer is referenced by nothing in the distribution.

The leak requires an application that enables HTTP/2 content decompression on a Netty server, and no Netty HTTP/2 endpoint is started.

No Netty HTTP server is ever started. io.netty.handler.codec.http.HttpServerCodec and io.netty.handler.codec.spdy.SpdyFrameCodec are referenced by nothing in the shipped distribution, so no Netty server pipeline is ever built. WSO2 Identity Server serves all inbound HTTP through embedded Apache Tomcat, configured in repository/conf/tomcat/catalina-server.xml.

Based on this evidence, we conclude that this vulnerability does not pose a security risk to the impacted versions of WSO2 products listed above.

REFERENCES