Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 select permission to public

Author  Topic 

laddu
Constraint Violating Yak Guru

332 Posts

Posted - 2011-05-05 : 02:09:53
we got two vulnerabilities as part of our security scan.

[Object:dm_exec_sessions] [Granted To:public] [Database:master]
[Permission:SELECT]

[Object:sysprotects] [Granted To:public] [Database:master]
[Permission:SELECT]


Just want to know if I revoke the select perimission from public, is there any issue regular SQL server activity? thank you

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2011-05-05 : 08:04:37
You might break applications.

If you're going to revoke permissions, first you need to determine what permissions are required to keep your apps running.
Go to Top of Page
   

- Advertisement -