Vorlesung: Program Analysis and Binary Exploitation (PABE)
Veranstaltung:
- Verantwortlich: Prof. Dr. Peter Martini, Prof. Dr. Elmar Padilla, Martin Clauß
- Beginn: 15.10.2021
- Zeiten: Fr. 12:00 bis 14:00, wöchentlich
- Veranstaltungsnummer: 612103322
Übung:
- Verantwortlich: Martin Clauß
- Beginn: 22.10.2021
- Zeiten: Fr. 14 - 16, zweiwöchentlich
- Veranstaltungsnummer: 612203322
Weitere Informationen:
- Studienabschnitt: Master Computer Science, Bachelor Cyber Security
- Voraussetzungen:
- Fachbereich: BA-INF 148, MA-INF 3322
- Aufwand: 2V + 2Ü / 6LP
Description
Note: This time the lecture will be online. The lectures will be recorded. Exercise meetings won't be recorded.
Link: https://bbb.informatik.uni-bonn.de/b/mar-wsr-mds
For the first lecture on 2021-10-15, the BBB room will be open starting from 11:45 CET that day so you can join and test your connection before the actual lecture starts.
If you have trouble joining, write an email to seclab@ immediately. posteo.net
We have already published an exercise sheet 0 which you can use to test your knowledge of some relevant subjects and get two bonus points. Scroll down to the bottom of the page!
Our computers run a lot of closed source binary programs meaning that the source code of those programs is not available. Naturally, those programs contain bugs, mistakes that the programmer made during the development. Those bugs could (under certain circumstances) be exploited by attackers and thus may lead to arbitrary code execution.
In this lecture we aim to teach you how to find well known exploitable bugs and how to exploit them. You will first learn about basic binary program analysis such as static and dynamic analysis. After this introduction we will talk about vulnerability discovery in general meaning that you will learn how to find exploitable bugs by yourself.
Next, we move on to basic stack-based buffer overflows and add mitigation techniques (stack cookies, NX, ASLR, RELRO, ...) as we progress and exploit them as well. After we finished the topic of stack-based buffer overflows we move on to more advanced topics such as format string exploits, heap exploitation, use-after-free exploits and others.
The lecture ends with one or two complex case studies (concrete contents will be announced later).
You should have basic knowledge of the Linux operating system (including Bash) and also know basic Python programming. Additionally, you should have attended the following lectures: "Kommunikation in Verteilten Systemen", "Systemnahe Programmierung" (bonus: Malware Boot Camp and the lecture "Reaktive Sicherheit") or have at least an equivalent knowledge. If you did not attend any of those lectures you should have a look at https://www.cs.virginia.edu/~evans/cs216/guides/x86.html and https://www.cs.cmu.edu/~fp/courses/15213-s07/misc/asm64-handout.pdf and https://learnxinyminutes.com/docs/c/ and https://www.usm.uni-muenchen.de/people/puls/lessons/intro_general/Linux/Linux_for_beginners.pdf to prepare for the lecture. If you have some more time at your disposal you can also check out this lecture series: https://missing.csail.mit.edu/2020/.
After the case studies PABE finally ends with a guest lecture from renowned experts. Past guest lectures were:
2020: Maddie Stone (@maddiestone): Reversing the Root: Identifying the Exploited Vulnerability in 0-days Used In-The-Wild
2019: Gynvael Coldwind (@gynvael): Notes on Computer Hardware and Security
2018: Thomas Dullien (@halvarflake): Fundamentals of Security Exploits
Please refer to pabe.seclab-bonn.de for any additional information such as slides, exercise sheets and so on! (Note: The website and all PABE services are only available from the Computer Science Department network! You can, for example, use sshuttle (sshuttle.readthedocs.io/en/stable/) to tunnel all your traffic through login-stud.cs.uni-bonn.de via SSH or use the Computer Science Department’s VPN. If you haven't got access yet, for example, because you study math, physics or any other non-CS study, please apply for an account (see here). If you need a signature, email us so we can sign it!)
We are looking forward to seeing you in the lecture! :)
Date | Title | Notes |
---|---|---|
2021-10-15 | PABE – Welcome! | lecture and speedfriending |
2021-10-22 | Basics | lecture and tutorial |
2021-10-29 | Static Analysis | lecture |
2021-11-05 | Dynamic Analysis | lecture and tutorial |
2021-11-12 | Reverse Engineering Workflow | lecture |
2021-11-19 | Vulnerability Research I | lecture and tutorial |
2021-11-26 | Vulnerability Research II | lecture |
2021-12-03 | Basic Binary Exploitation I | lecture and tutorial |
2021-12-10 | Basic Binary Exploitation II | lecture |
2021-12-17 | Advanced Binary Exploitation I | lecture and tutorial |
Christmas Break | no lectures | |
2022-01-07 | no lecture | no lecture |
2022-01-14 | Advanced Binary Exploitation II | lecture and tutorial |
2022-01-21 | Fuzzing From Zero To Hero | lecture |
2022-01-28 | Exim RCE | lecture and tutorial |
2022-03-04 | Invited Talk | talk |
Exercise Sheet 0 Online!
Dear students,
the lecture has not started yet but we already released exercise sheet 0! This sheet will NOT be graded but serves as a preperation for the lecture. Try to solve the tasks on your own so that you learn something. It is absolutely NOT necessary to solve all the tasks to follow the lecture but it is a good warm-up.
You can find the sheet here: https://pabe.seclab-bonn.de/2021/exercise_sheets/sheet_0/
Or alternatively use this pdf version.