Introduction to Information Security 0368-3065, Spring 2016 Lecture 1: Introduction, Control Hijacking (1/2) Avishai Wool.

Slides:



Advertisements
Similar presentations
Buffer Overflows Nick Feamster CS 6262 Spring 2009 (credit to Vitaly S. from UT for slides)
Advertisements

Smashing the Stack for Fun and Profit
CSc 352 Programming Hygiene Saumya Debray Dept. of Computer Science The University of Arizona, Tucson
Computer Security: Principles and Practice EECS710: Information Security Professor Hossein Saiedian Fall 2014 Chapter 10: Buffer Overflow.
Basic Control Hijacking Attacks
Avishai Wool, lecture Introduction to Information Security Lecture 1.
1 Information Security – Theory vs. Reality , Winter 2011 Lecture 8: Control hijacking attacks Eran Tromer Slides credit: Dan Boneh, Stanford.
Stack-Based Buffer Overflows Attacker – Can take over a system remotely across a network. local malicious users – To elevate their privileges and gain.
CMSC 414 Computer and Network Security Lecture 24 Jonathan Katz.
Gabe Kanzelmeyer CS 450 4/14/10.  What is buffer overflow?  How memory is processed and the stack  The threat  Stack overrun attack  Dangers  Prevention.
1 Control Hijacking Attacks Buffer overflows and format string bugs.
Preventing Buffer Overflow Attacks. Some unsafe C lib functions strcpy (char *dest, const char *src) strcat (char *dest, const char *src) gets (char *s)
1 Control Hijacking Attacks Buffer overflows and format string bugs.
Control Hijacking Attacks Note: project 1 is out Section this Friday 4:15pm.
1 Buffer Overflow Attacks and Format String bugs.
Netprog: Buffer Overflow1 Buffer Overflow Exploits Taken shamelessly from: netprog/overflow.ppt.
CS426Fall 2010/Lecture 111 Computer Security CS 426 Lecture 11 Software Vulnerabilities: Input Validation Issues & Buffer Overflows.
Control hijacking attacks Attacker’s goal: – Take over target machine (e.g. web server) Execute arbitrary code on target by hijacking application control.
Security Exploiting Overflows. Introduction r See the following link for more info: operating-systems-and-applications-in-
Buffer overflows.
CAP6135: Malware and Software Vulnerability Analysis Buffer Overflow : Example of Using GDB to Check Stack Memory Cliff Zou Spring 2011.
System Programming Topic 19
OSI and TCP/IP Models And Some Vulnerabilities AfNOG th May 2011 – 10 th June 2011 Tanzania By Marcus K. G. Adomey.
Mitigation of Buffer Overflow Attacks
CIS 450 – Network Security Chapter 7 – Buffer Overflow Attacks.
CNIT 127: Exploit Development Ch 4: Introduction to Format String Bugs.
Avishai Wool, lecture Introduction to Information Security Lecture 1.
Introduction to Honeypot, measurement, and vulnerability exploits
Overflow Examples 01/13/2012. ACKNOWLEDGEMENTS These slides where compiled from the Malware and Software Vulnerabilities class taught by Dr Cliff Zou.
Overflows & Exploits. In the beginning 11/02/1988 Robert Morris, Jr., a graduate student in Computer Science at Cornell, wrote an experimental, self-replicating,
Buffer Overflow Attack Proofing of Code Binary Gopal Gupta, Parag Doshi, R. Reghuramalingam, Doug Harris The University of Texas at Dallas.
Lecture 9: Buffer Ovefflows and ROP EEN 312: Processors: Hardware, Software, and Interfacing Department of Electrical and Computer Engineering Spring 2014,
Control Hijacking Attacks Note: project 1 is out Section this Friday 2pm (Skilling 090)
Introduction to Information Security ROP – Recitation 5.
Information Security - 2. A Stack Frame. Pushed to stack on function CALL The return address is copied to the CPU Instruction Pointer when the function.
Security Attacks Tanenbaum & Bo, Modern Operating Systems:4th ed., (c) 2013 Prentice-Hall, Inc. All rights reserved.
Slides by Kent Seamons and Tim van der Horst Last Updated: Nov 11, 2011.
Control Hijacking Attacks Note: project 1 is out Section this Friday 4:15pm (Gates B03)
CS426Fall 2010/Lecture 141 Computer Security CS 426 Lecture 14 Software Vulnerabilities: Format String and Integer Overflow Vulnerabilities.
VM: Chapter 7 Buffer Overflows. csci5233 computer security & integrity (VM: Ch. 7) 2 Outline Impact of buffer overflows What is a buffer overflow? Types.
CAP6135: Malware and Software Vulnerability Analysis Buffer Overflow : Example of Using GDB to Check Stack Memory Cliff Zou Spring 2014.
Software Security. Bugs Most software has bugs Some bugs cause security vulnerabilities Incorrect processing of security related data Incorrect processing.
CS703 - Advanced Operating Systems By Mr. Farhan Zaidi.
@Yuan Xue Worm Attack Yuan Xue Fall 2012.
Let’s look at an example
Refs: rootshell, antionline, your favorite hacker site…
Mitigation against Buffer Overflow Attacks
Buffer Overflow Buffer overflows are possible because C doesn’t check array boundaries Buffer overflows are dangerous because buffers for user input are.
Basic Control Hijacking Attacks
Protecting Memory What is there to protect in memory?
The Hardware/Software Interface CSE351 Winter 2013
Protecting Memory What is there to protect in memory?
Module 30 (Unix/Linux Security Issues II)
Protecting Memory What is there to protect in memory?
Basic Memory Corruption Attacks
Secure Software Development: Theory and Practice
Basic Memory Corruption Attacks
Information Security CS 526 Topic 8
CNT4704: Computer Networking Special Topic: Buffer Overflow I: Attack Introduction Cliff Zou Fall 2009.
CMSC 414 Computer and Network Security Lecture 21
Basic Control Hijacking Attacks
CS 465 Buffer Overflow Slides by Kent Seamons and Tim van der Horst
Preventing Buffer Overflow Attacks
CS703 - Advanced Operating Systems
CAP6135: Malware and Software Vulnerability Analysis Buffer Overflow : Example of Using GDB to Check Stack Memory Cliff Zou Spring 2015.
CAP6135: Malware and Software Vulnerability Analysis Buffer Overflow : Example of Using GDB to Check Stack Memory Cliff Zou Spring 2016.
Understanding and Preventing Buffer Overflow Attacks in Unix
CAP6135: Malware and Software Vulnerability Analysis Buffer Overflow : Example of Using GDB to Check Stack Memory Cliff Zou Spring 2013.
Format String Vulnerability
Overflows, Injection, & Memory Safety
Presentation transcript:

