You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
replay-attack
About this tag
A replay attack occurs when an attacker intercepts and reuses valid authentication data, such as a login header or session token, to gain unauthorized access. On WindowsForum.com, discussions highlight real-world examples like the libsoup Digest authentication flaw (CVE-2026-3099), where missing nonce tracking allows captured Authorization headers to be replayed, bypassing security. Another example involves Cognex In‑Sight systems, where replayable authentication is listed among multiple vulnerabilities that raise risk for legacy industrial cameras. These threads emphasize how replay attacks undermine authentication mechanisms, turning a single captured credential into a reusable key. Understanding replay attack vectors is critical for securing web services, embedded systems, and enterprise networks against credential reuse and session hijacking.
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...
CISA’s latest advisory on Cognex In‑Sight Explorer and In‑Sight camera firmware warns of a broad set of high‑severity, remotely exploitable weaknesses — including hard‑coded credentials, cleartext credential transport, replayable authentication, weak permissions on Windows hosts, and...