|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 9:47 PM
Points: 72,
Visits: 287
|
|
Hi,
By default installation, SQLServer2005MSSQLuser$<INSTANCENAME>$MSSQLSERVER is having the below access to SQL Server Data folder.
Full Control Modify Read and Execute List Folder Contents Read Write
Auditor highlight that this is a security concern and want us to revoke full control, modify, read and execute and write permission for SQLServer2005MSSQLuser$<INSTANCENAME>$MSSQLSERVER from the data folder.
Any idea what is the security risk from security standpoint?
Anyone here revoke it before? Any impact on doing it? thanks
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: 2 days ago @ 2:05 AM
Points: 856,
Visits: 2,115
|
|
this $ users are available in one of my server as well but i havent removed it yet.
as per me no body can access using that logins so how security issue?
experts clarify if i am wrong.
Regards Durai Nagarajan
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 9:47 PM
Points: 72,
Visits: 287
|
|
Hi,
Any experts can advise?
thanks!
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 8:41 AM
Points: 2,562,
Visits: 3,451
|
|
durai nagarajan (10/12/2012) as per me no body can access using that logins so how security issue? i second here , the above mentioend accesses are given by sql installation , and why any unauthorozed person will go there ,he.she should not have access to that drive too.
-------Bhuvnesh---------- While 1 = 1 (Learning SQL....) Click to get fast response of your post
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 9:47 PM
Points: 72,
Visits: 287
|
|
Bhuvnesh (10/15/2012)
durai nagarajan (10/12/2012) as per me no body can access using that logins so how security issue? i second here , the above mentioend accesses are given by sql installation , and why any unauthorozed person will go there ,he.she should not have access to that drive too.
Hi All,
I think from security point of view, the auditor doesn't want powerful privileges granted if it's not needed for SQL Server to function.
So actually wish to know what is this group and is it needed for sql server to function.
thanks
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 8:41 AM
Points: 2,562,
Visits: 3,451
|
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 8:44 AM
Points: 5,204,
Visits: 11,165
|
|
chewychewy (10/12/2012) Hi,
By default installation, SQLServer2005MSSQLuser$<INSTANCENAME>$MSSQLSERVER is having the below access to SQL Server Data folder.
Full Control Modify Read and Execute List Folder Contents Read Write
Auditor highlight that this is a security concern and want us to revoke full control, modify, read and execute and write permission for SQLServer2005MSSQLuser$<INSTANCENAME>$MSSQLSERVER from the data folder.
Any idea what is the security risk from security standpoint?
Anyone here revoke it before? Any impact on doing it? thanks This is a default local group created by the SQL Server installer, if you look in local user and group management you'll see a whole bunch of local groups created. Do not revoke permissions for this group!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 9:47 PM
Points: 72,
Visits: 287
|
|
|
|
|