Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-294 (使用捕获-重放进行的认证绕过) — Vulnerability Class 145

145 vulnerabilities classified as CWE-294 (使用捕获-重放进行的认证绕过). AI Chinese analysis included.

CWE-294 represents a critical authentication weakness where attackers bypass security controls by intercepting and retransmitting valid network traffic. This flaw typically arises when systems fail to implement robust session management or cryptographic protections, allowing malicious users to sniff communication channels and capture authentication tokens or credentials. By replaying these captured data packets to the server, attackers can impersonate legitimate users without needing to crack passwords or exploit complex vulnerabilities. To mitigate this risk, developers must employ strong cryptographic measures such as Transport Layer Security (TLS) to encrypt data in transit. Additionally, implementing unique session identifiers, nonces, and strict timestamp validation ensures that each request is distinct and time-bound, effectively neutralizing the threat of replayed packets and maintaining the integrity of the authentication process.

MITRE CWE Description
A capture-replay flaw exists when the design of the product makes it possible for a malicious user to sniff network traffic and bypass authentication by replaying it to the server in question to the same effect as the original message (or with minor changes). Capture-replay attacks are common and can be difficult to defeat without cryptography. They are a subset of network injection attacks that rely on observing previously-sent valid commands, then changing them slightly if necessary and resending the same commands to the server.
Common Consequences (1)
Access Control Gain Privileges or Assume Identity
Messages sent with a capture-relay attack allow access to resources which are not otherwise accessible without proper authentication.
Mitigations (2)
Architecture and Design Utilize some sequence or time stamping functionality along with a checksum which takes this into account in order to ensure that messages can be parsed only once.
Architecture and Design Since any attacker who can listen to traffic can see sequence numbers, it is necessary to sign messages with some kind of cryptography to ensure that sequence numbers are not simply doctored along with content.
CVE ID Title CVSS Severity Published
CVE-2026-94112 mayswind ezBookkeeping before 2.0.0 TOTP Replay Attack — ezBookkeeping 6.8 Medium 2026-09-20
CVE-2026-54148 http4k: `DigestAuthProvider.verify` did not bind to request URI — http4k 8.1 High 2026-09-18
CVE-2026-45720 Omni: TOCTOU race condition allows multiple concurrent uses of a single-use SAML session token — omni 7.0 High 2026-09-17
CVE-2026-90997 Keycloak: Replay protection bypass leads to unauthorized access via database driver semantics mismatch — Keycloak 7.4 High 2026-09-17
CVE-2026-73443 On affected platforms running Arista EOS with VRRPv2 IP-AH authentication configured, an unauthenticated attacker within the same layer 2 network segment on which VRRP is running can capture a legitimate authenticated VRRP advertisement and replay it indef — EOS 4.7 Medium 2026-09-16
CVE-2026-69206 Http4s: DigestAuth allows replay of captured requests — http4s 5.9 Medium 2026-09-15
CVE-2026-88278 GV-LPCLPC2011/2211 - ONVIF WS-Security PasswordDigest Replay — GV-LPCLPC2011/2211 9.8 Critical 2026-09-10
CVE-2026-55250 Maravel-Framework Token Replay Vulnerability via Premature JWT Blacklist Eviction in Tagged Caches — maravel-framework 8.7 High 2026-09-08
CVE-2026-84003 Microsoft Authentication Library (MSAL) for Node.js Spoofing Vulnerability — Microsoft Authentication Library 7.4 High 2026-09-08
CVE-2026-69676 Windows Kerberos Remote Code Execution Vulnerability — Windows 10 Version 1607 8.8 High 2026-09-08
CVE-2026-73312 XenForo < 2.3.13 Refresh Token Replay via Expired Access Token — XenForo 7.4 High 2026-09-08
CVE-2026-73311 XenForo < 2.3.13 OAuth2 Authorization Code Reuse — XenForo 7.4 High 2026-09-08
CVE-2022-51016 PocketMine-MP 3.x before 3.27.0 Authentication Bypass via Login Replay — PocketMine-MP 6.1 Medium 2026-09-07
CVE-2026-86219 Authen::SASL::Perl::DIGEST_MD5 versions before 2.2100 for Perl accept replayed authentication responses via unverified nonce in server_step - - 2026-09-06
CVE-2026-75034 Rancher: SAML Assertion Replay — Rancher 7.4 High 2026-09-03
CVE-2026-53636 Open edX LTI OAuth Replay Attack — openedx-platform 4.7 Medium 2026-09-02
CVE-2026-12704 SAML assertion replay via skipped InResponseTo validation — Grafana Enterprise 6.8 Medium 2026-09-02
CVE-2026-84306 Filament: Multi-factor authentication (app) codes can still be used after a newer code has been used — filament 6.5 Medium 2026-09-01
CVE-2026-82470 Rodauth before 2.47.0 TOTP Code Reuse via Drift Window — rodauth 5.4 Medium 2026-08-29
CVE-2026-13734 Zephyr WireGuard mutates peer state before anti-replay check, enabling capture-replay endpoint hijack — zephyr 6.5 Medium 2026-08-28
CVE-2026-82220 WordPress Forminator plugin <= 1.57.1 - Other vulnerability Type vulnerability — Forminator 5.3 Medium 2026-08-28
CVE-2026-41707 Spring Security DPoPProofJwtDecoderFactory vulnerable to DPoP Proof Replay — Spring Security 7.4 High 2026-08-25
CVE-2026-65905 Apache Tomcat: Limited replay attack possible with DIGEST authentication — Apache Tomcat - - 2026-08-25
CVE-2026-53424 Missing one-time-use enforcement in Samly allows replay of SAML bearer assertions — samly 9.1 Critical 2026-08-20
CVE-2026-67581 On-chain transfer proof is not single-use in mpp EVM payment method, enabling cross-challenge replay — mpp 8.7 High 2026-08-19
CVE-2026-73136 Static memo configuration in mpp Tempo disables per-challenge attribution binding, enabling third-party replay — mpp 8.2 High 2026-08-19
CVE-2026-76214 phpMyFAQ before 4.1.7 WebAuthn Replay Attack via Challenge — phpMyFAQ 7.4 High 2026-08-19
CVE-2026-50575 BetterDesk has a replay behavior vulnerability when devices are deleted — BetterDesk 7.7 High 2026-08-18
CVE-2026-73683 Laravel Socialite Facebook Provider Authentication Bypass via Nonce Replay — Socialite 8.1 High 2026-08-14
CVE-2026-17045 IBM i is Affected By Multiple Vulnerabilities in Digital Certificate Manager — i 8.1 High 2026-08-13

Vulnerabilities classified as CWE-294 (使用捕获-重放进行的认证绕过) represent 145 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.