1/30/2020 1
Software Security
Explorative Lecture
2
A brief history of security problems
attacks on multi-user UNIX systems for fun viruses & worms attacking operating systems
due to buffer overflow, format string attacks, integer overflows,... response: firewalls & better operating system code variant: bot-nets
attacks on web-applications
due to SQL injection, XSS, session riding (Cross Site Request Forging), .... response: intrusion detection systems & application firewalls
attacks on web-browsers
man-in-the-browser attacks
...