Browser Security Model *original slides by prof. John Mitchell.

Slides:



Advertisements
Similar presentations
Nick Feamster CS 6262 Spring 2009
Advertisements

ForceHTTPS: Protecting High-Security Web Sites from Network Attacks Collin Jackson and Adam Barth.
HTTPS and the Lock Icon Dan Boneh. Goals for this lecture Brief overview of HTTPS: How the SSL/TLS protocol works (very briefly) How to use HTTPS Integrating.
JavaScript FaaDoOEngineers.com FaaDoOEngineers.com.
1 Web Security: part 1. Vulnerability Stats: web is “winning” Source: MITRE CVE trends Majority of vulnerabilities now found in web software.
Phishing and Malicious JavaScript John Mitchell CS 142 Winter 2009.
EECS 354 Network Security Cross Site Scripting (XSS)
How the web works: HTTP and CGI explained
Dynamic Web Pages Bert Wachsmuth. Review  Internet, IP addresses, ports, client-server, http, smtp  HTML, XHTML, XML  Style Sheets, external, internal,
Beware of Finer-Grained Origins
Cookies COEN 351 E-commerce Security. Client / Session Identification HTTP does not maintain state. State Information can be passed using: HTTP Headers.
Frame isolation and the same origin policy Collin Jackson CS 142 Winter 2009.
Subspace: Secure Cross-Domain Communication for Web Mashups In Proceedings of the 16th International World Wide Web Conference. (WWW), 2007 Collin Jackson,
Introduction to InfoSec – Recitation 10 Nir Krakowski (nirkrako at post.tau.ac.il) Itamar Gilad (itamargi at post.tau.ac.il)
More on web security. Reported vulnerabilities “in the wild” Data from aggregator and validator of NVD-reported vulnerabilities.
Web Security Slides from John Mitchell and Vitaly Shmatikov (Modified by Vijay Ganesh) ECE458Winter 2013.
Web technologies and programming cse hypermedia and multimedia technology Fanis Tsandilas April 3, 2007.
FALL 2005CSI 4118 – UNIVERSITY OF OTTAWA1 Part 4 Web technologies: HTTP, CGI, PHP,Java applets)
Introduction to Web Programming Fall 2014/2015 Some slides are based upon Web Technologies course slides, HUJI, 2009 Extended System Programming Laboratory.
Cross-Site Scripting Vulnerabilities Adam Doupé 11/24/2014.
Prevent Cross-Site Scripting (XSS) attack
Comp2513 Forms and CGI Server Applications Daniel L. Silver, Ph.D.
Principles of Computer Security: CompTIA Security + ® and Beyond, Third Edition © 2012 Principles of Computer Security: CompTIA Security+ ® and Beyond,
Web Security Borrowed from John Mitchell, Stanford.
© Neeraj Suri EU-NSF ICT March 2006 DEWSNet Dependable Embedded Wired/Wireless Networks MUET Jamshoro Browser Security Model Faisal Karim Shaikh DEWSNet.
FTP (File Transfer Protocol) & Telnet
Web Application Access to Databases. Logistics Test 2: May 1 st (24 hours) Extra office hours: Friday 2:30 – 4:00 pm Tuesday May 5 th – you can review.
Ladd Van Tol Senior Software Engineer Security on the Web Part One - Vulnerabilities.
CP476 Internet Computing Lecture 5 : HTTP, WWW and URL 1 Lecture 5. WWW, HTTP and URL Objective: to review the concepts of WWW to understand how HTTP works.
Rensselaer Polytechnic Institute Shivkumar Kalvanaraman, Biplab Sikdar 1 The Web: the http protocol http: hypertext transfer protocol Web’s application.
Robust Defenses for Cross-Site Request Forgery CS6V Presented by Saravana M Subramanian.
JavaScript, Fourth Edition
November 13, 2008 Ohio Information Security Forum Attack Surface of Web Applications James Walden Northern Kentucky University
CNIT 133 Interactive Web Pags – JavaScript and AJAX JavaScript Environment.
CSE 190: Internet E-Commerce Lecture 5. Exam Material Lectures 1-4 (Presentation Tier) –3-tier architecture –HTML –Style sheets –Javascript –DOM –HTTP.
1 Internet Browsing Vulnerabilities and Security ECE4112 Final Lab Ye Yan Frank Park Scott Kim Neil Joshi.
Chapter 8 Cookies And Security JavaScript, Third Edition.
CSCE 201 Web Browser Security Fall CSCE Farkas2 Web Evolution Web Evolution Past: Human usage – HTTP – Static Web pages (HTML) Current: Human.
COMPUTER SECURITY MIDTERM REVIEW CS161 University of California BerkeleyApril 4, 2012.
1 Welcome to CSC 301 Web Programming Charles Frank.
October 3, 2008IMI Security Symposium Application Security through a Hacker’s Eyes James Walden Northern Kentucky University
1 Robust Defenses for Cross-Site Request Forgery Adam Barth, Collin Jackson, John C. Mitchell Stanford University 15th ACM CCS.
Lecture 16 Page 1 CS 236 Online Web Security CS 236 On-Line MS Program Networks and Systems Security Peter Reiher.
University of Central Florida The Postman Always Rings Twice: Attacking & Defending postMessage in HTML5 Websites Ankur Verma University of Central Florida,
Scripting Languages Client Side and Server Side. Examples of client side/server side Examples of client-side side include: JavaScript Jquery (uses a JavaScript.
Overview of Servlets and JSP
1 Web Security: part 1. Vulnerability Stats: web is “winning” Source: MITRE CVE trends Majority of vulnerabilities now found in web software.
PHP Security Ryan Dunn Jason Pack. Outline PHP Overview PHP Overview Common Security Issues Common Security Issues Advanced Security Issues Advanced Security.
Cross-Site Scripting Vulnerabilities Adam Doupé 11/18/2015.
Session 11: Cookies, Sessions ans Security iNET Academy Open Source Web Development.
JavaScript and Ajax (JavaScript Environment) Week 6 Web site:
1 Introduction to Information Security , Spring 2015 Lecture 10: TCP/IP security (2/2), Web security Eran Tromer.
Browser code isolation John Mitchell CS 155 Spring 2016.
By Collin Donaldson. Hacking is only legal under the following circumstances: 1.You hack (penetration test) a device/network you own. 2.You gain explicit,
Open Solutions for a Changing World™ Eddy Kleinjan Copyright 2005, Data Access WordwideNew Techniques for Building Web Applications June 6-9, 2005 Key.
SlideSet #20: Input Validation and Cross-site Scripting Attacks (XSS) SY306 Web and Databases for Cyber Operations.
Web Security (cont.) 1. Referral issues r HTTP referer (originally referrer) – HTTP header that designates calling resource  Page on which a link is.
Webpages and security.
Web Application Vulnerabilities, Detection Mechanisms, and Defenses
Browser Security Model
World Wide Web policy.
Avishai Wool Slides credit: John Mitchell, Stanford
CSC 495/583 Topics of Software Security Web Browser Security (2)
What is Cookie? Cookie is small information stored in text file on user’s hard drive by web server. This information is later used by web browser to retrieve.
Exploring DOM-Based Cross Site Attacks
Cross Site Request Forgery (CSRF)
Presentation transcript:

Browser Security Model *original slides by prof. John Mitchell

Web vs System vulnerabilities Decline in % web vulns since % in > 37% in Big decline in SQL Injection vulnerabilities XSS peak

Reported Web Vulnerabilities "In the Wild" Data from aggregator and validator of NVD-reported vulnerabilities

Web application vulnerabilities

Five lectures on Web security Browser security model The browser as an OS and execution platform Protocols, isolation, communication, … Web application security Application pitfalls and defenses Content security policies Additional mechanisms for sandboxing and security Authentication and session management How users authenticate to web sites Browser-server mechanisms for managing state HTTPS: goals and pitfalls Network issues and browser protocol handling This two-week section could fill an entire course

Web programming poll Familiar with basic html? Developed a web application using: Apache? PHP? Ruby? Python? SQL? JavaScript? CSS? JSON? Know about: postMessage? NaCL? Webworkers? CSP? WebView? Resource:

Goals of web security Safely browse the web Users should be able to visit a variety of web sites, without incurring harm:  No stolen information  Site A cannot compromise session at Site B Support secure web applications Applications delivered over the web should be able to achieve the same security properties as stand- alone applications

Web Attacker Sets up malicious site visited by victim; no control of network Alice System Web security threat model

Network Attacker Intercepts and controls network communication Alice System Network security threat model

Web Attacker Alice System Network Attacker Alice System

Web Threat Models Web attacker Control attacker.com Can obtain SSL/TLS certificate for attacker.com User visits attacker.com  Or: runs attacker’s Facebook app, etc. Network attacker Passive: Wireless eavesdropper Active: Evil router, DNS poisoning Malware attacker Attacker escapes browser isolation mechanisms and run separately under control of OS

Malware attacker Browsers may contain exploitable bugs Often enable remote code execution by web sites Google study: [the ghost in the browser 2007]  Found Trojans on 300,000 web pages (URLs)  Found adware on 18,000 web pages (URLs) Even if browsers were bug-free, still lots of vulnerabilities on the web All of the vulnerabilities on previous graph: XSS, SQLi, CSRF, … NOT OUR FOCUS IN THIS PART OF COURSE

Outline Http Rendering content Isolation Communication Navigation Security User Interface Cookies Frames and frame busting

HTTP

URLs Global identifiers of network-retrievable documents Example: Special characters are encoded as hex: %0A = newline %20 or + = space, %2B = + (special exception) Protocol Hostname Port Path Query Fragment

GET /index.html HTTP/1.1 Accept: image/gif, image/x-bitmap, image/jpeg, */* Accept-Language: en Connection: Keep-Alive User-Agent: Mozilla/1.22 (compatible; MSIE 2.0; Windows 95) Host: Referer: HTTP Request MethodFileHTTP versionHeaders Data – none for GET Blank line GET : no side effect POST : possible side effect

HTTP/ OK Date: Sun, 21 Apr :20:42 GMT Server: Microsoft-Internet-Information-Server/5.0 Connection: keep-alive Content-Type: text/html Last-Modified: Thu, 18 Apr :39:05 GMT Set-Cookie: … Content-Length: 2543 Some data... blah, blah, blah HTTP Response HTTP versionStatus codeReason phrase Headers Data Cookies

RENDERING CONTENT

Rendering and events Basic browser execution model Each browser window or frame  Loads content  Renders it Processes HTML and scripts to display page May involve images, subframes, etc.  Responds to events Events can be User actions: OnClick, OnMouseover Rendering: OnLoad, OnBeforeUnload Timing: setTimeout(), clearTimeout()

Example Source: My First Web Page My first paragraph. Try it

Document Object Model (DOM) Object-oriented interface used to read and write docs web page in HTML is structured data DOM provides representation of this hierarchy Examples Properties: document.alinkColor, document.URL, document.forms[ ], document.links[ ], document.anchors[ ] Methods: document.write(document.referrer) Includes Browser Object Model (BOM) window, document, frames[], history, location, navigator (type and version of browser)

Example Source: My First Web Page My First Paragraph document.getElementById("demo").innerHTML = 5 + 6;

Changing HTML using Script, DOM Some possibilities createElement(elementName) createTextNode(text) appendChild(newChild) removeChild(node) Example: Add a new list item: var list = document.getElementById('t1') var newitem = document.createElement('li') var newtext = document.createTextNode(text) list.appendChild(newitem) newitem.appendChild(newtext) Item 1 HTML

HTML Image Tags 26 Displays this nice picture  Security issues? … … Basic web functionality

Image tag security issues 27 Communicate with other sites Hide resulting image Spoof other sites Add logos that fool a user Important Point: A web page can send information to any site Security consequences Q: what threat model are we talking about here?

JavaScript onError Basic function Triggered when error occurs loading a document or an image Example Runs onError handler if image does not exist and cannot load <img src="image.gif" onerror="alert('The image could not be loaded.')“ > Basic web functionality

JavaScript timing Sample code When response header indicates that page is not an image, the browser stops and notifies JavaScript via the onerror handler. var test = document.getElementById(’test’); var start = new Date(); test.onerror = function() { var end = new Date(); alert("Total time: " + (end - start)); } test.src = " Basic web functionality

Port scanning behind firewall JavaScript can: Request images from internal IP addresses  Example: Use timeout/onError to determine success/failure Fingerprint webapps using known image names Server Malicious Web page Firewall 1) “show me dancing pigs!” 2) “check this out” Browser scan 3) port scan results Security consequence

Remote scripting Goal Exchange data between a client-side app running in a browser and server-side app, without reloading page Methods Java Applet/ActiveX control/Flash  Can make HTTP requests and interact with client-side JavaScript code, but requires LiveConnect (not available on all browsers) XML-RPC  open, standards-based technology that requires XML-RPC libraries on server and in your client-side code. Simple HTTP via a hidden IFRAME  IFRAME with a script on your web server (or database of static HTML files) is by far the easiest of the three remote scripting options See: Important Point: A page can maintain bi-directional communication with browser (until user closes/quits)

Simple remote scripting example function handleResponse() { alert('this function is called from server.html') } <iframe id="RSIFrame" name="RSIFrame" style="width:0px; height:0px; border: 0px" src="blank.html"> make RPC call window.parent.handleResponse() RPC can be done silently in JavaScript, passing and receiving arguments server.html: another page on same server, could be server.php, etc client.html: “RPC” by passing arguments to server.html in query string

ISOLATION

Frame and iFrame Window may contain frames from different sources Frame: rigid division as part of frameset iFrame: floating inline frame iFrame example Why use frames? Delegate screen area to content from another source Browser provides isolation based on frames Parent may work even if frame is broken If you can see this, your browser doesn't understand IFRAME.

Windows Interact 35

Analogy Operating system Primitives System calls Processes Disk Principals: Users Discretionary access control Vulnerabilities Buffer overflow Root exploit Web browser Primitives Document object model Frames Cookies / localStorage Principals: “Origins” Mandatory access control Vulnerabilities Cross-site scripting Cross-site request forgery Cache history attacks …

Policy Goals Safe to visit an evil web site Safe to visit two pages at the same time Address bar distinguishes them Allow safe delegation

Browser security mechanism Each frame of a page has an origin Origin = protocol://host:port Frame can access its own origin Network access, Read/write DOM, Storage (cookies) Frame cannot access data associated with a different origin A A B B A

Components of browser security policy Frame-Frame relationships canScript(A,B)  Can Frame A execute a script that manipulates arbitrary/nontrivial DOM elements of Frame B? canNavigate(A,B)  Can Frame A change the origin of content for Frame B? Frame-principal relationships readCookie(A,S), writeCookie(A,S)  Can Frame A read/write cookies from site S? See

Library import excluded from SOP Script has privileges of imported page, NOT source server. Can script other pages in this origin, load more scripts Other forms of importing VeriSign

Domain Relaxation Origin: scheme, host, (port), hasSetDomain Try document.domain = document.domain chat.facebook.com facebook.com

Additional mechanisms Cross-origin network requests Access-Control-Allow-Origin: Access-Control-Allow-Origin: * Cross-origin client side communication Client-side messaging via navigation (old browsers) postMessage (modern browsers) Site B Site A Site A contextSite B context

COMMUNICATION

window.postMessage API for inter-frame communication Supported in standard browsers A network-like channel between frames Add a contact Share contacts

postMessage syntax frames[0].postMessage("Attack at dawn!", " window.addEventListener("message", function (e) { if (e.origin == " {... e.data... } }, false); Facebook Anecdote Facebook Anecdote Attack at dawn!

Why include “targetOrigin”? What goes wrong? frames[0].postMessage("Attack at dawn!"); Messages sent to frames, not principals When would this happen? 46

NAVIGATION 47

A Guninski Attack awglogin window.open(" "awglogin");

What should the policy be? 49 Child Sibling Descendant Frame Bust

BrowserPolicy IE 6 (default)Permissive IE 6 (option)Child IE7 (no Flash)Descendant IE7 (with Flash)Permissive Firefox 2Window Safari 3Permissive Opera 9Window HTML 5Child Legacy Browser Behavior

Window Policy Anomaly top.frames[1].location = " top.frames[2].location = "

BrowserPolicy IE 6 (default)Permissive IE 6 (option)Child IE7 (no Flash)Descendant IE7 (with Flash)Permissive Firefox 2Window Safari 3Permissive Opera 9Window HTML 5Child Legacy Browser Behavior

BrowserPolicy IE7 (no Flash)Descendant IE7 (with Flash)Descendant Firefox 3Descendant Safari 3Descendant Opera 9(many policies) HTML 5Descendant Adoption of Descendant Policy

SECURITY USER INTERFACE When is it safe to type my password?

Safe to type your password? 55

Safe to type your password? 56

Safe to type your password? 57

Safe to type your password? 58 ???

Safe to type your password? 59

Mixed Content: HTTP and HTTPS Problem Page loads over HTTPS, but has HTTP content Network attacker can control page IE: displays mixed-content dialog to user Flash files over HTTP loaded with no warning (!) Note: Flash can script the embedding page Firefox: red slash over lock icon (no dialog) Flash files over HTTP do not trigger the slash Safari: does not detect mixed content Dan will talk about this later….

Mixed Content: HTTP and HTTPS silly dialogs

Mixed content and network attacks banks: after login all content over HTTPS Developer error: Somewhere on bank site write Active network attacker can now hijack any session Better way to include content: served over the same protocol as embedding page

Lock Icon 2.0 Extended validation (EV) certs Prominent security indicator for EV certificates note: EV site loading content from non-EV site does not trigger mixed content warning

Finally: the status Bar Trivially spoofable <a href=“ onclick=“this.href = ‘ PayPal

COOKIES: CLIENT STATE 65

Cookies Used to store state on user’s machine Browser Server POST … HTTP Header: Set-cookie:NAME=VALUE ; domain = (who can read) ; expires = (when expires) ; secure = (only over SSL) Browser Server POST … Cookie: NAME = VALUE HTTP is stateless protocol; cookies add state If expires=NULL: this session only

Cookie authentication Browser Web ServerAuth server POST login.cgi Username & pwd Validate user auth=val Store val Set-cookie: auth=val GET restricted.html Cookie: auth=val restricted.html auth=val YES/NOIf YES, restricted.html Check val

Cookie Security Policy Uses: User authentication Personalization User tracking: e.g. Doubleclick (3 rd party cookies) Browser will store: At most 20 cookies/site, 3 KB / cookie Origin is the tuple Can set cookies valid across a domain suffix

Secure Cookies Browser Server GET … HTTP Header: Set-cookie:NAME=VALUE ; Secure=true Provides confidentiality against network attacker Browser will only send cookie back over HTTPS … but no integrity Can rewrite secure cookies over HTTP  network attacker can rewrite secure cookies  can log user into attacker’s account

httpOnly Cookies Browser Server GET … HTTP Header: Set-cookie:NAME=VALUE ; httpOnly Cookie sent over HTTP(s), but not accessible to scripts cannot be read via document.cookie Helps prevent cookie theft via XSS … but does not stop most other risks of XSS bugs

FRAMES AND FRAME BUSTING

<iframe name=“myframe” src=“ This text is ignored by most browsers. Frames Embed HTML documents in other documents

Frame Busting Goal: prevent web page from loading in a frame example: opening login page in a frame will display correct passmark image Frame busting: if (top != self) top.location.href = location.href

Better Frame Busting Problem: Javascript OnUnload event Try this instead: if (top != self) top.location.href = location.href else { … code of page here …}

Summary Http Rendering content Isolation Communication Navigation Security User Interface Cookies Frames and frame busting