Introduction to Information Security 0368-3065, Spring 2016 Lecture 1: Introduction, Control Hijacking (1/2) Avishai Wool

Administration Lecturers: Avishai Wool yash@eng.tau.ac.il Zvi Ostfeld zviostfeld@gmail.com Teaching assistants: Nir Krakowski, Dan Gittik Exercise checker: Yuval Lewi Course web site: http://course.cs.tau.ac.il/infosec16/ Read the Instructions Join the mailing list (automatic if you’re already registered) Fill in the course questionnaire (in Exercises tab) JOIN FILL

Exercises Practical emphasis, challenging hands-on exercises. Final grade: 65% exam, 35% exercises Individual work – no sharing / copying! Attend recitations for necessary context.

Information Security Computer and Network Security Cyber Security Motivation Information Security Computer and Network Security Cyber Security

Responsible disclosure We will learn and practice attack techniques With knowledge – you may discover real security vulnerabilities in real systems Do no harm! [Wikipedia] Responsible disclosure is a ... vulnerability disclosure model. … stakeholders agree to allow time for the vulnerability to be patched before publishing: Tell the vendor (disclose) Wait for vendor to patch Then tell the world (publish)

A brief history of cyber 1948 1960 1980 1988 1998 2007 2010 Cybernetic = regulatory/control systems such as computers Cybernetic = using computers Morris worm on the Internet Data Breach at Security Firm Linked to Attack on Lockheed May 27, 2011 Million-node botnets Cybersex Finance: untold $billions National (Estonia, Georgia, RSA+LM) Scientific American background review article about “health”. Graphic: doctor+patient, acoustic “Cybernetic” coined 1948 by U.S. mathematician Norbert Wiener 1998: “cyber” = “cybersex” In the beginning was the word And it was good It is not good for a computer to be alone So computers went forth and multiplied Tree of knowledge Wrecking havoc upon the fledgling Internet 1981: first wild virus written by 9-th grader for Apple II (footnote in SecEng) Extorting: Gpcode.ak (show asm) “Cyber attack”, “cyber war” headlines Fallen from grace National: Estonia 2007, Georgia 2008, RSA+LM 2011 Physical: DHS generator (2007), Stuxnet (2010) A computer scientist would never use the word “cyber”, unless he’s writing a grant proposal Cyber -> Journalist / politician / writing a grant proposal / getting you to attend his session “cyber-resilient computers” - Shimon Peres, Cyber conference at TAU, 2013-06-12 For timeline, see: SecEng 2Nd Ch21 Physical (Stuxnet) Cybersecurity ~ harming computers and things they control Information / computer / network / control-system security, cryptography

