First published: Tue Oct 08 2024(Updated: )
A vulnerability was found in the resteasy-netty4 library arising from improper handling of HTTP requests using smuggling techniques. When an HTTP smuggling request with an ASCII control character is sent, it causes the Netty HttpObjectDecoder to transition into a BAD_MESSAGE state. As a result, any subsequent legitimate requests on the same connection are ignored, leading to client timeouts, which may impact systems using load balancers and expose them to risk.
Credit: secalert@redhat.com secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
maven/org.jboss.resteasy:resteasy-netty4-cdi | <7.0.0.Alpha3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-9622 has been classified as a critical severity vulnerability due to its potential impact on application security.
To mitigate CVE-2024-9622, update the resteasy-netty4 library to version 7.0.0.Alpha4 or later.
CVE-2024-9622 affects the resteasy-netty4-cdi package versions up to 7.0.0.Alpha3.
CVE-2024-9622 allows attackers to perform HTTP smuggling attacks by sending requests with ASCII control characters.
CVE-2024-9622 is related to improper handling of HTTP requests in the Netty HttpObjectDecoder.