Description
Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, DigestAuth replay protection records lastNc plus one instead of the highest nonce-count value it has accepted. When a legitimate client sends noncontiguous nc values because of parallel or retried requests, the stored counter remains below the accepted maximum, allowing a passive observer to replay a captured Authorization header multiple times. Successful replays execute authenticated requests, including state-changing operations, as the captured user. This issue is fixed in versions 0.23.35 and 1.0.0-M47.
Published: 2026-09-15
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Authenticated Request Replay
Action: Apply Patch
AI Analysis

Impact

The vulnerability resides in the DigestAuth implementation of http4s. The nonce‑count tracking stores lastNc + 1 instead of the highest nonce‑count value it has accepted when a legitimate client sends noncontiguous nonce‑count values. As a result, the stored counter can be lower than the maximum value seen by the server. A can replay the request multiple times, with the server accepting each replay as a fresh authenticated request. Successful replays allow the attacker to trigger any state‑changing operations on the server as the captured user. This flaw attacks (CWE‑294).

Affected Systems

The issue affects applications that use the http4s HTTP client or server libraries before version 0.23.35 and before the milestone 1.0.0‑M47. Any deployment that includes those earlier releases of http4s is vulnerable.

Risk and Exploitability

The CVSS score of 5.9 indicates moderate severity. The EPSS score is < 1%, and the vulnerability is not listed in the CISA KEV catalog, suggesting very low current exploitation activity. The likely attack vector is a passive network eavesdropper who can capture an Authorization header during a legitimate request. After capturing the header, the attacker can replay the request to the target server. Exploitation requires no special host access beyond the ability to intercept traffic but relies on legitimate authenticated session information. The flaw does not require arbitrary code execution or privilege escalation beyond performing actions as the captured user.

Generated by OpenCVE AI on September 17, 2026 at 06:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official http4s patch by upgrading to version 0.23.35 or 1.0.0‑M47 or later.
  • Deploy TLS to protect Authorization headers from network capture.
  • Audit custom authentication logic to ensure clients do not send noncontiguous nonce‑count values that bypass the updated replay protection.

Generated by OpenCVE AI on September 17, 2026 at 06:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-9xww-74xv-gjfp Http4s: DigestAuth allows replay of captured requests
History

Wed, 16 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 15 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
First Time appeared Http4s
Http4s http4s
Vendors & Products Http4s
Http4s http4s

Tue, 15 Sep 2026 19:45:00 +0000

Type Values Removed Values Added
Description Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, DigestAuth replay protection records lastNc plus one instead of the highest nonce-count value it has accepted. When a legitimate client sends noncontiguous nc values because of parallel or retried requests, the stored counter remains below the accepted maximum, allowing a passive observer to replay a captured Authorization header multiple times. Successful replays execute authenticated requests, including state-changing operations, as the captured user. This issue is fixed in versions 0.23.35 and 1.0.0-M47.
Title Http4s: DigestAuth allows replay of captured requests
Weaknesses CWE-294
References
Metrics cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-16T17:45:17.854Z

Reserved: 2026-08-03T16:57:50.124Z

Link: CVE-2026-69206

cve-icon Vulnrichment

Updated: 2026-09-16T17:45:15.235Z

cve-icon NVD

Status : Deferred

Published: 2026-09-15T20:17:40.180

Modified: 2026-09-16T20:39:16.610

Link: CVE-2026-69206

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-17T06:15:04Z

Weaknesses
  • CWE-294

    Authentication Bypass by Capture-replay