6.5
CVSSv3

CVE-2017-2479

Published: 02/04/2017 Updated: 19/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.3 is affected. Safari prior to 10.1 is affected. iCloud prior to 6.2 on Windows is affected. iTunes prior to 12.6 on Windows is affected. tvOS prior to 10.2 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.

Vulnerable Product Search on Vulmon Subscribe to Product

apple safari

apple tvos

apple iphone os

apple itunes

apple icloud

Exploits

<!-- Source: bugschromiumorg/p/project-zero/issues/detail?id=1119 This is somewhat similar to crbugcom/663476 Here's a snippet of Container::replaceAllChildren while (RefPtr<Node> child = m_firstChild) { removeBetween(nullptr, child->nextSibling(), *child); notifyChildNodeRemoved(*this, *child); } If the ...