Security goals and threats Data confidentiality Data integrity System availability User authentication Privilege separation THREAT Data exposure Data modification Denial of service Masquerading Privilege elevation Prerequisite to many attacks: getting malicious code to run on victim’s computer system

Basic Control Hijacking Attacks

Control hijacking attacks Attacker’s goal: Take over target machine (e.g. web server) Execute arbitrary code on target by hijacking application control flow Examples. Buffer overflow attacks Integer overflow attacks Format string vulnerabilities

Example 1: buffer overflows Extremely common bug in C/C++ programs. First major exploit: 1988 Internet Worm, fingerd. 20% of all vuln. 2005-2007:  10% Source: NVD/CVE

What is needed Understanding C functions, the stack, and the heap. Know how system calls are made The exec() system call Attacker needs to know which CPU and OS used on the target machine: Our examples are for x86 running Linux or Windows Details vary slightly between CPUs and OSs: Little endian vs. big endian (x86 vs. Motorola) Stack Frame structure (Unix vs. Windows)

Linux process memory layout 0xC0000000 user stack %esp shared libraries 0x40000000 brk run time heap Loaded from exec 0x08048000 unused

callee saved registers Stack Frame high arguments return address stack frame pointer exception handlers local variables Stack Growth callee saved registers SP low

What are buffer overflows? void func(char *str) { char buf[128]; strcpy(buf, str); do-something(buf); } Suppose a web server contains a function: When func() is called stack looks like: argument: str return address stack frame pointer char buf[128] SP

What are buffer overflows? void func(char *str) { char buf[128]; strcpy(buf, str); do-something(buf); } What if *str is 136 bytes long? [this is a software bug] After strcpy: argument: str return address stack frame pointer *str Problem: no length checking in strcpy() char buf[128] SP

What are buffer overflows? void func(char *str) { char buf[128]; strcpy(buf, str); do-something(buf); } What if *str is 136 bytes long? After strcpy: argument: str When func returns, usually: Some junk in return address CPU tries to jump to junk address “invalid instruction at 0x….” or “segmentation fault” Result: Web server crash (OS kills the process) return address stack frame pointer *str char buf[128] SP

Now let’s think like an attacker Attacker discovers the software bug Attacker has control over the content & length of str E.g., maybe str is sent in the HTTP request that the attacker can fill Result: attacker can place binary values in the end of str to select the address that the CPU will jump to upon return This is Control Hijacking

Where to jump to? Attacker goal: jump to an address that runs attacker-written code But the process memory only has legitimate user & OS code Need to inject his own code somehow Solution: make the buffer overflow even longer Place binary machine instructions at the end of str

Basic stack exploit high Program P Suppose *str is such that after strcpy stack looks like: Program P: exec(“/bin/sh”) Attack code P runs in stack. When func() exits, the shell runs with its stdin and stdout (hopefully) redirected to the TCP connection. The attacker, on the other side of the TCP connection, gets full shell access. Attacker gains full privileges of the user (UID, GID) running the server. (exact shell code by Aleph One) return address char buf[128] low

Problem: how does attacker determine the return address? The NOP slide high Program P Problem: how does attacker determine the return address? Solution: NOP slide Guess approximate stack state when func() is called Insert many NOPs before program P: nop , xor eax,eax , inc ax ... NOP Slide return address char buf[128] low

Details and examples Some complications: Program P should not contain the ‘\0’ character. Overflow should not crash program before func() exits. Sample remote stack smashing overflows: (2007) Overflow in Windows animated cursors (ANI). LoadAniIcon() (2005) Overflow in Symantec Virus Detection test.GetPrivateProfileString "file", [long string] Animated cursor on web page or email message would result in arbitrary code execution. Used for rendering cursors, animated cursors, and icons.

Many unsafe libc functions strcpy (char *dest, const char *src) strcat (char *dest, const char *src) gets (char *s) scanf ( const char *format, … ) and many more. “Safe” libc versions strncpy(), strncat() are misleading E.g.,. strncpy() may leave string unterminated. Windows C run time (CRT): strcpy_s (*dest, DestSize, *src) ensures proper termination.

Buffer overflow opportunities Exception handlers: (Windows SEH attacks) Overwrite the address of an exception handler in stack frame. Function pointers: (e.g. PHP 4.0.2, MS MediaPlayer Bitmaps) Overflowing buf will override function pointer. Longjmp buffers: longjmp(pos) (e.g. Perl 5.003) Overflowing buf next to pos overrides value of pos. Heap or stack buf[128] FuncPtr Windows media player bitmaps (skins) – heap overflow, Feb. 2006 setjmp – used for exception handling (jump to global error handling code in case of error)

