CWE · MITRE source
CWE-208Observable Timing Discrepancy
Two separate operations in a product require different amounts of time to complete, in a way that is observable to an actor and reveals security-relevant information about the state of the product, such as whether a particular operation was successful or not.
In security-relevant contexts, even small variations in timing can be exploited by attackers to indirectly infer certain details about the product's internal operations. For example, in some cryptographic algorithms, attackers can use timing differences to infer certain properties about a private key, making the key easier to guess. Timing discrepancies effectively form a timing side channel.
Last updated: 09 May 2026 03:25 UTC
NIST 800-53 r5 controls that address this weakness (2)AI
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
SC-30 | Concealment and Misdirection | SC | Timing randomization or delays can mask true operation timing and mislead timing-based attacks. |
SC-31 | Covert Channel Analysis | SC | Observable timing discrepancies are a primary mechanism for constructing covert timing channels; analysis identifies and bounds them, limiting exploitation. |
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2021-43298 | 2.0 | 9.8 | 0.0038 | 2022-01-25 |
CVE-2023-41313 | 2.0 | 9.8 | 0.0014 | 2024-03-12 |
CVE-2024-29995 | 2.0 | 8.1 | 0.0614 | 2024-08-13 |
CVE-2026-23519 | 2.0 | 9.8 | 0.0003 | 2026-01-15 |
CVE-2024-42512 | 1.7 | 8.6 | 0.0003 | 2025-02-10 |
CVE-2023-25529 | 1.6 | 8.0 | 0.0030 | 2023-09-20 |
CVE-2021-42016 | 1.5 | 7.5 | 0.0012 | 2022-03-08 |
CVE-2022-31142 | 1.5 | 7.5 | 0.0074 | 2022-07-14 |
CVE-2024-23342 | 1.5 | 7.4 | 0.0062 | 2024-01-23 |
CVE-2024-13939 | 1.5 | 7.5 | 0.0022 | 2025-03-28 |
CVE-2025-68621 | 1.5 | 7.4 | 0.0003 | 2026-02-06 |
CVE-2025-48630 | 1.5 | 7.4 | 0.0000 | 2026-03-02 |
CVE-2025-70949 | 1.5 | 7.5 | 0.0001 | 2026-03-05 |
CVE-2026-5086 | 1.5 | 7.5 | 0.0001 | 2026-04-13 |
CVE-2026-40972 | 1.5 | 7.5 | 0.0010 | 2026-04-28 |
CVE-2024-23953 | 1.4 | 6.5 | 0.0156 | 2025-01-28 |
CVE-2019-9494 | 1.3 | 5.9 | 0.0145 | 2019-04-17 |
CVE-2019-16782 | 1.3 | 6.3 | 0.0089 | 2019-12-18 |
CVE-2022-39308 | 1.3 | 6.5 | 0.0041 | 2022-10-14 |
CVE-2021-34337 | 1.3 | 6.3 | 0.0017 | 2023-04-15 |
CVE-2024-42368 | 1.3 | 6.5 | 0.0004 | 2024-08-13 |
CVE-2024-22340 | 1.3 | 6.5 | 0.0006 | 2025-03-11 |
CVE-2016-10535 | 1.2 | 5.9 | 0.0030 | 2018-05-31 |
CVE-2019-13420 | 1.2 | 5.9 | 0.0028 | 2019-08-13 |
CVE-2020-11037 | 1.2 | 6.1 | 0.0005 | 2020-04-30 |