Operation on a Resource after Expiration or Release in Jetty Server
Critical severity
GitHub Reviewed
Published
Aug 5, 2020
to the GitHub Advisory Database
•
Updated Feb 1, 2023
Package
Affected versions
>= 9.4.27, <= 9.4.30.v20200610
Patched versions
9.4.30.v20200611
Description
Published by the National Vulnerability Database
Jul 9, 2020
Reviewed
Aug 3, 2020
Published to the GitHub Advisory Database
Aug 5, 2020
Last updated
Feb 1, 2023
In Eclipse Jetty, versions 9.4.27.v20200227 to 9.4.29.v20200521, in case of too large response headers, Jetty throws an exception to produce an HTTP 431 error. When this happens, the ByteBuffer containing the HTTP response headers is released back to the ByteBufferPool twice. Because of this double release, two threads can acquire the same ByteBuffer from the pool and while thread1 is about to use the ByteBuffer to write response1 data, thread2 fills the ByteBuffer with response2 data. Thread1 then proceeds to write the buffer that now contains response2 data. This results in client1, which issued request1 and expects responses, to see response2 which could contain sensitive data belonging to client2 (HTTP session ids, authentication credentials, etc.).
References