Bypassing Mitigations by Attacking JIT Server in Microsoft Edge
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Internet Explorer 9 Features
m National Institute of Information Technologies NIIT White Paper On “What is New in Internet Explorer 9” Submitted by: Md. Yusuf Hasan Student ID: S093022200027 Year: 1st Quarter: 2nd Program: M.M.S Date - 08 June 2010 Dhaka - Bangladesh Internet Explorer History Abstract: In the early 90s—the dawn of history as far as the World Wide Web is concerned—relatively few users were communicating across this Internet Explorer 9 (abbreviated as IE9) is the upcoming global network. They used an assortment of shareware and other version of the Internet Explorer web browser from software for Microsoft Windows operating system. In 1995, Microsoft Microsoft. It is currently in development, but developer hosted an Internet Strategy Day and announced its commitment to adding Internet capabilities to all its products. In fulfillment of that previews have been released. announcement, Microsoft Internet Explorer arrived as both a graphical Web browser and the name for a set of technologies. IE9 will have complete or nearly complete support for all 1995: Internet Explorer 1.0: In July 1995, Microsoft released the CSS 3 selectors, border-radius CSS 3 property, faster Windows 95 operating system, which included built-in support for JavaScript and embedded ICC v2 or v4 color profiles dial-up networking and TCP/IP (Transmission Control support via Windows Color System. IE9 will feature Protocol/Internet Protocol), key technologies for connecting to the hardware accelerated graphics rendering using Direct2D, Internet. In response to the growing public interest in the Internet, Microsoft created an add-on to the operating system called Internet hardware accelerated text rendering using Direct Write, Explorer 1.0. -
Surface Book 2 Technical Specification
Head Office: CCS Media Ltd, Old Birdholme House, Derby Road, Chesterfield, Derbyshire, S40 2EX Surface Book 2 Technical Specification Dimensions Memory Warranty • Surface Book 2 13.5″ • Surface Book 2 13.5″ • 1-year limited hardware warranty • i5: 12.3″ x 9.14″ x 0.51″-0.90″ (312mm x • 8GB or 16GB RAM 1866MHz LPDDR3 • Connections 232mm x 13 mm-23mm) • Surface Book 2 15″ • 2 x USB type-A (version 3.1 Gen 1) • i7: 12.3″ x 9.14″ x 0.59″-0.90″ (312mm x • 16GB RAM 1866MHz LPDDR3 • 1 x USB type-C (version 3.1 Gen 1 with 232mm x 15mm-23mm) USB Power Delivery revision 3.0) • Surface Book 2 15″ • 3.5mm headphone jack • 13.5″ x 9.87″ x 0.568-0.90″ (343mm x Graphics • 2 x Surface Connect ports 251mm x 15mm- 23mm) • Surface Book 2 13.5″ PixelSense™ Display • Full-size SDXC card reader • Intel® HD Graphics 620 integrated GPU • Compatible with Surface Dial* on- and (on Intel® i5-7300U model) off-screen interaction Storage3 • NVIDIA® GeForce® GTX 1050 discrete • Solid state drive (SSD) options: 256GB, GPU w/2GB GDDR5 graphics memory 512GB or 1TB PCIe SSD (on Intel® i7-8650U models) Security • Surface Book 2 15″ PixelSense™ Display • HW TPM 2.0 chip for enterprise security • NVIDIA® GeForce® GTX 1060 discrete • Enterprise-grade protection with Display GPU w/6GB GDDR5 graphics memory Windows Hello face sign-in • Surface Book 2 13.5″ PixelSense™ Display • • Cameras, video and audio • Screen: 13.5″ PixelSense™ Display Processor • Windows Hello face authentication • Resolution: 3000 x 2000 (267 PPI) • Surface Book 2 13.5″ camera (front-facing) • Aspect ratio: -
Your Chakra Is Not Aligned Hunting Bugs in the Microsoft Edge Script Engine About Me
Your Chakra Is Not Aligned Hunting bugs in the Microsoft Edge Script Engine About Me ● Natalie Silvanovich AKA natashenka ● Project Zero member ● Previously did mobile security on Android and BlackBerry ● ECMAScript enthusiast What are Edge and Chakra ● Edge: Windows 10 browser ● Chakra: Edge’s open-source ECMAScript core ○ Regularly updated ○ Accepts external contributions What is ECMAScript ● ECMAScript == Javascript (mostly) ● Javascript engines implement the ECMAScript standard ● ES7 released in June Why newness matters ● Standards don’t specify implementation ● Design decisions are untested ○ Security and performance advantages (and disadvantages) ● Developers and hackers learn from new bugs ● Attacks mature over time ● High contention space Goals ● Find bugs in Chakra ● Understand and improve weak areas ● Find deep, unusual bugs* Approach ● Code review ○ Finds quality bugs ○ Bugs live longer* ○ Easier to fix an entire class of bugs RTFS ● Reading the standard is important ○ Mozilla docs (MDN) is a great start ● Many features are used infrequently but cause bugs ● Features are deeply intertwined Array.species “But what if I subclass an array and slice it, and I want the thing I get back to be a regular Array and not the subclass?” class MyArray extends Array { static get [Symbol.species]() { return Array;} } ● Easily implemented by inserting a call to script into *every single* Array native call Array Conversion ● Arrays can be complicated but most Arrays are simple ○ Most implementations have simple arrays with more complex fallbacks IntegerArray Add a float FloatArray Add a non-numeric value Configure a value (e.g read-only) ES5Array VarArray Array Conversion ● Integer, Float and ES5 arrays are subclasses of Var Array superclass ● vtable swapping (for real) Array Conversion IntSegment IntArray length vtable size length left head next .. -
Meet Surface Book 2 Surface Product Marketing Using Meet Surface Book 2
Meet Surface Book 2 Surface Product Marketing Using Meet Surface Book 2 • This deck is the single source of product truth for those who want to tell the Surface Book 2 story in a compelling and consistent way • It is partner ready and can be used both internally and externally beginning October 17, 2017 • The copy should not be used as consumer facing messaging for marketing or advertising execution • Please visit Brand Central for approved copy and marketing guidelines • Edition: Last updated February 2018 • Updated 4Rs • Updated family slide • Updated POR The role of Surface at Microsoft Create and evolve categories to Bring the best of Microsoft Compete with Apple inspire innovation in the together and drive post sales in the premium market Windows ecosystem monetization and service usage Classified as Microsoft Highly Confidential The Surface Portfolio | 4 Reasons The ultimate laptop High Most versatile Innovative design Best of Microsoft performance Devices that transform from laptop to tablet The performance to run the most Every detail matters — clean corners, Designed by Microsoft, Surface is — desktop to studio — and everything in demanding professional apps as well as stunning touchscreens, rich colors, and the engineered to deliver the best Office and between. Plus creative tools like Surface games and 4K entertainment — all on highest-quality materials. Complement your Windows experience, and supported by Pen and Surface Dial. So you’re free to stunning PixelSense™ displays designed to style and preferences with the ultimate world-class customer care, so you can discover new ways to create, learn, be viewed, touched, and written on. -
Time-Travel Debugging for Javascript/Node.Js
Time-Travel Debugging for JavaScript/Node.js Earl T. Barr Mark Marron Ed Maurer University College London, UK Microsoft Research, USA Microsoft, USA [email protected] [email protected] [email protected] Dan Moseley Gaurav Seth Microsoft, USA Microsoft, USA [email protected] [email protected] ABSTRACT Time-traveling in the execution history of a program during de- bugging enables a developer to precisely track and understand the sequence of statements and program values leading to an error. To provide this functionality to real world developers, we embarked on a two year journey to create a production quality time-traveling de- bugger in Microsoft’s open-source ChakraCore JavaScript engine and the popular Node.js application framework. CCS Concepts •Software and its engineering ! Software testing and debug- Figure 1: Visual Studio Code with extra time-travel functional- ging; ity (Step-Back button in top action bar) at a breakpoint. Keywords • Options for both using time-travel during local debugging Time-Travel Debugging, JavaScript, Node.js and for recording a trace in production for postmortem de- bugging or other analysis (Section 2.1). 1. INTRODUCTION • Reverse-Step Local and Dynamic operations (Section 2.2) Modern integrated development environments (IDEs) provide a that allow the developer to step-back in time to the previously range of tools for setting breakpoints, examining program state, and executed statement in the current function or to step-back in manually logging execution. These features enable developers to time to the previously executed statement in any frame in- quickly track down localized bugs, provided all of the relevant val- cluding exception throws or callee returns. -
Cryptographic Key Management Workshop Summary – June 8-9, 2009
NIST Interagency Report 7609 Cryptographic Key Management Workshop Summary – June 8-9, 2009 Elaine Barker Dennis Branstad Santosh Chokhani Miles Smid Cryptographic Key Management NIST Interagency Report 7609 Workshop Summary – June 8-9, 2009 Elaine Barker Dennis Branstad Santosh Chokhani Miles Smid C O M P U T E R S E C U R I T Y Computer Security Division Information Technology Laboratory National Institute of Standards and Technology Gaithersburg, MD 20899-8930 January 2010 U.S. Department of Commerce Gary Locke, Secretary National Institute of Standards and Technology Dr. Patrick D. Gallagher, Director CRYPTOGRAPHIC KEY MANAGEMENT WORKSHOP SUMMARY Reports on Computer Systems Technology The Information Technology Laboratory (ITL) at the National Institute of Standards and Technology (NIST) promotes the U.S. economy and public welfare by providing technical leadership for the nation’s measurement and standards infrastructure. ITL develops tests, test methods, reference data, proof of concept implementations, and technical analysis to advance the development and productive use of information technology. ITL’s responsibilities include the development of technical, physical, administrative, and management standards and guidelines for the cost-effective security and privacy of sensitive unclassified information in Federal computer systems. This Interagency Report discusses ITL’s research, guidance, and outreach efforts in computer security and its collaborative activities with industry, government, and academic organizations. National Institute of Standards and Technology Interagency Report 7609 59 pages (January 2010) Commercial Disclaimer Certain commercial entities, equipment, or materials may be identified in this document in order to describe an experimental procedure or concept adequately. Such identification is not intended to imply recommendation or endorsement by the National Institute of Standards and Technology, nor is it intended to imply that the entities, materials, or equipment are necessa rily the best available for the purpose. -
College Catalog
401 Medical Park Drive Concord, NC 28025 704-403-1555 • Fax: 704-403-2077 Email: [email protected] www.cabarruscollege.edu 2016–2017 CATALOG CONTENTS Greetings from the President .................................................................................................................. 3 Academic Calendars .................................................................................................................................. 4 Accreditation .............................................................................................................................................. 8 Right to Know ........................................................................................................................................... 9 Right to Revise ........................................................................................................................................... 9 History ......................................................................................................................................................... 9 Vision ........................................................................................................................................................ 10 Mission & Goals ...................................................................................................................................... 10 Core Values ............................................................................................................................................. -
Maria Abou Chakra
Maria Abou Chakra University of Toronto, Donnelly Centre, Canada B [email protected] Ï google scholar Positions Held Ï orcid:0000-0002-4895-954X Ï researcherid:K-4735-2013 Current, from July 2016 Ï http://web.evolbio.mpg.de/∼abouchakra Research Associate Ï http://individual.utoronto.ca/abouchakra University of Toronto, Canada Donnelly Centre for Cellular and Biomolecular Research Mathematical modelling of human tissue development as part of the Medicine by Design Project. Modelling intestinal Education development in an organoid. 2006-2010 Doctor of Philosophy Computational Biology Jan 2011-July 2016 Dep. of Biology. McMaster University Post-Doctoral Researcher Thesis: Modelling echinoid skeletal Max Planck Institute, Pl¨on,Germany growth and form Dep. of Evolutionary Theory 2004-2005 M.Sc., Transferred to Ph.D. Using Evolutionary Game theory to understand the emer- 1999-2003 Honors Bachelors of Science gence of complex interactions. General Biology Dep. of Biology. McMaster University 2013-2015 Anthony (5.2013) & Olivia (1.2016) Part-time and Maternity I have worked part-time or taken maternity leave during Computational Experience these years. 1994-present Programming: QBasic, Visual Basic, VBA(Microsoft Office Certified), C, 2002-2010 C++, bash, and awk Research Assistant 2004-present Mathematica McMaster University, Hamilton Certification for Mathematica Advance Dep. of Biology, Dr J. Stone (2004-2010) Level Foundation Studied the morphological disparity in echinoid skeletons. Dep. of Math. and Stats., Dr M. Lovric (2002-2005) Summarized survey results from educational research. Teaching Experience Dep. of Health Science, Dr J. Bain (2002-2004) 2011-2014 Max-Planck Institute Studied the effects of tension on the various cell layers Lecturer: designed and presented a surrounding a nerve fibre. -
Surface Book 2 Tech Specs
Surface Book 2 tech specs Take a look at this table for all the tech specs. Everything you need to know about unleashing the power of Surface Book 2 can be found right here. Display Storage Dimensions Connections 13.5” or 15” PixelSense™ 256GB, 512GB, or 1TB PCIe SSD. Surface Book 2 13.5": 2 x full-size USB 3.1 Gen 1, 1 x Display with up to 3240 x 2160 2 i5: 12.3” x 9.14” x 0.51”-0.90” USB-C, 3.5mm headphone jack, resolution, 3:2 aspect ratio, 10 (312 mm x 232 mm x 13 mm-23 2 x Surface Connect ports (1 in point multi-touch, and ink. mm) tablet, 1 in base), full-size SDXC i7: 12.3” x 9.14” x 0.59”-0.90” card reader. (312 mm x 232 mm x 15 mm-23 mm) Surface Book 2 15": 13.5” x 9.87” x 0.568-0.90” (343 mm x 251 mm x 15 mm-23 mm) Tech specs Dimensions Surface Book 2 13.5” Storage 2 Solid state drive (SSD) i5: 12.3” x 9.14” x 0.51”-0.90” (312 options: 256GB, 512GB, or mm x 232 mm x 13 mm-23 mm) 1TB PCIe SSD i7: 12.3” x 9.14” x 0.59”-0.90” (312 mm x 232 mm x 15 mm-23 mm) Surface Book 2 15” 13.5” x 9.87” x 0.568-0.90” (343 mm x 251 mm x 15 mm-23 mm) Display Battery life Up to 17 hours of video Surface Book 2 13.5” playback 1 PixelSense™ Display Screen: 13.5” PixelSense™ Display Resolution: 3000 x 2000 (267 PPI) Aspect ratio: 3:2 Contrast ratio: 1600:1 Touch: 10 point multi-touch G5 Surface Book 2 15” PixelSense™ Display Screen: 15” PixelSense™ Display Resolution: 3240 x 2160, (260 PPI) 10 point multi-touch G5 Aspect ratio: 3:2 Contrast ratio: 1600:1 Memory Surface Book 2 13.5” Graphics Surface Book 2 13.5” 8GB or 16GB RAM 1866Mhz PixelSense™ -
Brian Terlson Program Manager on Chakra & Typescript Editor of the Ecmascript Standard
Brian Terlson Program Manager on Chakra & TypeScript Editor of the ECMAScript Standard @bterlson bterlson #msedgesummit JavaScript that Scales with ChakraCore & TypeScript #msedgesummit ChakraCore: An open source, cross platform, blazing fast, standards-compliant JavaScript engine #msedgesummit Chakra & ChakraCore #msedgesummit Node-ChakraCore: Node.js using the ChakraCore engine github.com/nodejs/node-chakracore Easily switch between Node versions & flavors github.com/jasongin/nvs #msedgesummit ChakraCore Engine Architecture #msedgesummit ChakraCore Engine Architecture #msedgesummit Now even faster with minified code! ChakraCore Engine Architecture #msedgesummit ChakraCore Engine Architecture #msedgesummit ChakraCore Engine Architecture #msedgesummit ChakraCore’s Profiling Interpreter • Gathers information used later by the JIT • Low latency execution • Pretty fast, actually! • Just C++, compile on any platform • Useful when JITing is impossible • Hardware constraints (low memory, IoT) • Software constraints (iOS) ChakraCore Engine Architecture #msedgesummit ChakraCore Engine Architecture #msedgesummit ChakraCore Engine Architecture #msedgesummit ChakraCore Engine Architecture #msedgesummit ChakraCore’s Just In Time (JIT) Compiler • Multiple tiers ensure low latency & high throughput • Fully cross-platform, supported on Mac OS X and Linux • Runs out-of-process • Constantly getting smarter and faster! ChakraCore Engine Architecture #msedgesummit ChakraCore Engine Architecture #msedgesummit Lower memory usage with function body redeferral -
Microsoft Edge Memgc Internals
Microsoft Edge MemGC Internals Henry Li,TrendMicro 2015/08/29 Agenda • Background • MemGC Internals • Prevent the UAF'S exploit • Weaknesses of MemGC Notes • Research is based on Windows 10 10041( edgehtml.dll, chakra.dll) • The latest windows versions( windows 10 10240) data structure there are some small changes Who am i? • A security research in TrendMicro CDC zero day discovery team. • Four years of experience in vulnerability & exploit research. • Research interests are browser 0day vulnerability analysis, discovery and exploit. • Twitter/Weibo:zenhumany Background • June 2014 IE introduce ISOLATE HEAP • July 2014 IE introduce DELAY FREE Background • Isolated Heap can bypass • Delay Free – Pointer to the free block remains on the stack for the entire period of time from the free until the reuse, can prevent UAF EXPLOIT – Other situation, can bypass What’s MemGC • Chakra GC use Concurrent Mark-Sweep (CMS) Managing Memory • Edge use the same data structures to mange DOM and DOM’S supporting objects, called MemGC MemGC Internals • Data Structures • Algorithms MemGC Data Structures MemProtectHeap 0x000 m_tlsIndex :int 0x108 m_recycler :Recycler Recycler 0x026c m_HeapBlock32Map HeapBlock32Map 0x42bc m_HeapInfo :HeapInfo HeapInfo 0x4400 m_HeapBucketGroup[ 0x40] :HeapBucketGroup array 0x5544 m_LargeHeapBucket[ 0x20 ] :LargeHeapBucket array 0x5b44 m_lastLargeHeapBucket :LargeHeapBucket HeapBucketGroup HeapBucketGroup 0x154 0x000 m_HeapBucketT<SmallNormalHeapBlock> 0x044 m_HeapBucketT<SmallLeafHeapBlock> 0x080 m_HeapBucketT<SmallFinalizableHeapBlock> -
Surface Book 3 Brochure
New Surface Book 3 for Business Powerhouse performance Adapts to you Surface Book 3 enables you to tackle complex technical and creative work in three modes. Robust laptop Tackle design and visualization tasks, or level up your machine learning models and create stunning visuals. Surface Book 3 renders video and motion graphics smoothly with the best graphics performance on any Surface laptop. Powerful tablet Show your work and share your view on a versatile, vibrant PixelSenseTM Display that supports touch, sketching and writing. When detached, Surface Book 3 15’’ is a large, powerful tablet running with Portable Studio Sketch and write on a portable digital canvas with blazing-fast graphics. Just detach, flip, and lower the screen. Then collaborate naturally with Surface Pen* and full Surface Dial* integration. Get the best of Microsoft Seamless integration with your favorite Microsoft 365 apps* and latest Windows 10 features. *Sold separately. Built for performance The best graphics All-day productivity and All the connections you performance on any Surface long battery life, among need, with USB-C® and laptop. Surface Book 3 the best of any current USB-A ports, full-size SD renders video and motion generation Surface device. card and optional Surface graphics smoothly and faster Work efficiently with Dock 2* for a single than ever, powered by up to features like Instant On connector to charge your 32 GB of RAM and up to 1TB and improved standby to devices, transfer your files, of SSD1 for lightning-fast, extend battery life when and display your videos pro-level storage. you’re away.