Concept
Use-After-Free (UAF)
Use-After-Free (UAF) vulnerability arises when dynamic memory is misused during program execution. If a program fails to reset the pointer to a memory location after freeing it, an attacker can exploit this error to compromise the program or relative program that is using same memory location
0
1
Updated 2023-02-05
Tags
Computing Sciences