CVE-2026-54148 PUBLISHED

http4k: `DigestAuthProvider.verify` did not bind to request URI

Assigner: GitHub_M
Reserved: 11.06.2026 Published: 18.09.2026 Updated: 18.09.2026

http4k is a functional toolkit for Kotlin HTTP applications. Prior to 4.51.0.0, 5.42.0.0, and 6.50.0.0, DigestAuthProvider.verify in http4k-security-digest does not compare the uri parameter in an Authorization: Digest response with the actual request URL. An attacker who captures a valid Digest authentication response can replay it against another URL served by the same realm, bypassing the per-request-URI binding and potentially gaining unauthorized read or write access. This issue is fixed in versions 4.51.0.0, 5.42.0.0, and 6.50.0.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
CVSS Score: 8.1

Product Status

Vendor http4k
Product http4k
Versions
  • Version < 4.51.0.0 is affected
  • Version >= 5.0.0.0, < 5.42.0.0 is affected
  • Version >= 6.0.0.0, < 6.50.0.0 is affected

References

Problem Types

  • CWE-294: Authentication Bypass by Capture-replay CWE