Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. Netty prior to version 4.1.71.Final skips control chars when they are present at the beginning / end of the header name. It should instead fail fast as these are not allowed by the spec and could lead to HTTP request smuggling. Failing to do the validation might cause netty to sanitize header names before it forward these to another remote system when used as proxy. This remote system cant see the invalid usage anymore, and therefore does not do the validation itself. Users should upgrade to version 4.1.71.Final.
The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Netty | Netty | * | 4.1.71 (excluding) |
Logging subsystem for Red Hat OpenShift 5.4 | RedHat | openshift-logging/elasticsearch6-rhel8:v6.8.1-156 | * |
OpenShift Logging 5.2 | RedHat | openshift-logging/elasticsearch6-rhel8:v6.8.1-157 | * |
OpenShift Logging 5.3 | RedHat | openshift-logging/elasticsearch6-rhel8:v6.8.1-159 | * |
Red Hat AMQ 7.10.0 | RedHat | netty | * |
Red Hat AMQ Streams 2.1.0 | RedHat | netty | * |
Red Hat build of Quarkus 2.7.5 | RedHat | netty | * |
Red Hat Data Grid 8.3.0 | RedHat | netty | * |
Red Hat Fuse 7.11 | RedHat | netty | * |
Red Hat JBoss Enterprise Application Platform 7 | RedHat | netty | * |
Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | RedHat | eap7-netty-0:4.1.72-4.Final_redhat_00001.1.el8eap | * |
Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | RedHat | eap7-netty-0:4.1.72-4.Final_redhat_00001.1.el7eap | * |
Red Hat Satellite 6.11 for RHEL 7 | RedHat | candlepin-0:4.1.13-1.el7sat | * |
Red Hat Satellite 6.11 for RHEL 8 | RedHat | candlepin-0:4.1.13-1.el8sat | * |
Red Hat Single Sign-On 7 | RedHat | netty | * |
Red Hat Single Sign-On 7.5 for RHEL 7 | RedHat | rh-sso7-keycloak-0:15.0.8-1.redhat_00001.1.el7sso | * |
Red Hat Single Sign-On 7.5 for RHEL 8 | RedHat | rh-sso7-keycloak-0:15.0.8-1.redhat_00001.1.el8sso | * |
Red Hat Single Sign-On 7.6.1 | RedHat | netty | * |
Red Hat Single Sign-On 7.6 for RHEL 7 | RedHat | rh-sso7-keycloak-0:18.0.3-1.redhat_00001.1.el7sso | * |
Red Hat Single Sign-On 7.6 for RHEL 8 | RedHat | rh-sso7-keycloak-0:18.0.3-1.redhat_00001.1.el8sso | * |
Red Hat Single Sign-On 7.6 for RHEL 9 | RedHat | rh-sso7-0:1-5.el9sso | * |
Red Hat Single Sign-On 7.6 for RHEL 9 | RedHat | rh-sso7-javapackages-tools-0:6.0.0-7.el9sso | * |
Red Hat Single Sign-On 7.6 for RHEL 9 | RedHat | rh-sso7-keycloak-0:18.0.3-1.redhat_00001.1.el9sso | * |
RHPAM 7.13.0 async | RedHat | netty | * |
Netty | Ubuntu | bionic | * |
Netty | Ubuntu | devel | * |
Netty | Ubuntu | esm-apps/bionic | * |
Netty | Ubuntu | esm-apps/focal | * |
Netty | Ubuntu | esm-apps/noble | * |
Netty | Ubuntu | esm-apps/xenial | * |
Netty | Ubuntu | focal | * |
Netty | Ubuntu | hirsute | * |
Netty | Ubuntu | impish | * |
Netty | Ubuntu | jammy | * |
Netty | Ubuntu | kinetic | * |
Netty | Ubuntu | lunar | * |
Netty | Ubuntu | mantic | * |
Netty | Ubuntu | noble | * |
Netty | Ubuntu | oracular | * |
Netty | Ubuntu | trusty | * |
Netty | Ubuntu | trusty/esm | * |
Netty | Ubuntu | xenial | * |
HTTP requests or responses (“messages”) can be malformed or unexpected in ways that cause web servers or clients to interpret the messages in different ways than intermediary HTTP agents such as load balancers, reverse proxies, web caching proxies, application firewalls, etc. For example, an adversary may be able to add duplicate or different header fields that a client or server might interpret as one set of messages, whereas the intermediary might interpret the same sequence of bytes as a different set of messages. For example, discrepancies can arise in how to handle duplicate headers like two Transfer-encoding (TE) or two Content-length (CL), or the malicious HTTP message will have different headers for TE and CL. The inconsistent parsing and interpretation of messages can allow the adversary to “smuggle” a message to the client/server without the intermediary being aware of it. This weakness is usually the result of the usage of outdated or incompatible HTTP protocol versions in the HTTP agents.