Skip to main content

http4k-security-digest CVE-2026-54148

HIGH
Authentication Bypass by Capture-replay (CWE-294)
2026-08-17 https://github.com/http4k/http4k GHSA-p28p-j94q-pg32
8.1
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
8.1 HIGH
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
vuln.today AI
6.8 MEDIUM

Capturing a Digest credential in transit requires a network interception position, warranting AC:H; PR:N because the attacker presents a stolen victim credential, not their own.

3.1 AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N
4.0 AV:N/AC:H/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

3
Source Code Evidence Fetched
Aug 17, 2026 - 22:23 vuln.today
Analysis Generated
Aug 17, 2026 - 22:23 vuln.today
CVE Published
Aug 17, 2026 - 21:57 github-advisory
HIGH 8.1

DescriptionGitHub Advisory

Impact

An issue in DigestAuthProvider.verify:

The uri parameter in the client's Authorization: Digest … response was not checked against the actual request URL. A captured Digest authentication response could be replayed against any other URL served by the same realm, breaking the per-request-URL binding the Digest scheme assumes.

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).

Patches

LineFixed inEdition
v6.x (Community)6.50.0.0Community
v5.x (LTS)5.42.0.0Enterprise - contact [enterprise@http4k.org](mailto:enterprise@http4k.org) (if Digest auth is present in your v5.x line)
v4.x (LTS)4.51.0.0Enterprise - contact [enterprise@http4k.org](mailto:enterprise@http4k.org) (if Digest auth is present in your v4.x line)

The fix:

  • Rejects credentials whose uri parameter does not match the request URL.

Workarounds

For deployments that cannot upgrade immediately:

  • URI binding gap: place Digest auth behind a reverse proxy that pins requests to a single URL.

References

AnalysisAI

Digest authentication credential replay in http4k-security-digest exposes all URLs within an authentication realm to unauthorized access when an attacker can obtain any valid Digest credential for that realm. The library's DigestAuthProvider.verify method never passed the actual request URI into its validation logic, meaning the uri field in a client's Authorization: Digest header was never compared against the URL actually being requested - a direct violation of the per-request binding mandated by RFC 7616. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
technique details hidden
Delivery
technique details hidden
Exploit
technique details hidden
Execution
technique details hidden
Persist
technique details hidden
Impact
technique details hidden

Vulnerability AssessmentAI

Exploitation Exploitation requires that the target application uses `org.http4k:http4k-security-digest` for HTTP Digest authentication and that the attacker can obtain a valid, unexpired Digest credential for any URL in the targeted realm. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The vendor-assigned CVSS score of 8.1 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N) rates this as high severity, driven by high confidentiality and integrity impact. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario Full exploit scenario with step-by-step reproduction available after sign-in.
Remediation Vendor-released patch: 6.50.0.0 (Community v6.x) and 5.42.0.0 (Enterprise v5.x LTS). … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, inventory all systems and applications using http4k-security-digest through dependency scanning and classify by data sensitivity. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-54148 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy