CVE-2019-17638
CVSS V2 High 7.5
CVSS V3 Critical 9.4
Description
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 other data. Thread1 then proceeds to write the buffer that now contains different data. This results in client1, which issued request1 seeing data from another request or response which could contain sensitive data belonging to client2 (HTTP session ids, authentication credentials, etc.). If the Jetty version cannot be upgraded, the vulnerability can be significantly reduced by configuring a responseHeaderSize significantly larger than the requestHeaderSize (12KB responseHeaderSize and 8KB requestHeaderSize).
Overview
- CVE ID
- CVE-2019-17638
- Assigner
- emo@eclipse.org
- Vulnerability Status
- Modified
- Published Version
- 2020-07-09T18:15:10
- Last Modified Date
- 2021-06-14T18:15:18
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:eclipse:jetty:9.4.27:20200227:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:eclipse:jetty:9.4.28:20200408:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:eclipse:jetty:9.4.29:20200521:*:*:*:*:*:* | 1 | OR |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:L/Au:N/C:P/I:P/A:P
- Access Vector
- NETWORK
- Access Compatibility
- LOW
- Authentication
- NONE
- Confidentiality Impact
- PARTIAL
- Integrity Impact
- PARTIAL
- Availability Impact
- PARTIAL
- Base Score
- 7.5
- Severity
- HIGH
- Exploitability Score
- 10
- Impact Score
- 6.4
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- HIGH
- Availability Impact
- LOW
- Base Score
- 9.4
- Base Severity
- CRITICAL
- Exploitability Score
- 3.9
- Impact Score
- 5.5
References
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2019-17638 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17638 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 07:11:41 | Added to TrackCVE | |||
2022-12-04 19:20:21 | security@eclipse.org | emo@eclipse.org | CVE Assigner | updated |
2022-12-04 19:20:21 | 2020-07-09T18:15Z | 2020-07-09T18:15:10 | CVE Published Date | updated |
2022-12-04 19:20:21 | 2021-06-14T18:15:18 | CVE Modified Date | updated | |
2022-12-04 19:20:21 | Modified | Vulnerability Status | updated |