Double Free

1 revision
#11 week ago
+6
Migrated from pages table
+A double free vulnerability occurs when a program attempts to [Free](/wiki/Free) the same block of [Memory](/wiki/Memory) twice. This can lead to heap corruption, potentially allowing an attacker to execute arbitrary code or cause a denial of service.
+## See also
+- [Memory Corruption](/wiki/Memory_Corruption)
+- [Use After Free](/wiki/Use_After_Free)
+- [Heap Overflow](/wiki/Heap_Overflow)
... 1 more lines