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

Goal: 1000 CNY · Raised: 1336 CNY

100%

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

114 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 ControlGain 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 DesignUtilize 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 DesignSince 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 IDTitleCVSSSeverityPublished
CVE-2026-73683 Laravel Socialite Facebook Provider Authentication Bypass via Nonce Replay — Socialite 8.1 High2026-08-14
CVE-2026-17045 IBM i is Affected By Multiple Vulnerabilities in Digital Certificate Manager — i 8.1 High2026-08-13
CVE-2026-17268 IBM i is Affected By Multiple Vulnerabilities in Navigator for i — i 6.8 Medium2026-08-12
CVE-2026-73431 Reusable Account Activation and Recovery Tokens Allow Repeated Account Takeover in vulnerability-lookup — vulnerability-lookup 8.8 High2026-08-12
CVE-2026-62911 Microsoft Exchange Server Elevation of Privilege Vulnerability — Microsoft Exchange Server 2016 Cumulative Update 23 8.0 High2026-08-11
CVE-2026-72780 Craft CMS before 5.10.5 WebAuthn Assertion Replay via login-with-passkey — cms 6.5 Medium2026-08-11
CVE-2026-68079 Apache CXF: DefaultEncryptingCodeDataProvider allows unlimited authorization code replay — Apache CXF--2026-08-06
CVE-2026-18967 Keycloak-services: keycloak-services: saml onetimeuse assertion replay in idp-initiated broker flow — Red Hat Build of Keycloak 6.4 Medium2026-08-06
CVE-2026-53431 Boruta accepts expired JWT client assertions due to missing exp claim validation — boruta 9.1 Critical2026-07-30
CVE-2026-47133 ClearanceKit's signed policy tables lack monotonic counter, allowing replay of older legitimately-signed snapshots — clearancekit--2026-07-20
CVE-2026-16083 Sipeed PicoClaw LINE Webhook line.go webhook.ParseRequest authentication replay — PicoClaw 5.3 Medium2026-07-18
CVE-2026-56453 HCL DFXAnalytics is affected by an Account Takeover via Response Manipulation vulnerability. — DFXAnalytics 5.5 Medium2026-07-16
CVE-2026-35141 HCL DFXAnalytics is affected by a Login Replay Attack vulnerability — DFXAnalytics 2.6 Low2026-07-16
CVE-2026-35149 HCL DFXServer is affected by an Authentication Bypass vulnerability via server response manipulation. — DFXServer 8.2 High2026-07-16
CVE-2026-57574 Misskey: TOTP tokens can be reused — misskey--2026-07-10
CVE-2026-55370 Logto: TOTP code can be replayed within the RFC 6238 validity window (one-time use violation) — logto 6.4 Medium2026-07-10
CVE-2026-54783 CoreWCF: XML Signature Wrapping in WS-Security endorsing/supporting signature verification allows replay of captured signed messages — CoreWCF 7.4 High2026-07-08
CVE-2026-54779 CoreWCF: SAML token replay protection is inoperative — CoreWCF 5.9 Medium2026-07-08
CVE-2026-26232 Gitea OAuth2 authorization codes lack expiry and reuse enforcement — Gitea Open Source Git Server--2026-07-03
CVE-2026-20779 Gitea TOTP single-use enforcement defect allows OTP replay — Gitea Open Source Git Server 7.1 High2026-07-03
CVE-2026-44946 SAML Authentication Replay in Rancher — Rancher--2026-06-30
CVE-2026-49319 Alps Electric Co., Ltd. R53R0 Remote Keyless Entry System (RKES) Replay Attack — Remote Keyless Entry System (RKES) R53R0 6.5 Medium2026-06-25
CVE-2026-56130 Apache Shiro: Remember-me cookie isn't checked for expiry on the server — Apache Shiro--2026-06-25
CVE-2023-33854 Multiple vulnerabilities affect IBM Db2® on Cloud Pak for Data, and Db2 Warehouse on Cloud Pak for Data. — Db2 on Cloud Pak for Data and Db2 Warehouse on Cloud Pak for Data 5.3 Medium2026-06-22
CVE-2026-47341 Apache APISIX: Session replay issue in hmac-auth — Apache APISIX--2026-06-19
CVE-2026-34021 Lack of cryptographic protection in Wertheim SafeController 5400 enables RS-485 message sniffing and replay — Wertheim SafeController 5400 Hardware for VAULT ROOMS (Safe Deposit Locker System - Microcontroller)--2026-06-15
CVE-2026-41000 WSS4J validation does not use configured replay cache — Spring Web Services 3.7 Low2026-06-11
CVE-2026-46538 Microsoft UFO accepts cross-device TASK_END messages by session_id only, allowing peer task-result injection — UFO 5.9 Medium2026-05-27
CVE-2026-9398 Besen BS20 EV Charging Station BLE/WiFi authentication replay — BS20 EV Charging Station 3.1 Low2026-05-24
CVE-2026-41351 OpenClaw < 2026.3.31 - Webhook Replay Detection Bypass via Base64 Signature Re-encoding — OpenClaw 5.3 Medium2026-04-23

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