Question d’entretien chez Matasano Security

How does a heap overflow work?

Réponse à la question d'entretien

Utilisateur anonyme

17 juil. 2014

Heap overflows occur when data is copied past the end of a heap-allocated buffer and into another, corrupting metadata at the beginning of the second block. This metadata can be crafted in platform-specific ways to gain code execution.