435
VMScore

CVE-2017-2365

Published: 20/02/2017 Updated: 08/03/2019
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. tvOS prior to 10.1.1 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

apple tvos

webkitgtk webkitgtk\\+

Vendor Advisories

Several security issues were fixed in WebKitGTK+ ...
A validation issue has been found in variable handling 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=1057 Here's a snippet of Frame::setDocument void Frame::setDocument(RefPtr<Document>&& newDocument) { ASSERT(!newDocument || newDocument->frame() == this); if (m_doc && m_doc->pageCacheState() != Document::InPageCache) m_doc-&gt ...