Http4s (http4s-blaze-server) is a minimal, idiomatic Scala interface for HTTP services. Prior to 0.23.18 and 1.0.0-M42, http4s-blaze-server aggregates fragments of an incoming WebSocket message with no limit on total size or fragment count. A client that completes a WebSocket handshake can send an unterminated fragmented message and drive unbounded heap growth in the server JVM, resulting in denial of service through OutOfMemoryError. Any http4s application serving WebSocket routes over BlazeServerBuilder is affected, no non-default configuration is required, and maxWebSocketBufferSize does not bound the aggregate because it bounds only individual frames. A single connection sending continuation frames that never set FIN forces the server to buffer every fragment until the heap is exhausted, terminating the JVM with OutOfMemoryError on the blaze selector thread. Small fragments amplify the cost through per-frame object overhead, so a modest volume of wire bytes is sufficient. This issue is fixed in versions 0.23.18 and 1.0.0-M42.
CVE-2026-73493
This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 73% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EG Risk
- 49(Track)EG Risk 49/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity75% × 45%Exploitation0% × 40%Automatability100% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 27%
- KEV
- Not listed
Published
August 12, 2026
Last Modified
August 13, 2026
Advisory Details (4)
Auto-updated Aug 12, 2026v1.0.0-M42
Patch available: http4s/blaze v1.0.0-M42 (pre-release)
https://github.com/http4s/blaze/releases/tag/v1.0.0-M42v0.23.18
Patch available: http4s/blaze v0.23.18
https://github.com/http4s/blaze/releases/tag/v0.23.18commit 173e8ca820a0 (http4s/blaze)
Patch available: http4s/blaze v0.23.18 (contains commit 173e8ca820a0)
https://github.com/http4s/blaze/commit/173e8ca820a0d12110bfe409c72e9b9c3d28d471Unbounded WebSocket message aggregation in http4s-blaze-server · Advisory · http4s/blaze · GitHub
https://github.com/http4s/blaze/security/advisories/GHSA-7ppr-r889-mcf2Vendor Advisories for CVE-2026-73493(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(3 across 1 ecosystem)
Maven(3)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| org.http4s:http4s-blaze-server_2.12 | 0.10.0-M10 ... 0.23.9 (241 versions) | 0.23.18 | — |
| org.http4s:http4s-blaze-server_2.13 | 0.10.0-M10 ... 0.23.9 (95 versions) | 0.23.18 | — |
| org.http4s:http4s-blaze-server_3 | 1.0.0-M22 ... 1.0.0-M41 (19 versions) | 1.0.0-M42 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 11× in last 7d / 32× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-26 19:36 UTCEG score recompute
- 2026-08-26 14:47 UTCEPSS rescore
- 2026-08-25 17:28 UTCEG score recompute
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-24 15:26 UTCEG score recompute
- 2026-08-23 00:27 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 11:28 UTCEG score recompute
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 09:30 UTCEG score recompute
- 2026-08-20 22:56 UTCEPSS rescore
- 2026-08-19 18:33 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-18 15:36 UTCEG score recompute
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-18 02:22 UTCEG score recompute
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-17 00:14 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 11:14 UTCEG score recompute
- 2026-08-16 02:15 UTCEPSS rescore
- 2026-08-15 09:17 UTCEG score recompute
- 2026-08-15 01:31 UTCEPSS rescore
Show 7 moreShow fewer
- 2026-08-14 07:18 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-13 18:19 UTCEG score recompute
- 2026-08-13 18:12 UTCEG score recompute
- 2026-08-12 22:21 UTCEG score recompute
- 2026-08-12 21:21 UTCEG score recompute
- 2026-08-12 21:20 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-73493?
When was CVE-2026-73493 disclosed?
Is CVE-2026-73493 actively exploited?
What is the CVSS score of CVE-2026-73493?
How do I remediate CVE-2026-73493?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-73493
Is Your Infrastructure Affected by CVE-2026-73493?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.