{"api_version":"1","generated_at":"2026-09-27T02:57:16+00:00","cve":"CVE-2026-69216","urls":{"html":"https://cve.report/CVE-2026-69216","api":"https://cve.report/api/cve/CVE-2026-69216.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-69216","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-69216"},"summary":{"title":"Http4s: Ember chunk parser lenience (TE.TE request smuggling)","description":"Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s chunk decoder trims the chunk-size token and accepts leading plus or minus signs instead of requiring one or more hexadecimal digits followed by the required CRLF. When an intermediary forwards chunked data without re-encoding and interprets malformed chunk boundaries differently, an unauthenticated attacker can create TE.TE request smuggling that bypasses intermediary controls, poisons caches, or hijacks the request queue. The same response-path leniency can enable response smuggling against an ember-client used as a gateway when the upstream is malicious or compromised. This issue is fixed in versions 0.23.35 and 1.0.0-M47.","state":"PUBLISHED","assigner":"GitHub_M","published_at":"2026-09-15 19:17:38","updated_at":"2026-09-16 20:39:16"},"problem_types":["CWE-444","CWE-444 CWE-444: Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')"],"metrics":[{"version":"3.1","source":"security-advisories@github.com","type":"Secondary","score":"5.4","severity":"MEDIUM","vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N","data":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N","baseScore":5.4,"baseSeverity":"MEDIUM","attackVector":"NETWORK","attackComplexity":"HIGH","privilegesRequired":"NONE","userInteraction":"NONE","scope":"CHANGED","confidentialityImpact":"LOW","integrityImpact":"LOW","availabilityImpact":"NONE"}},{"version":"3.1","source":"CNA","type":"DECLARED","score":"5.4","severity":"MEDIUM","vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N","data":{"attackComplexity":"HIGH","attackVector":"NETWORK","availabilityImpact":"NONE","baseScore":5.4,"baseSeverity":"MEDIUM","confidentialityImpact":"LOW","integrityImpact":"LOW","privilegesRequired":"NONE","scope":"CHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N","version":"3.1"}}],"references":[{"url":"https://github.com/http4s/http4s/releases/tag/v1.0.0-M47","name":"https://github.com/http4s/http4s/releases/tag/v1.0.0-M47","refsource":"security-advisories@github.com","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://github.com/http4s/http4s/security/advisories/GHSA-jrpm-956j-96jg","name":"https://github.com/http4s/http4s/security/advisories/GHSA-jrpm-956j-96jg","refsource":"security-advisories@github.com","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://github.com/http4s/http4s/commit/d78612a5abd5a2547487598d3342be05573e16f0","name":"https://github.com/http4s/http4s/commit/d78612a5abd5a2547487598d3342be05573e16f0","refsource":"security-advisories@github.com","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://github.com/http4s/http4s/releases/tag/v0.23.35","name":"https://github.com/http4s/http4s/releases/tag/v0.23.35","refsource":"security-advisories@github.com","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-69216","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-69216","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"http4s","product":"http4s","version":"affected < 0.23.35","platforms":[]},{"source":"CNA","vendor":"http4s","product":"http4s","version":"affected >= 1.0.0-M1, < 1.0.0-M47","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[],"vendor_comments":[],"enrichments":{"kev":null,"epss":{"cve_year":"2026","cve_id":"69216","cve":"CVE-2026-69216","epss":"0.002420000","percentile":"0.155110000","score_date":"2026-09-16","updated_at":"2026-09-17 00:07:15"},"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"adp":[{"metrics":[{"other":{"content":{"id":"CVE-2026-69216","options":[{"Exploitation":"none"},{"Automatable":"no"},{"Technical Impact":"partial"}],"role":"CISA Coordinator","timestamp":"2026-09-16T13:53:39.504150Z","version":"2.0.3"},"type":"ssvc"}}],"providerMetadata":{"dateUpdated":"2026-09-16T13:53:52.337Z","orgId":"134c704f-9b21-4f2e-91b3-4a467353bcc0","shortName":"CISA-ADP"},"title":"CISA ADP Vulnrichment"}],"cna":{"affected":[{"product":"http4s","vendor":"http4s","versions":[{"status":"affected","version":"< 0.23.35"},{"status":"affected","version":">= 1.0.0-M1, < 1.0.0-M47"}]}],"descriptions":[{"lang":"en","value":"Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s chunk decoder trims the chunk-size token and accepts leading plus or minus signs instead of requiring one or more hexadecimal digits followed by the required CRLF. When an intermediary forwards chunked data without re-encoding and interprets malformed chunk boundaries differently, an unauthenticated attacker can create TE.TE request smuggling that bypasses intermediary controls, poisons caches, or hijacks the request queue. The same response-path leniency can enable response smuggling against an ember-client used as a gateway when the upstream is malicious or compromised. This issue is fixed in versions 0.23.35 and 1.0.0-M47."}],"metrics":[{"cvssV3_1":{"attackComplexity":"HIGH","attackVector":"NETWORK","availabilityImpact":"NONE","baseScore":5.4,"baseSeverity":"MEDIUM","confidentialityImpact":"LOW","integrityImpact":"LOW","privilegesRequired":"NONE","scope":"CHANGED","userInteraction":"NONE","vectorString":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N","version":"3.1"}}],"problemTypes":[{"descriptions":[{"cweId":"CWE-444","description":"CWE-444: Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')","lang":"en","type":"CWE"}]}],"providerMetadata":{"dateUpdated":"2026-09-15T18:59:50.609Z","orgId":"a0819718-46f1-4df5-94e2-005712e83aaa","shortName":"GitHub_M"},"references":[{"name":"https://github.com/http4s/http4s/security/advisories/GHSA-jrpm-956j-96jg","tags":["x_refsource_CONFIRM"],"url":"https://github.com/http4s/http4s/security/advisories/GHSA-jrpm-956j-96jg"},{"name":"https://github.com/http4s/http4s/commit/d78612a5abd5a2547487598d3342be05573e16f0","tags":["x_refsource_MISC"],"url":"https://github.com/http4s/http4s/commit/d78612a5abd5a2547487598d3342be05573e16f0"},{"name":"https://github.com/http4s/http4s/releases/tag/v0.23.35","tags":["x_refsource_MISC"],"url":"https://github.com/http4s/http4s/releases/tag/v0.23.35"},{"name":"https://github.com/http4s/http4s/releases/tag/v1.0.0-M47","tags":["x_refsource_MISC"],"url":"https://github.com/http4s/http4s/releases/tag/v1.0.0-M47"}],"source":{"advisory":"GHSA-jrpm-956j-96jg","discovery":"UNKNOWN"},"title":"Http4s: Ember chunk parser lenience (TE.TE request smuggling)"}},"cveMetadata":{"assignerOrgId":"a0819718-46f1-4df5-94e2-005712e83aaa","assignerShortName":"GitHub_M","cveId":"CVE-2026-69216","datePublished":"2026-09-15T18:59:50.609Z","dateReserved":"2026-08-03T16:57:50.125Z","dateUpdated":"2026-09-16T13:53:52.337Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-09-15 19:17:38","lastModifiedDate":"2026-09-16 20:39:16","problem_types":["CWE-444","CWE-444 CWE-444: Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')"],"metrics":{"cvssMetricV31":[{"source":"security-advisories@github.com","type":"Secondary","cvssData":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N","baseScore":5.4,"baseSeverity":"MEDIUM","attackVector":"NETWORK","attackComplexity":"HIGH","privilegesRequired":"NONE","userInteraction":"NONE","scope":"CHANGED","confidentialityImpact":"LOW","integrityImpact":"LOW","availabilityImpact":"NONE"},"exploitabilityScore":2.2,"impactScore":2.7}],"ssvcV203":[{"source":"134c704f-9b21-4f2e-91b3-4a467353bcc0","ssvcData":{"timestamp":"2026-09-16T13:53:39.504150Z","id":"CVE-2026-69216","options":[{"exploitation":"none"},{"automatable":"no"},{"technicalImpact":"partial"}],"role":"CISA Coordinator","version":"2.0.3"}}]},"configurations":[]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"69216","Ordinal":"1","Title":"Http4s: Ember chunk parser lenience (TE.TE request smuggling)","CVE":"CVE-2026-69216","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"69216","Ordinal":"1","NoteData":"Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s chunk decoder trims the chunk-size token and accepts leading plus or minus signs instead of requiring one or more hexadecimal digits followed by the required CRLF. When an intermediary forwards chunked data without re-encoding and interprets malformed chunk boundaries differently, an unauthenticated attacker can create TE.TE request smuggling that bypasses intermediary controls, poisons caches, or hijacks the request queue. The same response-path leniency can enable response smuggling against an ember-client used as a gateway when the upstream is malicious or compromised. This issue is fixed in versions 0.23.35 and 1.0.0-M47.","Type":"Description","Title":"Http4s: Ember chunk parser lenience (TE.TE request smuggling)"}]}}}