6.5
CVSSv3

CVE-2017-2364

Published: 20/02/2017 Updated: 16/08/2017
CVSS v2 Base Score: 4.3 | Impact Score: 2.9 | Exploitability Score: 8.6
CVSS v3 Base Score: 6.5 | Impact Score: 3.6 | Exploitability Score: 2.8
VMScore: 435
Vector: AV:N/AC:M/Au:N/C:P/I:N/A:N

Vulnerability Summary

An issue exists in certain Apple products. iOS prior to 10.2.1 is affected. Safari prior to 10.0.3 is affected. The issue involves the "WebKit" component. It allows remote malicious users to bypass the Same Origin Policy and obtain sensitive information via a crafted web site.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

apple iphone os

apple safari

Vendor Advisories

Several security issues were fixed in WebKitGTK+ ...
Several security issues were fixed in WebKitGTK+ ...
Multiple validation issues have been found in the handling of page loading in WebKitGTK+ before 2144, leading to cross-origin data exfiltration while processing maliciously crafted web content ...

Exploits

<!-- Source: bugschromiumorg/p/project-zero/issues/detail?id=1056 void Frame::setDocument(RefPtr<Document>&& newDocument) { ASSERT(!newDocument || newDocument->frame() == this); if (m_doc && m_doc->pageCacheState() != Document::InPageCache) m_doc->prepareForDestruction(); m_doc = ne ...
Apple WebKit suffered from a cross site scripting vulnerability in Frame::setDocument (1) ...