CVE-2023-33855
Ibm Common Cryptographic Architecture 7.0.0 – 7.5.37
Raw vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:NSummary
CVE-2023-33855 is a low-severity Covert Timing Channel (CWE-385) vulnerability in Ibm Common Cryptographic Architecture. Its CVSS base score is 3.7 (Low).
Operationally, ranked at the 37th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-38005
Vulnerability Data
Under certain conditions, RSA operations performed by IBM Common Cryptographic Architecture (CCA) 7.0.0 through 7.5.36 may exhibit non-constant-time behavior. This could allow a remote attacker to obtain sensitive information using a timing-based attack. IBM X-Force ID: 257676.
- CWE(s)
Related Threats
CVEs Like This One
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Directly targets covert timing channels by requiring identification and bandwidth estimation, enabling mitigation that reduces or eliminates their usability.
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.
Secure development practices (reviews, testing) directly reduce introduction of timing-channel vulnerabilities in code.
Runtime monitoring of hardware/software behavior can detect anomalous timing patterns that indicate covert channels.
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.
Detailed logging can reveal timing anomalies but does not prevent covert timing channels.
Continuous monitoring may detect timing-based exfiltration but does not eliminate the channel itself.
Network segmentation reduces attack surface but does not address intra-process timing channels.
Network segregation limits external timing observation but not internal covert timing.
Secure architecture principles can include timing-channel countermeasures but are not specific.
Secure coding guidelines may recommend constant-time algorithms but coverage is not guaranteed.