Vulnerability CVE-2024-9622


Published: 2024-10-08

Description:
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.

Type:

CWE-444

(Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling'))

 References:
https://access.redhat.com/security/cve/CVE-2024-9622
https://bugzilla.redhat.com/show_bug.cgi?id=2317179
https://github.com/orgs/resteasy/discussions/4351
https://github.com/resteasy/resteasy

Copyright 2024, cxsecurity.com

 

Back to Top