Answer in brief
CVE-2026-100724 records a Medium severity (CVSS 6.3) vulnerability in http4k before 6.49.0.0 Host Header Routing Bypass via reverseProxy. The current sources do not mark it as known exploited. The current feed maps http4k/http4k (generic), http4k/http4k (generic), http4k/http4k (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 6.3. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps http4k/http4k (generic), http4k/http4k (generic), http4k/http4k (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| http4k/http4kgeneric | >=0 <6.49.0.0 | 6.49.0.0 |
| http4k/http4kgeneric | >=0 <5.42.0.0 | 5.42.0.0 |
| http4k/http4kgeneric | >=0 <4.51.0.0 | 4.51.0.0 |
Published upstream
Sep 27, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 27, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 27, 2026
http4k (Maven package org.http4k:http4k-core) before 6.49.0.0, 5.42.0.0 and 4.51.0.0 uses substring (Contains) matching on the Host header by default in reverseProxy() and reverseProxyRouting() when dispatching to configured virtual hosts. If these functions are deployed as a public-facing inbound HTTP handler with two or more configured virtual hosts, a remote attacker can supply a Host header that merely contains a configured vhost name (for example Host: admin.evil.com for a vhost configured as "admin") and be routed to that vhost, bypassing routing-based authorization. The intended outbound-dispatch and test-time uses, where the Host value is set by the calling application, are not affected.
Quoted source text, attributed separately from HOL analysis.