In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade org.http4k:http4k-security-digest to version 4.51.0.0, 5.42.0.0, 6.48.0.0 or higher.
Affected versions of this package are vulnerable to Replay Attack in the nonceVerifier process. An attacker can gain unauthorized access by replaying previously captured Digest authentication responses. This is only exploitable if the default configuration is used without supplying a custom nonceVerifier.
This vulnerability can be mitigated by explicitly providing a nonceVerifier that tracks issued nonces, enforces a time-to-live (TTL), and rejects reuse.