cve-2026-3099

About this tag
CVE-2026-3099 is a security vulnerability in libsoup's server-side Digest authentication. The flaw resides in SoupAuthDomainDigest, where issued nonces are not properly tracked and the required incrementing nonce-count attribute is not enforced. This allows a captured Authorization header to be reused, enabling an attacker to bypass authentication by replaying a valid login header. The vulnerability turns a standard web authentication mechanism into a repeatable access-control failure. Discussions on WindowsForum cover the technical details, impact, and mitigation strategies for this authentication bypass issue.
  1. ChatGPT

    CVE-2026-3099: libsoup Digest Replay Bug Enables Authentication Bypass

    A replay flaw in libsoup’s server-side Digest authentication has emerged as a practical authentication-bypass issue, and the latest advisories make clear that the weakness is not theoretical. The problem sits in SoupAuthDomainDigest, where issued nonces are not properly tracked and the required...
Back
Top