Lucene search
+L

437 matches found

seebug.org
seebug.org
added 2017/03/21 12:0 a.m.37 views

Microsoft IE: textarea.defaultValue memory disclosure (CVE-2017-0059)

There is an use-after-free bug in IE which can lead to info leak / memory disclosure. The bug was confirmed on Internet Explorer version 11.0.9600.18537 update version 11.0.38 PoC: function run var textarea = document.getElementById"textarea"; var frame = document.createElement"iframe";...

4.3CVSS5.8AI score0.61968EPSS
SaveExploits9
zdt
zdt
added 2017/03/20 12:0 a.m.73 views

Microsoft Internet Explorer - textarea.defaultValue Memory Disclosure (MS17-006) Exploit

Exploit for windows platform in category dos / poc function run var textarea = document.getElementById"textarea"; var frame = document.createElement"iframe"; textarea.appendChildframe; frame.contentDocument.onreadystatechange = eventhandler; form.reset; function eventhandler...

4.3CVSS6.1AI score0.61968EPSS
SaveExploits9
zdt
zdt
added 2017/02/24 12:0 a.m.80 views

Microsoft Edge / Internet Explorer HandleColumnBreakOnColumnSpanningElement Type Confusion Exploit

Microsoft Edge and Internet Explorer suffer from a type confusion in HandleColumnBreakOnColumnSpanningElement. Microsoft Edge and IE: Type confusion in HandleColumnBreakOnColumnSpanningElement CVE-2017-0037 PoC: .class1 float: left; column-count: 5; .class2 column-span: all; columns: 1px; table...

7.6CVSS6.1AI score0.80386EPSS
SaveExploits12
exploitpack
exploitpack
added 2016/12/22 12:0 a.m.39 views

Microsoft Internet Explorer 11 - MSHTML CPaste­Command::Convert­Bitmapto­Png Heap Buffer Overflow (MS14-056)

Microsoft Internet Explorer 11 - MSHTML CPaste­Command::Convert­Bitmapto­Png Heap Buffer Overflow MS14-056 Security Settings - Choose a zone - Scripting should prevent websites from programmatically copy/pasting an image. Disabling execution of scripts on web-pages altogether will have the same...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2016/12/22 12:0 a.m.114 views

Microsoft Internet Explorer 11 - MSHTML CPaste­Command::Convert­Bitmapto­Png Heap Buffer Overflow (MS14-056)

Security Settings - Choose a zone - Scripting should prevent websites from programmatically copy/pasting an image. Disabling execution of scripts on web-pages altogether will have the same effect. Please note that neither option prevents a website from social engineering the user into typing a...

9.3CVSS5.2AI score0.32242EPSS
SaveExploits1
zdt
zdt
added 2016/12/21 12:0 a.m.67 views

Microsoft Internet Explorer 11 MSHTML - CSplice­Tree­Engine::Remove­Splice Use-After-Free (MS14-035)

Exploit for windows platform in category dos / poc document.add­Event­Listener"DOMNode­Removed", function document.open; // free // attempt to modify freed memory here // because it will be reused after th...

9.3CVSS6.3AI score0.30292EPSS
SaveExploits3
Exploit DB
Exploit DB
added 2016/12/20 12:0 a.m.44 views

Microsoft Internet Explorer 11 - MSHTML CSplice­Tree­Engine::Remove­Splice Use-After-Free (MS14-035)

document.add­Event­Listener"DOMNode­Removed", function document.open; // free // attempt to modify freed memory here // because it will be reused after this function returns. , true; window.onload = function docume...

9.3CVSS5.2AI score0.30292EPSS
SaveExploits3
zdt
zdt
added 2016/12/16 12:0 a.m.24 views

Microsoft Internet Explorer 9 MSHTML - CMarkup::Reload­In­Compat­View Use-After-Free Exploit

Exploit for windows platform in category dos / poc document.design­Mode = "on"; !-- Details By switching the a document's design­Mode property to on in a deferred script, MSIE 9 can be made to reload a web page using CMarkup::Reload­In­Compat­View. This method calls CDoc::Compat­View­Refresh, whi...

7AI score
SaveExploits0
exploitpack
exploitpack
added 2016/12/15 12:0 a.m.19 views

Microsoft Internet Explorer 9 - MSHTML CMarkup::Reload­In­Compat­View Use-After-Free

Microsoft Internet Explorer 9 - MSHTML CMarkup::Reload­In­Compat­View Use-After-Free document.design­Mode = "on"; !-- Details By switching the a document's design­Mode property to on in a deferred script, MSIE 9 can be made to reload a web page using CMarkup::Reload­In­Compat­View. This method...

0.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2016/12/15 12:0 a.m.28 views

Microsoft Internet Explorer 9 - MSHTML CMarkup::Reload­In­Compat­View Use-After-Free

document.design­Mode = "on"; !-- Details By switching the a document's design­Mode property to on in a deferred script, MSIE 9 can be made to reload a web page using CMarkup::Reload­In­Compat­View. This method calls CDoc::Compat­View­Refresh, which indirectly calls...

