Home / Vulnerability Database / C or C++ : Privacy violation from a memory dump
C/C++

C or C++ : Privacy violation from a memory dump

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++

C or C++ : va_list uninitialized