PPT-Stack buffer overflow
Author : faustina-dinatale | Published Date : 2017-12-28
Stack frame layout include lt stringh gt void foo char bar char c12 strcpy c bar no bound int main int argc char argv foo argv
Presentation Embed Code
Download Presentation
Download Presentation The PPT/PDF document "Stack buffer overflow" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.
Stack buffer overflow: Transcript
Stack frame layout include lt stringh gt void foo char bar char c12 strcpy c bar no bound int main int argc char argv foo argv. . Attacker’s goal. :. Take over target machine (e.g. web server). Execute arbitrary code on target by . hijacking application control flow. This lecture: three examples.. Buffer overflow attacks. 16. Buffer Overflow. modified from slides of . Lawrie. Brown. Buffer Overflow. a very common attack mechanism. first wide use by the Morris Worm in 1988. prevention techniques known. still of major concern. Buffer Overflow. modified from slides of . Lawrie. Brown. Buffer Overflow. a very common attack mechanism. first wide use by the Morris Worm in 1988. prevention techniques known. still of major concern. http://en.wikipedia.org/wiki/Stack_buffer_overflow. What is a stack buffer overflow?. Caused when a program writes more data to a buffer on the stack than what was initially allocated for the buffer. CS 465. Slides by Kent Seamons and Tim van . der. Horst. Last Updated: . Nov 11, 2011. Buffer Overflow. The most common security vulnerability. Root cause. Unsafe programming languages. What areas of process memory are vulnerable to a buffer overflow?. Exploiting Software. Exploiting Software . The exploitation of software is one of the main ways that a users computer can be broken into. . It involves exploiting the software running on the users computer to do something that was not intended by the developer. . Gabe Kanzelmeyer. CS 450. 4/14/10. Overview. What is buffer overflow?. How memory is processed and the stack. The threat. Stack overrun attack. Dangers. Prevention. What is buffer overflow?. A buffer (array/string) that holds data. Serious Note. Try a web search for “buffer overflow exploit”.. Check alt.2600, rootshell.com, antionline.com – you can find long lists of . exploits. based on buffer overflow.. Even the original version of . What is an Exploit?. An . exploit. . is any . input. (i.e., a piece of software, an argument string, or sequence of commands) that takes advantage of a bug, glitch or vulnerability in order to cause an attack. modified from slides of . Lawrie. Brown. Buffer Overflow. a very common attack mechanism. first wide use by the Morris Worm in 1988. prevention techniques known. still of major concern. legacy of buggy code in widely deployed operating systems and applications. modified from slides of . Lawrie. Brown. Buffer Overflow. a very common attack mechanism. first wide use by the Morris Worm in 1988. prevention techniques known. still of major concern. legacy of buggy code in widely deployed operating systems and applications. Stack. in the higher parts of memory. Grows down. Used when a . function is called. Data Area. Global variables . not . inizialited. . to zero. BSS [. Block. . Started. by Symbol. ]. Segment. Global variables . modified from slides of . Lawrie. Brown. Buffer Overflow. a very common attack mechanism. first wide use by the Morris Worm in 1988. prevention techniques known. still of major concern. legacy of buggy code in widely deployed operating systems and . Secure . Programming:. Buffer Overflow. Dr. Shahriar . Bijani. Shahed. University. Fall 2016. Slides’ . References. Avinash. . Kak. , . Buffer Overflow Attack. , Computer . & Network Security, Purdue University, .
Download Document
Here is the link to download the presentation.
"Stack buffer overflow"The content belongs to its owner. You may download and print it for personal use, without modification, and keep all copyright notices. By downloading, you agree to these terms.
Related Documents