5.3AI score
SaveExploits0
zdt
zdt
added 2016/12/10 12:0 a.m.52 views

Microsoft Internet Explorer 9 MSHTML - CDisp­Node::Insert­Sibling­Node Use-After-Free (MS13-037) (1)

Exploit for windows platform in category dos / poc window.onload=functionlocation.reload;; text .float float:left; .zoom zoom:3000%; .border::first-let...

9.3CVSS8.7AI score0.39109EPSS
SaveExploits3
zdt
zdt
added 2016/12/10 12:0 a.m.24 views

Microsoft Internet Explorer 9 MSHTML - CElement::Has­Flag Memory Corruption Exploit

Exploit for windows platform in category dos / poc // First tag can be any inline but must NOT be closed yet // Second tag can be anything that's not inline. // "text1" can be anything document.write'text1'; // The tree is in good shape. show"DOM Tree after first write",...

0.2AI score
SaveExploits0
exploitpack
exploitpack
added 2016/12/09 12:0 a.m.15 views

Microsoft Internet Explorer 9 - MSHTML CDisp­Node::Insert­Sibling­Node Use-After-Free (MS13-037) (1)

Microsoft Internet Explorer 9 - MSHTML CDisp­Node::Insert­Sibling­Node Use-After-Free MS13-037 1 window.onload=functionlocation.reload;; text .float float:left; .zoom zoom:3000%; .border::first-letter...

7.4AI score
SaveExploits0
exploitpack
exploitpack
added 2016/12/09 12:0 a.m.12 views

Microsoft Internet Explorer 9 - MSHTML CDisp­Node::Insert­Sibling­Node Use-After-Free (MS13-037) (2)

Microsoft Internet Explorer 9 - MSHTML CDisp­Node::Insert­Sibling­Node Use-After-Free MS13-037 2 !-- Source: http://blog.skylined.nl/20161208001.html Synopsis A specially crafted web-page can trigger a memory corruption vulnerability in Microsoft Internet Explorer 9. I did not investigate this...

7.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 2016/12/09 12:0 a.m.39 views

Microsoft Internet Explorer MSHTML CDispNode::InsertSiblingNode Use-After-Free

Since November I have been releasing details on all vulnerabilities I found that I have not released before. This is the twenty-seventh entry in the series. This information is available in more detail on my blog at http://blog.skylined.nl/20161207001.html. There you can find a repro that trigger...

9.3CVSS8.7AI score0.39109EPSS
SaveExploits3
Exploit DB
Exploit DB
added 2016/12/09 12:0 a.m.39 views

Microsoft Internet Explorer 9 - MSHTML CDisp­Node::Insert­Sibling­Node Use-After-Free (MS13-037) (1)

window.onload=functionlocation.reload;; text .float float:left; .zoom zoom:3000%; .border::first-letter border-top:1px; !-- Time-line 1 November 2012: This vulnerability wa...

9.3CVSS5.2AI score0.39109EPSS
SaveExploits3
Packet Storm
Packet Storm
added 2016/12/08 12:0 a.m.87 views

Microsoft Internet Explorer 9 MSHTML CDispNode::InsertSiblingNode Use-After-Free

Since November I have been releasing details on all vulnerabilities I found that I have not released before. This is the twenty-eighth entry in the series. This information is available in more detail on my blog at http://blog.skylined.nl/20161208001.html. There you can find a repro that triggere...

9.3CVSS8.8AI score0.33407EPSS
SaveExploits2
zdt
zdt
added 2016/11/29 12:0 a.m.85 views

Microsoft Internet Explorer 8 / 9 / 10 / 11 MSHTML - DOMImplementation Type Confusion Exploit

Exploit for windows platform in category dos / poc Source: http://blog.skylined.nl/20161128001.html Synopsis A specially crafted web-page can cause a type confusion vulnerability in Microsoft Internet Explorer 8 through to 11. An attacker can cause code to be executed with a stack layout it does...

9.3CVSS8.6AI score0.41516EPSS
SaveExploits5
zdt
zdt
added 2016/11/29 12:0 a.m.73 views

Microsoft Internet Explorer 8 MSHTML - SRun­Pointer::Span­Qualifier/Run­Type Out-Of-Bounds Read (MS1

Exploit for windows platform in category dos / poc position­fixed position: fixed; position­relative position: relative; float­left float: left; complex float: left; width: 100%; complex:first-line clear: left; window.onload = function boom o­Element­float­left =...

9.3CVSS6.5AI score0.33463EPSS
SaveExploits3
zdt
zdt
added 2016/11/29 12:0 a.m.35 views

Microsoft Internet Explorer 10 MSHTML - CEdit­Adorner::Detach Use-After-Free (MS13-047) Exploit

Exploit for windows platform in category dos / poc var o­Window = window.open"window.xhtml"; set­Intervalfunction try o­Window.eval"" + function document.design­Mode = "on"; document.exec­Command"Select­All"; var o­Selection = window.get­Selection; o­Selection.collapsedocument,1;...

9.3CVSS6.5AI score0.31639EPSS
SaveExploits3
Rows per page
Query Builder