Cyber Resilience

CVE-2024-36405

Openquantumsafe Liboqs ≤ 0.10.1

Published
10 June 2024
Modified
20 August 2025
Patch / advisory
CVSS Score v3.1 5.9
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0052 41th percentile
Risk Priority 46 floored blend · peak EPSS

Summary

CVE-2024-36405 is a medium-severity Observable Timing Discrepancy (CWE-208) vulnerability in Openquantumsafe Liboqs. Its CVSS base score is 5.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Password Guessing (T1110.001); ranked at the 41th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SC-31 (Covert Channel Analysis) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms. A control-flow timing lean has been identified in the reference implementation of the Kyber key encapsulation mechanism when it is compiled with Clang 15-18 for `-Os`, `-O1`,…

more

and other compilation options. A proof-of-concept local attack on the reference implementation leaks the entire ML-KEM 512 secret key in ~10 minutes using end-to-end decapsulation timing measurements. The issue has been fixed in version 0.10.1. As a possible workaround, some compiler options may produce vectorized code that does not leak secret information, however relying on these compiler options as a workaround may not be reliable.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1110.001 Password Guessing Credential Access
Adversaries with no prior knowledge of legitimate credentials within the system or environment may guess passwords to attempt access to accounts.
T1001 Data Obfuscation Command And Control
Adversaries may obfuscate command and control traffic to make it more difficult to detect.
T1087 Account Discovery Discovery
Adversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment.
T1087.001 Local Account Discovery
Adversaries may attempt to get a listing of local system accounts.
T1087.002 Domain Account Discovery
Adversaries may attempt to get a listing of domain accounts.
T1087.003 Email Account Discovery
Adversaries may attempt to get a listing of email addresses and accounts.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-54137Same product: Openquantumsafe Liboqs
CVE-2025-52473Same product: Openquantumsafe Liboqs
CVE-2024-31510Same product: Openquantumsafe Liboqs
CVE-2026-46344Same product: Openquantumsafe Liboqs
CVE-2026-44518Same product: Openquantumsafe Liboqs
CVE-2025-48946Same product: Openquantumsafe Liboqs
CVE-2025-59432Shared CWE-208, CWE-385
CVE-2025-29780Shared CWE-208, CWE-385
CVE-2024-23342Shared CWE-208, CWE-385
CVE-2026-23892Shared CWE-208

Affected Assets

openquantumsafe
liboqs
≤ 0.10.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V11.2.4

Mitigating Controls (NIST 800-53 r5) AI

Developer testing can include timing analysis or side-channel test cases that reveal observable timing discrepancies.

Covert channel analysis directly identifies timing channels that could leak information.

Engineering principles can mandate constant-time algorithms and side-channel resistance so timing discrepancies are never introduced.

Requiring approved cryptographic modules and algorithms implicitly demands implementations free of observable timing leaks.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require constant-time implementations that eliminate observable timing discrepancies.

DE.CM-09 partial match
prevents

Runtime monitoring of hardware/software behavior can detect anomalous timing patterns that indicate covert channels.

ID.RA-01 partial match
prevents

Vulnerability identification processes can surface timing-channel weaknesses during design or code analysis.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

A.8.15 Logging partial match
degrades

Detailed logging can reveal timing anomalies but does not prevent covert timing channels.

finds

Continuous monitoring may detect timing-based exfiltration but does not eliminate the channel itself.

mitigates

Network segmentation reduces attack surface but does not address intra-process timing channels.

mitigates

Network segregation limits external timing observation but not internal covert timing.

prevents

Secure architecture principles can include timing-channel countermeasures but are not specific.

prevents

Secure coding guidelines may recommend constant-time algorithms but coverage is not guaranteed.

References