Error in Security Configuration Manager
From: Sergey V. Gordeychik (gordey_at_INFOSEC.RU)
Date: 01/26/04
- Previous message: J. Merrill: "Re: Windows Update Error 0x800C0008 after updating the WU client"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 26 Jan 2004 10:19:24 +0300 To: NTBUGTRAQ@LISTSERV.NTBUGTRAQ.COM
It's not security bug by it self, but can cause errors in system
configuration.
Quote from Q214752
" The Security Configuration Manager (SCM) set of tools allows security
administrators to define security templates that can be applied to
individual machines or any number of machines via group policy. Security
templates can contain password policies, lockout policies, kerberos
policies, audit policies, event log settings, registry values, service
startup modes, service permissions, user rights, group membership
restrictions, registry permissions and file system permissions. "
The scope of parameters can be extended by modify
%systemroot%\sceregvl.inf file (
http://support.microsoft.com/default.aspx?scid=kb;en-us;214752).
But sceregvl.inf parser make no difference between "\" and "/" symbols.
If registry value name include "/" symbol it'll interpreted as a key
name and value name, segregated by "/".
So, when you add to sceregvl.inf file parameter like
MACHINE\System\CurrentControlSet\Services\MSExchangeSA\Parameters\TCP/IP
Port,4,%String%,1
SCM will create key
MACHINE\System\CurrentControlSet\Services\MSExchangeSA\Parameters\TCP
and value
IP port
instead of key
MACHINE\System\CurrentControlSet\Services\MSExchangeSA\Parameters
and value
TCP/IP Port
Solution:
Use administrative templates (.adm files) instead.
And as usual - sorry for my English.
-----
NTBugtraq Editor's Note:
I'm looking for an event at which I can speak in Australia, specifically near Brisbase, as close to Christmas as possible. Anyone interested in flying me down under at that time, please contact me at Russ.Cooper@rc.on.ca
-----
- Previous message: J. Merrill: "Re: Windows Update Error 0x800C0008 after updating the WU client"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|