Rapid7 Vulnerability & Exploit Database

Google Chrome versions before 87.0.4280.88 integer overflow during SimplfiedLowering phase

Back to Search

Google Chrome versions before 87.0.4280.88 integer overflow during SimplfiedLowering phase

Disclosed
11/19/2020
Created
04/09/2021

Description

This module exploits an issue in Google Chrome versions before 87.0.4280.88 (64 bit). The exploit makes use of an integer overflow in the SimplifiedLowering phase in turbofan. It is used along with a type hardening bypass using ArrayPrototypeShift to create a JSArray with a length of -1. This is abused to gain arbitrary read/write into the isolate region. Then an ArrayBuffer can be used to achieve absolute arbitrary read/write. The exploit then uses WebAssembly in order to allocate a region of RWX memory, which is then replaced with the payload shellcode. The payload is executed within the sandboxed renderer process, the browser must be run with the --no-sandbox option for the payload to work correctly.

Author(s)

  • Rajvardhan Agarwal (r4j)

Architectures

x64

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use exploit/multi/browser/chrome_simplifiedlowering_overflow
msf exploit(chrome_simplifiedlowering_overflow) > show targets
    ...targets...
msf exploit(chrome_simplifiedlowering_overflow) > set TARGET < target-id >
msf exploit(chrome_simplifiedlowering_overflow) > show options
    ...show and set options...
msf exploit(chrome_simplifiedlowering_overflow) > exploit

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;