Computer Science, asked by zebasiddiqui952, 9 months ago

If we talk about control hijacking, which of the following is true ?
1.In Buffer overflow attacks, stack based attacks are more common than heap based attack.
2.Integer overflow attacks is not a type of control hijacking.
3.Format string vulnerabilities are used to prevent control hijacking.
4.All of the above​

Answers

Answered by 8172arvindkumar
0

Answer:

(b) is answer.

Explanation:

Integer overflow attack is not a type of controlhijacking as control-hijacking attack overwrites some data structures in a victim program that affect its control flow, and eventually hijacks the control of the program and possibly the underlying system. ... It causes some of that data to leak out into other buffers, which can corrupt or overwrite whatever data they were holding.

Similar questions