Tagged Questions

5
votes
1answer
308 views

How to write value into an address in format string attack

I'm taking a security course which needs us to do format string attack on an unix virtual machine. The vulnerability is a format string using command line argument. My question is how can I write ...
1
vote
1answer
117 views

Format String Attack in C

I'm studying a security unit and I'm attempting to understand format string attacks. Could somebody please attempt to explain this to me? The following code is taken from: ...
0
votes
3answers
814 views

Protection from Format String Vulnerability

What exactly is a "Format String Vulnerability" in a Windows System, how does it work, and how can I protect against it?