CVE-2026-100724 PUBLISHED

http4k before 6.49.0.0 Host Header Routing Bypass via reverseProxy

Assigner: VulnCheck
Reserved: 26.09.2026 Published: 27.09.2026 Updated: 27.09.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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
CVSS Score: 6.3

Product Status

Vendor http4k
Product http4k
Versions Default: unaffected
  • affected from 0 to 6.49.0.0 (excl.)
  • Version 6.49.0.0 is unaffected
Vendor http4k
Product http4k
Versions Default: unaffected
  • affected from 0 to 5.42.0.0 (excl.)
  • Version 5.42.0.0 is unaffected
Vendor http4k
Product http4k
Versions Default: unaffected
  • affected from 0 to 4.51.0.0 (excl.)
  • Version 4.51.0.0 is unaffected

References

Problem Types

  • Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') CWE