正在加载视频...
视频加载失败
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 次观看 • 7 天前 •via X (Twitter)
8 条评论

acidburn7 天前
java devs discovering printf can spawn a shell

tetsuo7 天前
I'll cover Apache Log4j next. 😂

Pitchfork & Torch ♞7 天前
Hello world?

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

Path of Totality7 天前
Quite educational thanks

Robi7 天前
Idź mi stąd w pizdu -90 ty kurwa pajacu .

Ricci Research7 天前
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 天前
The single-print-statement angle really shows why printf(user) is far more dangerous than a simple crash.

