Home / Vulnerability Database / C or C++ : Privacy violation from a memory dump
C/C++
C or C++ : Privacy violation from a memory dump
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
OWASP MASVS
PCI DSS 4.0
HIPAA
Overview
Some functions to work with the heap, for example realloc() can make sensitive data available to an attacker.
If valuable data (passwords, credit card numbers, etc.) is not deleted from memory immediately after use, leak is possible.
MEDIUM
DerScanner Severity Score
Do you want to fix C or C++ : Privacy violation from a memory dump in your application?
See also
C/C++
C or C++ : Dead store
C/C++
C or C++ : Use after free
C/C++
