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.
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)