Insecure encryption algorithm In jetty9
Description
Buffer not correctly recycled in Gzip Request inflation
Impact
If GZIP request body inflation is enabled and requests from different clients are multiplexed onto a single connection and if an attacker can send a request with a body that is received entirely by not consumed by the application, then a subsequent request on the same connection will see that body prepended to it's body.
The attacker will not see any data, but may inject data into the body of the subsequent request
CVE score is 4.8 AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L
Workarounds
The problem can be worked around by either:
Disabling compressed request body inflation by GzipHandler.
By always fully consuming the request content before sending a response.
By adding a Connection: close to any response where the servlet does not fully consume request content.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | >=0 <9.4.35-1 | 9.4.35-1 | |
debian 14 | >=0 <9.4.35-1 | 9.4.35-1 | |
maven | >=9.4.0 <9.4.35.v20201120 | 9.4.35.v20201120 | |
maven | >=9.4.0.rc0 <9.4.35.v20201120 || >=10.0.0.alpha0 <10.0.0.beta3 || >=11.0.0.alpha0 <11.0.0.beta3 | 9.4.35.v20201120, 11.0.0.beta3 | |
debian 12 | >=0 <9.4.35-1 | 9.4.35-1 | |
maven | =2.4.8 || =3.0.3 | 3.2.0 | |
debian 13 | >=0 <9.4.35-1 | 9.4.35-1 | |
pypi | <0 | - | |
rpm rhel8 | - | - |
Aliases
References
Does your application use this vulnerable software?
During the free trial, our tools assess your application, identify vulnerabilities, and provide recommendations for their remediation.