Description
h3 versions before 1.15.9 fail to sanitize carriage return characters in EventStream data and comment fields, allowing attackers to inject arbitrary SSE events by including unsanitized carriage returns. Attackers can inject event type directives, split single push calls into multiple browser-parsed events, or escape comment fields to inject data, bypassing the prior CVE fix that only addressed newline injection.
Published: 2026-09-06
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

h3 versions prior to 1.15.9 do not sanitize carriage return characters in EventStream data and comment fields, permitting attackers to inject arbitrary SSE events. Attackers can insert event type directives, split single push calls into multiple browser‑parsed events, or escape comment fields to introduce new data. The vulnerability extends the scope of a prior newline injection fix by allowing these exploit vectors to work with carriage returns.

Affected Systems

The affected product is the h3js h3 JavaScript routing library. Versions earlier than 1.15.9 are vulnerable; the fix is available in release 1.15.9 and later.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the entry is not listed in CISA’s KEV catalog. EPSS is not available, suggesting limited public exploitation data. Attackers can exploit this weakness by sending specially crafted SSE payloads containing carriage returns to any application that uses the vulnerable h3 library to serve events. The vulnerability requires that the attacker control the SSE input; no privilege escalation is required.

Generated by OpenCVE AI on September 6, 2026 at 13:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the h3 library to version 1.15.9 or later to obtain the official fix.
  • If an upgrade is not immediately possible, modify the code that produces SSE to strip or encode carriage return characters before sending the data.
  • Implement network‑level or application‑level validation that blocks requests containing raw carriage returns in SSE payloads.

Generated by OpenCVE AI on September 6, 2026 at 13:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 06 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Description h3 versions before 1.15.9 fail to sanitize carriage return characters in EventStream data and comment fields, allowing attackers to inject arbitrary SSE events by including unsanitized carriage returns. Attackers can inject event type directives, split single push calls into multiple browser-parsed events, or escape comment fields to inject data, bypassing the prior CVE fix that only addressed newline injection.
Title h3 before 1.15.9 SSE Event Injection via Carriage Return
Weaknesses CWE-74
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-06T12:00:27.561Z

Reserved: 2026-09-06T11:35:19.316Z

Link: CVE-2026-86252

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-06T12:17:16.033

Modified: 2026-09-06T12:17:16.033

Link: CVE-2026-86252

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-06T13:30:07Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')