Linked by Thom Holwerda on Mon 28th Apr 2008 19:22 UTC, submitted by Hakime
Law and Order Last week, The Washington Post reported that hundreds of thousands of IIS webservers were hacked. Code was placed on them that installed malware on visitors' computers. Among the infectees were websites from the UK government and the United Nations. Initial reports said the attackers used a security vulnerability in Microsoft's IIS, but the company published more information on the attacks today, and denies IIS was compromised.
Thread beginning with comment 311758
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: Three Words
by A.H. on Mon 28th Apr 2008 21:11 UTC in reply to "Three Words"
A.H.
Member since:
2005-11-11

Two words: stored procedures

Three words: No dynamic SQL

Reply Parent Bookmark Score: 1

RE[2]: Three Words
by gonzo on Mon 28th Apr 2008 21:24 in reply to "RE: Three Words"
gonzo Member since:
2005-11-10

Two words: stored procedures

Two words: Not necessarily.

Three words: No dynamic SQL

Two words: Unless parameterized.

Reply Parent Bookmark Score: 10

RE[2]: Three Words
by jayson.knight on Mon 28th Apr 2008 22:21 in reply to "RE: Three Words"
jayson.knight Member since:
2005-07-06

Two words: stored procedures

Three words: No dynamic SQL


Actually the solution is simple: Always use parameterized queries. Never ever ever use string concatenation. Not everyone is a fan of sprocs, and they've actually fallen out of favor more lately now that ORM's are more mainstream and easier to use.

Reply Parent Bookmark Score: 4