iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Database Discussion Forum This is the place to find help resolving those nagging questions you have about implementing and using all kinds of databases. Need help writing a query? Need an opinion on Oracle? Post here!

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-06-2007, 07:55 AM
kgun's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,678
kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9
Thumbs up Is MS SQL server the most secure SQL server?

Read more..
Reply With Quote
  #2 (permalink)  
Old 08-07-2007, 07:51 AM
WebProWorld New Member
 
Join Date: Aug 2007
Posts: 18
ramsaytom2 RepRank 0
Default Re: Is MS SQL server the most secure SQL server?

Hi

SQL Server is more secure then Mysql. SQL server has the security of SD3 (Secure By design, Secure by development and secure by deployment).
Reply With Quote
  #3 (permalink)  
Old 08-07-2007, 11:04 AM
wige's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,648
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Is MS SQL server the most secure SQL server?

No.

A search of the CERT database shows more reported vulnerabilities in MS SQL than MySQL. On the plus side, Oracle seems to be much worse. MySQL being open source also gives it the advantage of community review so that developers and hackers can explore the code and find and patch vulnerabilities before the product ships, reducing the number of vulnerabilities in the final product. But any product, especially one designed to be used on the Internet, will have exploits. The important thing is finding the patches and applying them promptly, as well as ensuring that the application is well protected - direct access to the database is restricted, and all scripts that access the database are secured. I have seen extremely well secured databases that have been wiped out by a user adding a few extra characters to a login screen.
__________________
The best way to learn anything, is to question everything.
Reply With Quote
  #4 (permalink)  
Old 08-07-2007, 11:41 AM
kgun's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,678
kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9
Default Re: Is MS SQL server the most secure SQL server?

Quote:
Originally Posted by wige View Post
No.
I have seen extremely well secured databases that have been wiped out by a user adding a few extra characters to a login screen.
  1. Extremely well secured?
  2. KW's SQL injection attacks, shared hoster etc.
  3. I am not a specialist, but would apriori think that the Oeacle platform was most secure.
  4. My background: Little Sybase and MySQL, sql database, + database background from ...
Reply With Quote
  #5 (permalink)  
Old 08-07-2007, 11:59 AM
wige's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,648
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Is MS SQL server the most secure SQL server?

By well secured I mean the database had all the latest patches, remote connections were blocked via the firewall, the access passwords were changed regularly - all of which didn't matter because of a flaw in a web site script.
__________________
The best way to learn anything, is to question everything.
Reply With Quote
  #6 (permalink)  
Old 08-07-2007, 12:12 PM
kgun's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,678
kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9
Default Re: Is MS SQL server the most secure SQL server?

Related SP thread:

? about p74 of Sitepoint db book
Reply With Quote
  #7 (permalink)  
Old 12-08-2008, 01:24 AM
WebProWorld New Member
 
Join Date: Dec 2008
Posts: 2
sared RepRank 0
Default Re: Is MS SQL server the most secure SQL server?

there are several Windows vulnerabilities that indirectly cause SQL Server security issues.
Reply With Quote
  #8 (permalink)  
Old 12-08-2008, 01:00 PM
kgun's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,678
kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9
Default Re: Is MS SQL server the most secure SQL server?

  1. I have only used MySQL and Sybase SQL myself.
  2. I have never used MS SQL server, but as far as I know it is one of the better products from MS.
  3. May be a too tight integration with MS OS. Is it available on Linux platforms?
Reply With Quote
  #9 (permalink)  
Old 12-18-2008, 09:41 PM
netman4ttm's Avatar
WebProWorld Veteran
 
Join Date: Aug 2003
Location: Virginia
Posts: 331
netman4ttm RepRank 1
Default Re: Is MS SQL server the most secure SQL server?

MySQL has one major flaw. The password for the root user is by default the same as root or Administrator on the server it was installed on. It must be changed after the install and unfortunately that does not happen often enough.

Personal opinion; I think the security provided by the OS is much more important than the DB server. If you can't get into the OS the server is a lot safer.

I would like to see these servers switch to the ssh model of user keys rather than passwords for connections.
__________________
"The future is here. It's just not evenly distributed.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Making my web server secure JimmiJames Internet Security Discussion Forum 2 06-24-2006 06:16 AM
Power up your Server; world's first vegetable powered server TrafficProducer The Castle Breakroom (General: Any Topic) 3 12-21-2005 03:58 PM
Is The Windows Server Environment More Secure Than Linux? Chris Internet Security Discussion Forum 10 04-04-2005 05:58 PM
URGENT: need secure host/server....please read: tj Internet Security Discussion Forum 6 12-30-2004 09:59 PM
Post images in a secure server Importville Internet Security Discussion Forum 1 07-24-2004 01:48 PM


All times are GMT -4. The time now is 06:44 PM.



Search Engine Optimization by vBSEO 3.3.0