• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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