Google Chrome web帧重新定向拒绝服务漏洞
CVE ID: CVE-2009-3934 Google Chrome是Google发布的开源WEB浏览器。 Chrome的src/webkit/glue/webframeloaderclientimpl.cc文件中的WebFrameLoaderClient::dispatchDidChangeLocationWithinPage函数没有正确地处理Web帧重新定向,恶意网页可以在WebDataSourceImpl::endOfRedirectChain中触发以下ASSERT: ASSERT!mredirectChain.isEmpty; 导致浏览器崩溃。 Google Chrome...