UBUNTU-CVE-2019-17638

Source
https://ubuntu.com/security/CVE-2019-17638
Import Source
https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2019/UBUNTU-CVE-2019-17638.json
JSON Data
https://api.test.osv.dev/v1/vulns/UBUNTU-CVE-2019-17638
Related
Published
2020-07-09T18:15:00Z
Modified
2025-06-30T04:46:26Z
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).

References

Affected packages

Ubuntu:22.04:LTS / jetty9

Package

Name
jetty9
Purl
pkg:deb/ubuntu/jetty9@9.4.45-1?arch=source&distro=jammy

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.4.45-1

Affected versions

9.*

9.4.39-3
9.4.44-2
9.4.44-3
9.4.44-4

Ecosystem specific

{
    "ubuntu_priority": "medium",
    "availability": "No subscription required",
    "binaries": [
        {
            "binary_name": "jetty9",
            "binary_version": "9.4.45-1"
        },
        {
            "binary_name": "libjetty9-extra-java",
            "binary_version": "9.4.45-1"
        },
        {
            "binary_name": "libjetty9-java",
            "binary_version": "9.4.45-1"
        }
    ]
}

Ubuntu:24.10 / jetty9

Package

Name
jetty9
Purl
pkg:deb/ubuntu/jetty9@9.4.55-1?arch=source&distro=oracular

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.4.55-1

Affected versions

9.*

9.4.53-1
9.4.54-1

Ecosystem specific

{
    "ubuntu_priority": "medium",
    "availability": "No subscription required",
    "binaries": [
        {
            "binary_name": "jetty9",
            "binary_version": "9.4.55-1"
        },
        {
            "binary_name": "libjetty9-extra-java",
            "binary_version": "9.4.55-1"
        },
        {
            "binary_name": "libjetty9-java",
            "binary_version": "9.4.55-1"
        }
    ]
}

Ubuntu:24.04:LTS / jetty9

Package

Name
jetty9
Purl
pkg:deb/ubuntu/jetty9@9.4.53-1?arch=source&distro=noble

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.4.53-1

Affected versions

9.*

9.4.51-2

Ecosystem specific

{
    "ubuntu_priority": "medium",
    "availability": "No subscription required",
    "binaries": [
        {
            "binary_name": "jetty9",
            "binary_version": "9.4.53-1"
        },
        {
            "binary_name": "libjetty9-extra-java",
            "binary_version": "9.4.53-1"
        },
        {
            "binary_name": "libjetty9-java",
            "binary_version": "9.4.53-1"
        }
    ]
}

Ubuntu:25.04 / jetty9

Package

Name
jetty9
Purl
pkg:deb/ubuntu/jetty9@9.4.56-1?arch=source&distro=plucky

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
9.4.56-1

Affected versions

9.*

9.4.55-1

Ecosystem specific

{
    "ubuntu_priority": "medium",
    "availability": "No subscription required",
    "binaries": [
        {
            "binary_name": "jetty9",
            "binary_version": "9.4.56-1"
        },
        {
            "binary_name": "libjetty9-extra-java",
            "binary_version": "9.4.56-1"
        },
        {
            "binary_name": "libjetty9-java",
            "binary_version": "9.4.56-1"
        }
    ]
}