Jerry
Wed Aug 20 13:32:19 CDT 2003
Our analysis is that Win9.x systems are not affected by this vulnerability
even if DCOM is installed (which it is not be default).
--
Regards,
Jerry Bryant - MCSE, MCDBA
Microsoft IT Communities
Get Secure! www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jonathan E. Hardis" <jhardis@tcs.wap.org> wrote in message
news:4e1ce551.0308180920.e0174c6@posting.google.com...
> jhardis@tcs.wap.org (Jonathan E. Hardis) wrote in message
news:<4e1ce551.0308161120.60d7d4f3@posting.google.com>...
> > I'm fairly confident that I've solved it, though I can't test the
> > answer until Monday.
> >
> > Look in the Registry under
> >
> > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OLE
> >
> > Change "EnableRemoteConnect" to "N" (if it is "Y")
>
> This is a preliminary note to advise that the work-around I previously
> reported for Win 9x systems may not be sufficient to remove the
> vulnerability.
>
> I have discovered a case where changing the Registry variable
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OLE "EnableRemoteConnect"="N"
> is not sufficient to stop RPCSS.EXE from launching at boot time. This
> machine continues to report "Vulnerable" on the scan.
>
> While I do not have time to pursue the matter in detail right now, a
> preliminary search of suggestive elements in the Registry (and in
> comparison to the Registries of computers that are rendered
> invulnerable by the change referenced above), leads me to believe that
> the installation of WBEM -- Web Based Enterprise Management --
> provides an alternative mechanism for launching RPCSS.EXE at boot
> time.
>
> From:
http://ma.ph-freiburg.de/tng/tng-technical/2001-08/msg00062.html
> (Found using Google)
>
> Service: Windows Management Instrumentation
> -------
> -> Path: C:\WINNT\System32\WBEM\WinMgmt.exe
> Load Order:
> -> Dependencies: RPCSS/
> Service Start: LocalSystem
> Service Type: 0x10
> Start Type: Auto
> Error Control: 0
> Tag Id: 0
>
> See also:
http://www.jsware.net/jsware/viinfo.html#wmi
>
>
> This speaks again for the need for Microsoft to provide a patch for
> DCOM98 (and perhaps DCOM95) analogous to the fix provided for Win NT
> (and derivatives).
>
> - Jonathan