CVE-2023-0965
Silabs Gecko Software Development Kit ≤ 4.2.1
Raw vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:NSummary
CVE-2023-0965 is a low-severity Compiler Removal of Code to Clear Buffers (CWE-14) vulnerability in Silabs Gecko Software Development Kit. Its CVSS base score is 3.1 (Low).
Operationally, exploitation aligns with the MITRE ATT&CK technique OS Credential Dumping (T1003); ranked at the 39th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-12950
Vulnerability Data
Compiler removal of buffer clearing in sli_cryptoacc_transparent_key_agreement in Silicon Labs Gecko Platform SDK v4.2.1 and earlier results in key material duplication to RAM.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
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 SDLC practices include compiler-aware mitigations (volatile, memset_s) that prevent this exact weakness.
Explicitly requires removing confidential data from process memory when no longer needed, directly addressing dead-store removal of buffer clears.
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.
Security testing can detect residual sensitive data left by dead-store removal, but does not prevent the weakness itself.
A secure SDLC can include compiler-flag and code-review requirements that mitigate dead-store removal, yet the control is broader.
Secure coding rules can mandate explicit volatile or memory-clearing patterns that survive compiler optimization.