header bg

Scan QR code or get instant email to install app

Question:

Why are memory leaks a potential security problem?

A They can cause crashes.
explanation

Memory leaks can cause crashes, resulting in an outage. This targets the availability leg of the CIA (confidentiality, integrity, and availability) triad, making it a security issue. Memory leaks do not actually leak to other locations, nor do they allow code injection. Instead memory leaks cause memory exhaustion or other issues over time as memory is not properly reclaimed.

Related Information

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

*