CWEVariantDraft1 recent CVE

CWE-14Compiler Removal of Code to Clear Buffers

Description

Sensitive memory is cleared according to the source code, but compiler optimizations leave the memory untouched when it is not read from again, aka "dead store removal."

[object Object]

Common consequences

Potential mitigations

Related CWEs

Recent CVEs classified under this CWE