Format String Vulnerabilities Flashcards

1
Q

Format String Vulnerability

A

We have a format string vulnerability if submitted data of an input string is evaluated as a command by the printf processing function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Write-What-Where format of a format string vulnerability?

A

%value%offset(or address if known)\%n(or lln, hn, hhn depending on size)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly