Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-54147
Published:August 18, 2026
Updated:August 27, 2026
An issue in "DigestAuthProvider.verify": Algorithm silently forced to MD5. The configured "algorithm" parameter was ignored — every verification used MD5 regardless of configuration. Deployments believing they were running SHA-256 Digest auth were silently inheriting MD5's collision weaknesses, including documented attack paths against Digest schemes that rely on the hash being collision-resistant. Who is affected: any application using "http4k-security-digest" for HTTP Digest authentication. The bug has been present since "DigestAuthProvider" was introduced (commit "8a52b615b1", 2021).
Affected Packages
https://github.com/http4k/http4k.git (GITHUB):
Affected version(s) >=5.0.0.0 <5.42.0.0
Fix Suggestion:
Update to version 5.42.0.0
https://github.com/http4k/http4k.git (GITHUB):
Affected version(s) >=6.0.0.0 <6.50.0.0
Fix Suggestion:
Update to version 6.50.0.0
org.http4k:http4k-security-digest (JAVA):
Affected version(s) >=5.0.0.0 <5.42.0.0
Fix Suggestion:
Update to version 5.42.0.0
org.http4k:http4k-security-digest (JAVA):
Affected version(s) >=6.0.0.0 <6.50.0.0
Fix Suggestion:
Update to version 6.50.0.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.3
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Use of a Broken or Risky Cryptographic Algorithm