Archive for December, 2008
What’s Your Internet Security Risk?
Posted by Jason Shindler in newsletter on December 15, 2008

JavaScript is not the only programming language that poses Internet security issues. Web sites communicate with database tables through a language called structured query language, or SQL. One common way that SQL can be turned to malicious purposes is through a SQL injection attack. If your site has a search function, or a text box to input information, a malicious user can type in any combination of letters and numbers in an attempt to receive an error message. This combination of letters and numbers, or string, may result in a specific type of error message that reveals pertinent information about your database tables. A malicious user can use the revealed information to hack into the back-end of your Web site and retrieve or remove data, and alter or delete entire database tables.
The above examples aren’t meant to spur you into taking any drastic action. Instead, start by taking a look at the kinds of information shown on your Web site and how it is stored. Here are a few basic questions you should be able to answer:
- What information do your error messages display?
- Where is your online data being stored?
- Is your data encrypted?
- How simple are your passwords and user names? How often are these changed?
- If you have a change in personnel, do you immediately change your passwords?
While security is not an absolute – unfortunately, no one can completely protect their Web site or computer system – there are significant precautions you can take to reduce the likelihood of your data being accessed by the wrong person. Simply being aware of your company’s weaknesses can go a long way in helping your Web site developer and IT personnel tackle a large portion of your company’s security risk.
