SCA: security update for org.http4s:http4s-ember-core_2.12, org.http4s:http4s-ember-core_2.13, org.http4s:http4s-ember-core_3 (GHSA-cp4q-fqw9-4hf6)

high Tenable Cloud Security Plugin ID 448006

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, When Ember receives an
HTTP/2 HEADERS or PUSH_PROMISE frame without END_HEADERS, H2Connection buffers the header block and
subsequent CONTINUATION fragments without a size bound. A remote peer can keep an incomplete block open
and exhaust heap memory before request decoding, affecting an ember-server or ember-client configured with
withHttp2. The remediation tracks accumulated size against SETTINGS_MAX_HEADER_LIST_SIZE derived from
EmberServerBuilder.maxHeaderSize or EmberClientBuilder.maxResponseHeaderSize, sends GOAWAY when the limit
is exceeded, and applies receiveHeadersTimeout to incomplete blocks. This issue is fixed in versions
0.23.35 and 1.0.0-M47. (CVE-2026-69218)

Solution

Update the org.http4s:http4s-ember-core_2.12 library and its related packages to version 0.23.35 or later.

See Also

https://github.com/advisories/GHSA-cp4q-fqw9-4hf6

Plugin Details

Severity: High

ID: 448006

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 9/16/2026

Updated: 9/16/2026

Risk Information

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C

CVSS Score Source: CVE-2026-69218

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 9/15/2026

Vulnerability Publication Date: 9/15/2026

Reference Information

CVE: CVE-2026-69218

cwe: CWE-770