vote up -2 vote down star

I am searching for a host for a new commercial website. Among other things, I'd like to know what the various OS - Webserver combinations have in terms of vulnerabilities. What are the vulnerabilities of Redhat + Apache?

flag

75% accept rate
Or an anti-phishing how-to. It's hard to tell, isn't it? :) I didn't know we were restricted to code questions only. If I have to do or not do anything special in my code to deal with a particular platform, I might think that's a "programming question". – Dustman Sep 17 '08 at 21:07

6 Answers

vote up 2 vote down

The biggest risk to any web application server is vulnerabilities in the web application its self. Linux Apache MySQL and PHP (LAMP) is a very secure platform. RedHat's Fedora core is very secure because it uses SELinux, this is somthing that does not exist for Windows. However vulnerabilities such as SQL Injection and XSS can still result in your server getting hacked.

link|flag
vote up 0 vote down

As suggested here, I could check out the CERT Database.

link|flag
vote up 0 vote down

Any system is only as strong as its weakest link. Invariably that will not be the OS or the server software, it will be the end application you develop or install.

link|flag
vote up 2 vote down

Poor system admins is the biggest in my experience.

link|flag
vote up 0 vote down

Its kind of a difficult question to answer, the development life cycles are so active you're asking for something that's likely to have been solved already ( and if its been reported so that we know of it, the likelihood its fixed is really high )

What you need is a 0-day hack for them, and asking this list really wont get you those.

link|flag
vote up 2 vote down

See: http://httpd.apache.org/security/vulnerabilities_20.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.