Loading video...
Video Failed to Load
New video on format string vulnerabilities. It's the classic printf(user) bug. An attacker can read and write almost any memory in the process, from a single print statement. I walk through all of it in a live GDB session. Leaking the stack with %p, turning %n into an arbitrary... show more
12,610 views • 7 days ago •via X (Twitter)
8 Comments

acidburn7 days ago
java devs discovering printf can spawn a shell

tetsuo7 days ago
I'll cover Apache Log4j next. 😂

Pitchfork & Torch ♞7 days ago
Hello world?

BullBear.News7 days ago
Using percent n for arbitrary write is a clean demonstration of classic memory corruption risks.

Path of Totality7 days ago
Quite educational thanks

Robi7 days ago
Idź mi stąd w pizdu -90 ty kurwa pajacu .

Ricci Research7 days ago
Beautiful illustration of the real lesson: the bug isn't a missing bounds check, it's an API where the safe call and the catastrophic one differ by four characters. Compilers have warned about this for twenty years and it still ships, which says more about how warnings get triaged than about the developers.

why7 days ago
The single-print-statement angle really shows why printf(user) is far more dangerous than a simple crash.

