Use After Free

1 revision
#11 week ago
+6
Migrated from pages table
+"Use After Free" (UAF) is a subtle yet potent [Memory Safety](/wiki/memory_safety) flaw, occurring when a program accesses memory after it has been freed. This can lead to unpredictable behavior, from crashes to the grave risk of [Code Execution](/wiki/code_execution) by attackers.
+## See also
+- [Buffer Overflow](/wiki/buffer_overflow)
+- [Double Free](/wiki/double_free)
+- [Exploitation](/wiki/exploitation)
... 1 more lines