return-oriented programming attacks

Return-oriented programming attacks refer to a malicious technique in computer security where an attacker manipulates the execution flow of a program by using existing code snippets, called "gadgets," already present in the program's memory to perform unintended actions, typically to bypass security measures or gain control of the system.

Requires login.