Security News > 2021 > June > Chrome zero-day, hot on the heels of Microsoft’s IE zero-day. Patch now!

Chrome zero-day, hot on the heels of Microsoft’s IE zero-day. Patch now!
2021-06-10 18:01

Microsoft's Patch Tuesday announcement was bad enough, with six in-the-wild vulnerabilities patched, including one buried in the vestiges of Internet Explorer's MSHTML web rendering code.

It's been followed by Google's latest Chrome security advisory, which includes a zero-day patch to Chrome's JavaScript engine amongst its 14 officially listed security fixes.

A fuzzer might start with a known-good input file that you would expect to be processed correctly, without triggering any bugs, and progressively make a series of unusual or otherwise unlikely changes in the file, thus testing a program's error-checking code much more broadly and deeply than hand-crafted files could manage.

This bug is listed as a "Type confusion in V8", where V8 is the part of Chrome that runs JavaScript code, and type confusion means that you can feed V8 one sort of data item but trick JavaScript into handling it as if it were something else, possibly bypassing security checks or running unauthorised code as a result.

As you probably know, JavaScript security holes that can be triggered by JavaScript code embedded in a web page often result in RCE exploits, or remote code execution.

Google isn't saying whether the CVE-2021-30551 bug can be used for full-on remote code execution - which, in the context of a browser, usually means that you are vulnerable to a drive-by download. A drive-by means that merely viewing a website, without clicking on any popups or seeing any "Are you sure?" warnings, could allow crooks to run rogue code invisibly and implant malware on your computer.


News URL

https://nakedsecurity.sophos.com/2021/06/10/chrome-zero-day-hot-on-the-heels-of-microsofts-ie-zero-day-patch-now/

Related Vulnerability

DATE CVE VULNERABILITY TITLE RISK
2021-06-15 CVE-2021-30551 Type Confusion vulnerability in multiple products
Type confusion in V8 in Google Chrome prior to 91.0.4472.101 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.
network
low complexity
google fedoraproject CWE-843
8.8