Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-54148 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-294Authentication Bypass by Capture-replay[email protected]

Affected Products

ProductVersions
http4k
<= 6.49.0.0

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 6.50.0.0moderate effort
  • Workaround:low effort

    Place Digest authentication behind a reverse proxy that pins requests to a single URL.

http4k-security-digest
<= 5.41.0.0
<= 4.50.0.0

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 5.42.0.0moderate effort
  • Upgrade: 4.51.0.0moderate effort
  • Workaround:low effort

    Place Digest authentication behind a reverse proxy that pins requests to a single URL.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-54148
NVD Published Date:
Sep 18, 2026
NVD Last Modified:
Sep 24, 2026
Source:
[email protected]
CVE-2026-54148 Details - Not Deferred