GHSA-x3rh-m7vp-35f2

Suggest an improvement
Source
https://github.com/advisories/GHSA-x3rh-m7vp-35f2
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2020/08/GHSA-x3rh-m7vp-35f2/GHSA-x3rh-m7vp-35f2.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-x3rh-m7vp-35f2
Aliases
Published
2020-08-05T14:52:59Z
Modified
2024-03-14T05:49:04.832402Z
Severity
  • 9.4 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L CVSS Calculator
Summary
Operation on a Resource after Expiration or Release in Jetty Server
Details

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

Affected packages

Maven / org.eclipse.jetty:jetty-server

Package

Name
org.eclipse.jetty:jetty-server
View open source insights on deps.dev
Purl
pkg:maven/org.eclipse.jetty/jetty-server

Affected ranges

Type
ECOSYSTEM
Events
Introduced
9.4.27
Fixed
9.4.30.v20200611

Affected versions

9.*

9.4.27.v20200227
9.4.28.v20200408
9.4.29.v20200521

Database specific

{
    "last_known_affected_version_range": "<= 9.4.30.v20200610"
}