Vulnerability Description
Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, the DigestAuth server middleware removes fresh nonces and stops eviction at the first stale nonce because its stale-nonce comparison is inverted. On an application that protects at least one route with DigestAuth, an unauthenticated attacker can repeatedly trigger authentication challenges, causing the persistent nonce map to grow until the JVM exhausts heap memory. This issue is fixed in versions 0.23.35 and 1.0.0-M47.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/http4s/http4s/commit/8cfeda8472954d631dfbe5dc026463a27653e482
- https://github.com/http4s/http4s/releases/tag/v0.23.35
- https://github.com/http4s/http4s/releases/tag/v1.0.0-M47
- https://github.com/http4s/http4s/security/advisories/GHSA-fm4g-76c9-7w69
FAQ
What is CVE-2026-69208?
CVE-2026-69208 is a vulnerability with a CVSS score of 7.5 (HIGH). Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, the DigestAuth server middleware removes fresh nonces and stops eviction at the first stale nonce because its stale-nonce...
How severe is CVE-2026-69208?
CVE-2026-69208 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-69208?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.