CWE•Base•Incomplete•20 recent CVEs
CWE-294Authentication Bypass by Capture-replay
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
- Access Control→Gain Privileges or Assume IdentityMessages sent with a capture-relay attack allow access to resources which are not otherwise accessible without proper authentication.
Potential mitigations
- 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.
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-493224.32026-05-29CVE-2026-90958.12026-05-28CVE-2026-465385.92026-05-27CVE-2026-93983.12026-05-24CVE-2026-379826.82026-05-19CVE-2026-426028.12026-05-13CVE-2026-71685.32026-05-13CVE-2026-413515.32026-04-23CVE-2026-356186.52026-04-09CVE-2026-300807.52026-04-08CVE-2026-278556.82026-03-27CVE-2026-45835.02026-03-23CVE-2025-137778.32026-03-13CVE-2026-17433.12026-02-02CVE-2025-65335.62025-06-24CVE-2024-121377.62025-03-19CVE-2022-374186.42022-08-24CVE-2022-339717.52022-07-04CVE-2020-137996.82020-11-18CVE-2019-135338.12019-12-16