...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
CERT C++ Secure Coding Standard: MEM06-CPP. Ensure that sensitive data is not written out to disk
Bibliography
unmigrated-wiki-markup
\[[ISO/IEC PDTR 24772|AA. Bibliography#ISO/IEC PDTR 24772]\] "XZX Memory Locking"
MITRE CWE: CWE-591, "Sensitive Data Storage in Improperly Locked Memory"
MITRE CWE: CWE-528, "Information Leak Through Core Dump Files"
Bibliography
Wiki Markup |
---|
\[[MITRE 2007|AA. Bibliography#MITRE 07]\] [CWE ID 591|http://cwe.mitre.org/data/definitions/591.html], "Sensitive Data Storage in Improperly Locked Memory," and [CWE ID 528|http://cwe.mitre.org/data/definitions/528.html], "Information Leak Through Core Dump Files"
\[[Open Group 204|AA. Bibliography#AA. CReferences-OpenGroup04]\]{{mlock(), setrlimit()}}
\[[Wheeler 2003|AA. Bibliography#Wheeler 03]\] Sections 7.14 and 11.4 |
...