Corrupting method pointers http://phrack.org/issues/56/8.html Compiler generated function pointers (e.g. virtual methods in C++ code) After overflow of buf : method1 code FP1 FP2 method2 code ptr FP3 method3 code vtable data Object T NOP slide shell code buf[256] vtable ptr data object T

Finding buffer overflows To find overflow: Run web server on local machine Issue malformed requests (ending with “$$$$$” ) Many automated tools exist (called fuzzers) If web server crashes, search core dump for “$$$$$” to find overflow location Construct exploit (not easy given latest defenses)

More Control Hijacking Attacks

More Hijacking Opportunities Integer overflows: (e.g. MS DirectX MIDI Lib) Double free: double free space on heap. Can cause memory manager to write data to specific location Examples: CVS server Format string vulnerabilities

Will two programs output the same? Integer Overflow Integer overflow: an arithmetic operation attempts to create a numeric value that is larger than can be represented within the available storage space. Example: Test 2: short x = 30000; short y = 30000; short z = x + y; printf(“%d\n”, z); Test 1: short x = 30000; short y = 30000; printf(“%d\n”, x+y); Will two programs output the same?

C Data Types short int 6bits [-32,768; 32,767] unsigned short int 16bits [0; 65,535] unsigned int 32bits [0; 4,294,967,295] int 32bits [-2,147,483,648; 2,147,483,647] long 32bits [-2,147,483,648; 2,147,483,647] char 8bits [-128; 127] unsigned char 8bits [0; 255] long long 64bits unsigned long long 64bits

When does casting occur in C? When assigning to a different data type For binary operators +, -, *, /, %, &, |, ^, if either operand is an unsigned long, both are cast to an unsigned long in all other cases where both operands are 32-bits or less, the arguments are both upcast to int, and the result is an int For unary operators ~ changes type, e.g., ~((unsigned short)0) is int ++ and -- does not change type

Where Does Integer Overflow Matter? Allocating spaces using calculation. Calculating indexes into arrays Checking whether an overflow could occur Direct causes: Truncation; Integer casting

Integer Overflow: Example 1 const long MAX_LEN = 20000; char buf[MAX_LEN]; short len = strlen(input); if (len < MAX_LEN) strcpy(buf, input); Can a buffer overflow attack occur? If so, how long does input needs to be? When the length of input overflows

Integer Overflows Example 2 (see Phrack 60) Problem: what happens when int exceeds max value? int m;(32 bits) short s;(16 bits) char c; (8 bits) c = 0x80 + 0x80 = 128 + 128 ⇒ c = 0 s = 0xff80 + 0x80 ⇒ s = 0 m = 0xffffff80 + 0x80 ⇒ m = 0 Can this be exploited?

What if len1 = 0x80, len2 = 0xffffff80 ? ⇒ len1+len2 = 0 void func( char *buf1, *buf2, unsigned int len1, len2) { char temp[256]; if (len1 + len2 > 256) {return -1} // length check memcpy(temp, buf1, len1); // concatenate buffers memcpy(temp+len1, buf2, len2); do-something(temp); // do stuff } What if len1 = 0x80, len2 = 0xffffff80 ? ⇒ len1+len2 = 0 Second memcpy() will overflow stack (or heap) !!

Integer overflow exploit stats Source: NVD/CVE

Format string bugs

Format string problem Want to print a message (without arguments) - via fprintf Correct form: fprintf( stdout, “%s”, input); Bug: int func(char *input) { fprintf( stderr, input); } “input” is treated as a format string – missing arguments If “input” includes % formats – access places on stack Problem: what if *input = “%s%s%s%s%s%s%s” ? Most likely program will crash (Denial of Service, violates Availability) If not, program will print memory contents. Privacy?

Format string attacks (“%n”) “%n” format writes the number of bytes formatted so far into a variable! printf(“abc %n”, &x) will change the value of the variable x (to 4) in other words, the parameter value on the stack is interpreted as a pointer to an integer value, and the place pointed by the pointer is overwritten

Exploit Dumping arbitrary memory: Writing to arbitrary memory: Walk up stack until desired pointer is found. printf("%08x.%08x.%08x.%08x|%s|") Writing to arbitrary memory: printf("hello %n", &temp) writes “6” into temp. printf("%08x.%08x.%08x.%08x.%n")

History First exploit discovered in June 2000. Examples: wu-ftpd 2.* : remote root Linux rpc.statd: remote root IRIX telnetd: remote root BSD chpass: local root

Vulnerable functions Any function using a format string. Printing: printf, fprintf, sprintf, … vprintf, vfprintf, vsprintf, … Logging: syslog, err, warn