unix and linux commands - unix shell scripting

Injecting the Common into Security

 
Thread Tools Search this Thread
# 1  
Old 02-23-2009
Injecting the Common into Security

According to several news articles Friday, February 20th, and documented on hackersblog.org by the hacker named Unu, the Security and A/V "giant" Symantec had a bit of a website face lift as a result of a SQL-injection vulnerability within the website.

The website was defaced as can be seen in the following image:

Image

The stories and associated blog references can be found at the following links:

http://www.itp.net

http://news.softpedia.com

http://www.hackersblog.org

Granted, based on the articles and information so far, the "ethical hacker" Unu used this method of notification to "help" alert Symantec to the problem. Outside of the ethical issues surrounding the hack, the bigger issue is that this type of vulnerability should be the first thing that a web programmer and a security "giant" identifies. In fact, SQL-injection is one of the OWASP (Open Web Application Security Project) Top 10.  It will be interesting to see if Symantec experiences any backlash as a result of this incident.

This should truly be a wake up call to companies and security providers that they cannot be lax with regards to secure coding principles and practices. As security professionals, we should be held to the same level of observation and quality that we promote to others.We can all make mistakes and become "comfortable" in what we do, but incidents like this should remind us that security is not comfortable and the common can be even more detrimental than the rare.

Image
Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Injecting into shell history with perl?

How do I determine what my default shell is? If I'm root, how do I determine what my user's default shell is? I think I'm running bash by default. How do I write a perl program that can inject history into the shell's history so it can be retrieved with the history | grep command? I have... (3 Replies)
Discussion started by: siegfried
3 Replies

2. Shell Programming and Scripting

injecting new line in sed substitution (hold space)

Morning, people! I'd like to call upon your expertise again, this time for a sed endeavor. I've already searched around the forums, didn't find anything that helped yet. background: Solaris 9.x, it's a closed system and there are restrictions to what is portable to it. So let's assume I... (4 Replies)
Discussion started by: ProGrammar
4 Replies

3. UNIX for Dummies Questions & Answers

What kind of security applications UNIX and Windows have in common?

Hi guys, may I know what kind of security applications do UNIX and Windows have in common? This is related to a project that is approaching its deadline, so would you all please be kind enough to help me? Thank You. (0 Replies)
Discussion started by: austintham
0 Replies
Login or Register to Ask a Question