It just wouldn’t be the new year without a “best of” or “top ten” list, and we’ve chosen to expand upon OWASP‘s (Open Web Application Security Project) recap of the top application security threats to look out for next year.
Before you stop reading and get back to your _____ (insert whatever project you had planned for today), wait! You have our assurance that this won’t be too jargon-y. We’ve deliberately stopped the heavy tech talk here, and we’ll translate all the application security risk verbiage into usable, understandable terms for your growing enterprise.
So here they are, without further ado, the top five application security risks for 2010:
1) Injection Attack
All Web applications that collect and transmit data (using forms for example) are susceptible to Injection Attacks. By sending specific commands through your application’s forms, hackers can modify various elements of the code. In extreme cases, injection attacks could allow attackers to penetrate a firewalled environment such as the network environment or database.
SQL injections like the ones that compromised Symantec and NASA this year dominate this attack category, but there are many additional varieties to which you could fall prey. Impress your IT staff by nodding knowingly if he mentions a Code Injection, Command Injection, or XPATH Injection around the water cooler.
Some of the best, protective measures (ask your security expert about these) for Injection Attacks include:
- Input Validation – cleanse your input data
- Human Verification ie CAPTCHA
- Restrictive Privileges when connecting applications to DBs and other proprietary systems
- Vague Error Messages give attackers little detail to go on and can help defray an onslaught
In a previous
For many ecommerce developers, the thought of designing a system to store the credit card data of their clients’ customers is chilling.
In MMA, fighters find the Guillotine or Rear Naked Choke to be reliable tactics for eliciting a submission. In cyber warfare, a DDoS attack is the “go to” move that produces the ultimate cyber smackdown effectively, time after time.


