{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "0.23.35"
              },
              {
                "introduced": "1.0.0-M1"
              },
              {
                "fixed": "1.0.0-M47"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "introduced": "756ce63aee681c5b632bbeafe0b8fde2f3d237f4"
            },
            {
              "fixed": "a83f5f4f7e14c5b4d4a91dd71b105cbbbb391298"
            },
            {
              "fixed": "6083780a3009bd7b26033b0ceb3d32c658b0377e"
            },
            {
              "fixed": "6e8eccd64a6a74ab4811897881e95e0e1b3a818e"
            },
            {
              "fixed": "f9dcca4f5a17992ac0972fafd7920f9bc12cdc51"
            }
          ],
          "repo": "https://github.com/http4s/http4s",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-cp4q-fqw9-4hf6"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-770"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/69xxx/CVE-2026-69218.json"
  },
  "details": "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.",
  "id": "CVE-2026-69218",
  "modified": "2026-09-19T03:30:34.787557430Z",
  "published": "2026-09-15T19:22:57.407Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/http4s/http4s/releases/tag/v0.23.35"
    },
    {
      "type": "WEB",
      "url": "https://github.com/http4s/http4s/releases/tag/v1.0.0-M47"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/69xxx/CVE-2026-69218.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/http4s/http4s/security/advisories/GHSA-cp4q-fqw9-4hf6"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-69218"
    },
    {
      "type": "FIX",
      "url": "https://github.com/http4s/http4s/commit/6e8eccd64a6a74ab4811897881e95e0e1b3a818e"
    },
    {
      "type": "FIX",
      "url": "https://github.com/http4s/http4s/commit/f9dcca4f5a17992ac0972fafd7920f9bc12cdc51"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Http4s Ember HTTP/2: unbounded continuation frame accumulation"
}