
- 304 pages
- English
- PDF
- Available on iOS & Android
About this book
The SANS Institute maintains a list of the "Top 10 Software Vulnerabilities." At the current time, over half of these vulnerabilities are exploitable by Buffer Overflow attacks, making this class of attack one of the most common and most dangerous weapon used by malicious attackers. This is the first book specifically aimed at detecting, exploiting, and preventing the most common and dangerous attacks.Buffer overflows make up one of the largest collections of vulnerabilities in existence; And a large percentage of possible remote exploits are of the overflow variety. Almost all of the most devastating computer attacks to hit the Internet in recent years including SQL Slammer, Blaster, and I Love You attacks. If executed properly, an overflow vulnerability will allow an attacker to run arbitrary code on the victim's machine with the equivalent rights of whichever process was overflowed. This is often used to provide a remote shell onto the victim machine, which can be used for further exploitation.A buffer overflow is an unexpected behavior that exists in certain programming languages. This book provides specific, real code examples on exploiting buffer overflow attacks from a hacker's perspective and defending against these attacks for the software developer.- Over half of the "SANS TOP 10 Software Vulnerabilities" are related to buffer overflows.- None of the current-best selling software security books focus exclusively on buffer overflows.- This book provides specific, real code examples on exploiting buffer overflow attacks from a hacker's perspective and defending against these attacks for the software developer.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Cover
- Contents
- Foreword
- Chapter 1 Buffer Overflows: The Essentials
- Chapter 2 Understanding Shellcode
- Chapter 3 Writing Shellcode
- Chapter 4 Win32 Assembly
- Chapter 5 Stack Overflows
- Section 1 Case Studies Case Study 1.1 FreeBSD NN Exploit Code
- Chapter 6 Heap Corruption
- Chapter 7 Format String Attacks
- Chapter 8 Windows Buffer Overflows
- Section 2 Case Studies Case Study 2.1 cURL Buffer Overflow on Linux
- Chapter 9 Finding Buffer Overflows in Source
- Section 3 Case Studies Case Study 3.1 InlineEgg I
- Appendix A The Complete Data Conversion Table
- Appendix B Useful Syscalls
- Index