• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

MsSQL WebAdmin Permissions - serious

ryanz

Basic Pleskian
Hi,

When we log into the MsSQL database using the WebAdmin (either ASP.NET or myLittleAdmin) we can see and access all databases on the SQL server. These include the System DB's and the User DB's.

The concern is that anyone can fiddle with the System DB's.

How do we correct this?

Plesk 9.0
Windows 2008 Server
MsSQL Server 2005
 
Hi Ryan,

Here's a similar issue I have experienced few days ago. I restored a customer database backup on a shared MSSQL 2005 server which came with an active 'guest' user with dbo privileges. Outcome was, anyone on that shared server could view and access that database alongwith their's, via WebAdmin! Might pay to check if db 'guest' users are active.
 
Yes, there is a guest user with connect permissions but I can't change this.
The error message is:

Revoke failed for Database 'master'. (Microsoft.SqlServer.Smo)

ADDITIONAL INFORMATION:

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)


So I removed that user but it was recreated when sql server restarted.
These are links I found:
http://www.mssqltips.com/tip.asp?tip=1172
http://msdn.microsoft.com/en-us/library/ms190928.aspx
 
Back
Top