CVE-2019-17638

Source
https://cve.org/CVERecord?id=CVE-2019-17638
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2019-17638.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2019-17638
Aliases
Downstream
Published
2020-07-09T18:15:10.427Z
Modified
2026-07-07T08:51:31.911818026Z
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
[none]
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 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).

Database specific
{
    "unresolved_ranges": [
        {
            "source": "CPE_STRING",
            "vendor_product": "eclipse:jetty",
            "cpes": [
                "cpe:2.3:a:eclipse:jetty:9.4.27:20200227:*:*:*:*:*:*"
            ],
            "extracted_events": [
                {
                    "introduced": "9.4.27-20200227"
                },
                {
                    "last_affected": "9.4.27-20200227"
                },
                {
                    "introduced": "9.4.27-20200227"
                },
                {
                    "last_affected": "9.4.27-20200227"
                }
            ]
        }
    ]
}
References

Affected packages

Git / github.com/jetty/jetty.project

Affected ranges

Type
GIT
Repo
https://github.com/jetty/jetty.project
Events
Database specific
{
    "source": "CPE_STRING",
    "cpe": [
        "cpe:2.3:a:eclipse:jetty:9.4.27:20200227:*:*:*:*:*:*",
        "cpe:2.3:a:eclipse:jetty:9.4.28:20200408:*:*:*:*:*:*",
        "cpe:2.3:a:eclipse:jetty:9.4.29:20200521:*:*:*:*:*:*"
    ],
    "extracted_events": [
        {
            "introduced": "9.4.27-20200227"
        },
        {
            "last_affected": "9.4.27-20200227"
        },
        {
            "introduced": "9.4.28-20200408"
        },
        {
            "last_affected": "9.4.28-20200408"
        },
        {
            "introduced": "9.4.29-20200521"
        },
        {
            "last_affected": "9.4.29-20200521"
        }
    ]
}

Affected versions

9.*
9.4.27-20200227
9.4.28-20200408
9.4.29-20200521
jetty-9.*
jetty-9.4.27.v20200227
jetty-9.4.28.v20200408
jetty-9.4.29.v20200521

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2019-17638.json"