Cyber Resilience

CVE-2023-1132

Silabs Gecko Software Development Kit ≤ 4.2.1

Published
18 May 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 5.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0048 39th percentile
Risk Priority 42 floored blend · peak EPSS

Summary

CVE-2023-1132 is a medium-severity Compiler Removal of Code to Clear Buffers (CWE-14) vulnerability in Silabs Gecko Software Development Kit. Its CVSS base score is 5.3 (Medium).

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

Vulnerability Data

Compiler removal of buffer clearing in sli_se_driver_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

T1003 OS Credential Dumping Credential Access
Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-32100Same product: Silabs Gecko Software Development Kit
CVE-2023-2481Same product: Silabs Gecko Software Development Kit
CVE-2023-0965Same product: Silabs Gecko Software Development Kit
CVE-2023-32097Same product: Silabs Gecko Software Development Kit
CVE-2023-32096Same product: Silabs Gecko Software Development Kit
CVE-2023-32098Same product: Silabs Gecko Software Development Kit
CVE-2023-32099Same product: Silabs Gecko Software Development Kit
CVE-2023-3488Same product: Silabs Gecko Software Development Kit
CVE-2023-2747Same product: Silabs Gecko Software Development Kit
CVE-2023-6874Same product: Silabs Gecko Software Development Kit

Affected Assets

silabs
gecko software development kit
≤ 4.2.1

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.

PR.PS-06 full match
prevents

Secure SDLC practices include compiler-aware mitigations (volatile, memset_s) that prevent this exact weakness.

PR.DS-10 mostly match
prevents

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.

finds

Security testing can detect residual sensitive data left by dead-store removal, but does not prevent the weakness itself.

prevents

A secure SDLC can include compiler-flag and code-review requirements that mitigate dead-store removal, yet the control is broader.

prevents

Secure coding rules can mandate explicit volatile or memory-clearing patterns that survive compiler optimization.

References