I don’t claim to be a security expert, but I’d like opinions from people in the field, as well as database experts that view security highly. Here are some opinions from a discussion with Chad and Lenz a while ago. What do you consider a security hole, that warrants immediate action or a release of a server within a sensible timeframe?
- Remotely exploiting MySQL without login credentials
- Remotely crashing MySQL without login credentials
The above two are definite problems. What about:
- denial of service attacks
- data loss
- data changes
- data insertion
Chad tells us, “security is policy enforcement.” And the policy should state: “the service should always be available to authorized people, never to …
[Read more]