Skip to content

CVE-2026-59921

WSO2 Products impacted: no

Customer action required: no


REPORTED VULNERABILITY

Netty's HttpPostRequestEncoder constructs multipart HTTP request bodies by directly concatenating user-supplied filenames and field names into Content-Disposition MIME headers without validating or sanitizing CRLF characters. An attacker who controls a filename can therefore inject arbitrary MIME headers into the multipart body part. 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.

The multipart request encoder is never used. 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 defect requires an outbound multipart body encoded from an attacker-controlled filename, which nothing in this product does.

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