アナリストはレガシー Windows XP システムを調査し、攻撃者がシステムのメモリの内容を変更するコードを実行したと結論付けました。攻撃者が使用した攻撃手法は次のうちどれですか?
正解:D
A buffer overflow is an attack technique that exploits a vulnerability in a program's memory management, by sending more data than the buffer can hold. This can cause the program to overwrite adjacent memory locations, and execute arbitrary code injected by the attacker.