This vulnerability occurs when an application creates a core dump file (a snapshot of memory at the time of a crash) and places it in a location accessible to unauthorized users or systems.
Core dump files are generated when a program crashes, capturing a detailed snapshot of its process memory. This snapshot often contains highly sensitive information like encryption keys, passwords, user session data, and proprietary application logic. If this file is written to a web-accessible directory, a shared network location, or is included in log archives, it becomes a prime target for attackers seeking to bypass security controls and extract secrets. To prevent this, developers should configure their applications and operating systems to disable core dumps in production environments or restrict them to secure, isolated directories with strict access controls. For containerized or cloud deployments, ensure crash-handling settings do not write dumps to ephemeral or publicly mounted storage. Regular security scans should also be configured to detect and alert on the presence of these sensitive files in unauthorized locations.
Impact: Read Application DataRead Files or Directories