Speakers | |
---|---|
Erik Bosman | |
Schedule | |
Day | Saturday |
Room | Ferrer |
Capacity | 288 |
Start time | 17:00 |
End time | 17:15 |
Duration | 00:15 |
Info | |
Track | Lightning Talks |
Attachments | |
Presentation slides (slides) |
Minemu: protecting buggy programs from memory corruption attacks
Dynamic taint analysis is a powerful technique to detect memory corruption attacks. Yet with typical overheads of an order of magnitude, it is not something you would choose to deploy in any production environment. Minemu is a fast taint-tracking emulator for Linux which aims to be fast enough to be run on production systems.
Minemu is a fast, process-based taint-tracking emulator for Linux (x86, 32bit). By keeping track of where untrusted data (such as data from the network) is copied to inside your program, and by subsequently checking whether this data is used to take control of the program, Minemu effectively protects against most memory corruption attacks, both for known and unknown vulnerabilities. Tracking the flow of untrusted data during the execution of a program is slow because we effectively have to do an extra memory operation for each original memory operation. However, by using a special memory layout and utilizing SSE registers, Minemu tries to keep the overhead to a minimum.
Concurrent events:
Next (up to 3) talks in the same room (Ferrer):
When | Event | Track |
---|---|---|
17:20-17:35 | Wikiotics - Bridging the FOSS and Edu worlds through language instruction | Lightning Talks |
17:40-17:55 | Transifex: Localizing your application | Lightning Talks |
18:00-18:15 | The Growl Project: Making users happy one notification at a time | Lightning Talks |