Overview
Microsoft SQL Server and Microsoft Data Engine ship with a null default password on the administrative account sa. If the system administrator does not set the password, the system may be vulnerable to attack.
Description
Microsoft SQL Server (MS SQL) and Microsoft Data Engine (MSDE) ship without a default password on the administrative account sa, permitting unauthorized access via port 1433 TCP/UDP. As long as the server has a null password, gaining access to the sa account is trivial. While it may not be enabled under a default configuration, MSDE ships as a component of several applications such as Microsoft Office 2000 and Tumbleweed's Secure Mail (MMS). Tumbleweed's Secure Mail (MMS) Releases 4.3, 4.5, and 4.6 all ship with MSDE enabled and are vulnerable under the default configuration. A patch has been released to address this vulnerability on these versions of MMS and incorporated into the release of 4.7. If the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer is defined, then you have MS SQL Server or MSDE installed. You should check to see if the sa account exists and ensure that a password is set. Instructions to change the password are located at |
Impact
Through the use of various procedures such as xp_cmdshell(), an attacker can execute arbitrary commands on the system with whatever user privileges the Microsoft SQL services are running under. This is typically a user with "NT Authority\System". |
Solution
Set a password for your SQL Server on the sa adminitration account. |
Vendor Information
CVSS Metrics
Group | Score | Vector |
---|---|---|
Base | ||
Temporal | ||
Environmental |
References
- http://support.microsoft.com/default.aspx?scid=kb;en-us;Q322336
- http://msdn.microsoft.com/library/default.asp?url=/library/en-us/modadmin/html/deconchangingsqlserveradministratorlogin.asp
- http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_1_server_5un8.asp
- http://www.microsoft.com/Office/techinfo/productdoc/2002/en/access/AboutEnablingMixedModeSecurityInAnAc.htm
- http://thompson.tumbleweed.com/NewKB/bulletin/UPFiles/sa-official.htm
- http://www.tumbleweed.com/en/products/docs/mms/MMSRN.html
- http://www.sqlmag.com/Articles/Index.cfm?ArticleID=7840
- http://www.iss.net/security_center/static/1459.php
- http://www.securityfocus.com/bid/4797
Acknowledgements
This document was written by Jason Rafail.
Other Information
CVE IDs: | CVE-2000-1209 |
Severity Metric: | 33.75 |
Date Public: | 2000-08-10 |
Date First Published: | 2001-11-27 |
Date Last Updated: | 2002-06-20 18:19 UTC |
Document Revision: | 31 |