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-54147 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 ignores its configured algorithm parameter and verifies every Digest response with hardcoded MD5. Deployments configured for SHA-256 therefore receive weaker MD5-based verification, exposing Digest authentication to collision-related attack paths that depend on the hash function's collision resistance. 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-327Use of a Broken or Risky Cryptographic Algorithm[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

    Do not rely on the algorithm configuration; assume MD5 is in use and treat the Digest credentials as low-trust.

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

    Do not rely on the algorithm configuration; assume MD5 is in use and treat the Digest credentials as low-trust.

Change History

2 change records found show changes


QUICK INFO

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