Slashdot Mirror


70% of Sites Hackable? $1,000 Says "No Way"

netbuzz writes "Security vendor Acunetix is flogging a survey that claims 7 out 10 Web sites it checked have vulnerabilities posing a medium- to high-level risk of a breach of personal data. Network World's go-to security guy, Joel Snyder, says that percentage is 'sensationalist nonsense' — and he's willing to back that judgment with $1,000 of his own money. In fact Snyder will pay up if Acunetix can get personal data out of 3 of 10 sites chosen at random from their survey list."

146 comments

  1. I'll take that $1000 now. by Anonymous Coward · · Score: 5, Insightful

    I can totally believe this. Especially after some recent research that I've done into the security of one specific web hosting provider. It wasn't the users' fault, it was very poor security on the side of the provider. Of course, the provider states how good their security is on their website, but its only false security. For instfance, home directories have the permissions 711, which would make the causual unix user think that you can't view files in the person's home directory, but of course, since there is a predictable structure under that, it is trivial to get into someone's web directory which is world readable. And thus you can get access to their database passwords and so hon. And this is a very large hosting provider, over 100,000 websites are hosted with them. I can only imagine that many other hosting providers have these same types of problems.

    Actually, I am wanting to release my findings publically and name the hosting providerf, but I'm worried about getting sued or being investigated. I would think that as long as I only state factual information that can be obtained in a trivial and public manner that it would be alright. I mean I'm not smashing the stack or anything to get this information, I'm talking about all I have to do is use commands like cd, cat and find. Real hackers tools, eh? With how many users and servers this place has, I'm amazed they havben't had all their user's accounts wiped out. It would be trivial to do.

    I think I may start an anonymous blog to document these cases.

    1. Re:I'll take that $1000 now. by Eivind · · Score: 3, Insightful
      Having web-directories 755 or similar ain't in itself a threat. Now, if the setup is such that you can't restrict readability of config-files and have them still readable by your php (or whatever!) process, then they're seriously fucked, agreed.

      My web-directory is 755 too, along with 644 for the static content there. However all my script and config-files are 640 with the group set to a group ( user_web ) that all scripts run as.

      Basic idea ? If you're clueless you're screwed no-matter-what. And if your hosting-provider is sufficiently clueless, then you're screwed even if you have a clue. Unless you use that clue to find a new hosting-provider.

    2. Re:I'll take that $1000 now. by Tony+Hoyle · · Score: 3, Insightful

      I've seen plenty of scripts with instructions like

      "Install this then chmod -R 777 so that the script can work"

      Clueless noobs then go and install it and wonder why they're hacked the next week...

      I always go through locking down such scripts (minimal permissions, rename all config files and, if possible, put them outside the web root. Same for writable directories if any are required). Those that can't be locked down are simply deleted.

    3. Re:I'll take that $1000 now. by DrSkwid · · Score: 1

      Sorry, but that's the user's fault for not performing due diligence when choosing a provider.

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    4. Re:I'll take that $1000 now. by cortana · · Score: 4, Funny

      GOD. There should be some code in chmod that activates when the user does that. The code should punch the user in the face.

    5. Re:I'll take that $1000 now. by ACMENEWSLLC · · Score: 3, Informative

      Security at ISP's generally suck. We own multiple domains. We have multiple ISP's providing websites.

      I took one of our domains and set it up at the other ISP, and visa versa.

      When I sent an e-mail on domain1 to domain2, it didn't go to domain2. It went to the fake domain2 I setup with ISP hosting domain1.

      This means their DNS that holds the zone data is also the same DNS server they use for lookups. Both ISP's had this problem.

      This means that someone could setup a domain ebay.com, or usbank.com, or whatever - setup a catch all e-mail account. Any replies to these domains from people using that same server would go to my faked domain, not the real e-mail server.

      I've actually caught someone doing this with an ISP we don't use. All e-mails to us from this ISP's users were going to a 3rd party. I don't think it was intentional, as all e-mail addresses were being rejected. But I am not 100% certain.

      The fix is that these ISP's should use a DNS cache server with no local zone data. It should hit the root servers for lookup. It's a simple fix, but it cost a few bucks so many ISP's don't do this.

    6. Re:I'll take that $1000 now. by soft_guy · · Score: 1

      This is because most people just dick with things randomly until they work. Then they walk away and don't think about it again until it stops working. This is the way most people use computers.

      --
      Avoid Missing Ball for High Score
    7. Re:I'll take that $1000 now. by systemeng · · Score: 1

      I can sympathize. A default SuSE linux 10.0 install uses umask 022. The number of places where the umask has to be changed to 027 to meet the NSA's requirements is annoying. Out of the box security is one thing but one would think a big hosting provider would know better.

    8. Re:I'll take that $1000 now. by Deagol · · Score: 1
      I mean I'm not smashing the stack or anything to get this information, I'm talking about all I have to do is use commands like cd, cat and find. Real hackers tools, eh?

      Careful there, fella....

      True story. I know a good, sharp guy who, while doing consulting work for a small, rural ISP, downed a production system by mistake. The owners apparently sued him, and during trial, some 'expert' witness tried defend the ISPs position that my friend's cat'ing of /etc/password during the course of his work was hacking and exposed 'confidential' account data. The ISP hosted freakin' shells accounts, so they were obviously dumb-asses for making such a claim, as was the expert witness.

      In what turned out to be an example of true justice, the ISP lost their case -- as they should have. However, you get a rich enough plaintiff and slick enough lawyer into the fray, you could very well lose a case that deserves to be won on the merits alone.

    9. Re:I'll take that $1000 now. by the_womble · · Score: 4, Funny
      This is because most people just dick with things randomly until they work. Then they walk away and don't think about it again until it stops working. This is the way most people use computers.

      You mean there is another way?

    10. Re:I'll take that $1000 now. by Anonymous Coward · · Score: 0

      C'mon. We all know you mean Go Daddy.

      I've used their "software" (and I use the term VERY loosely), interviewed their people, and heard about their organizational practices (i.e. no QA or QA reporting to dev, depending on the week). They are good business people (clearly, by their growth), but have no idea about security or quality... but they will learn soon enough (no, I do NOT condone crackers "teaching" them).

      And yes, Anonymous Coward is a very fitting pseudonym for me on this post.

    11. Re:I'll take that $1000 now. by Torvaun · · Score: 3, Funny

      Yes, it's known as 'Amish-style' computing. Here, a computer may be used as a boat anchor or paperweight.

      --
      I see your informative link, and raise you a pithy comment.
  2. Legal? by Max+Romantschuk · · Score: 4, Insightful

    ...seriously, this can't be? Right?

    The actual hacking, not the challenge, that is.

    --
    .: Max Romantschuk :: http://max.romantschuk.fi/
    1. Re:Legal? by bad_fx · · Score: 4, Funny
      Perhaps that's what Joel is counting on... Seems like Acunetix is screwed either way. Still, it's probably what they deserve for making the claims in the first place. ;) I had to laugh at this:

      "Without sounding apocalyptic, I believe the 70% figure should send tremors not just ripples in the market," says Kevin Vella, vice president of sales and operations, sounding apocalyptic in a press release.
    2. Re:Legal? by Karganeth · · Score: 3, Insightful

      I wouldn't be surprised if the challenge was illegal too. IANAL, but isn't putting a reward on comitting a crime seen as inciting crime? I'm pretty sure that I'd end up in lots of trouble if I said "$10,000 says you can't rob that guys house" and the person accepted the challenge then was caught.

    3. Re:Legal? by MarkGriz · · Score: 2, Funny


      I'm pretty sure that I'd end up in lots of trouble if I said "$10,000 says you can't rob that guys house" and the person accepted the challenge then was caught.

      Probably right. Best to stick with the "triple dog dare ya"

      --
      Beauty is in the eye of the beerholder.
    4. Re:Legal? by varmittang · · Score: 3, Informative

      They replied, and basically stated they would accept, but wouldn't hack third party sites since its illegal.

      Dear Mr. McNamara and Mr. Snyder, We read the blog published yesterday by yourself together with the subsequent comment by Joel Snyder and would like to make the following comments while also addressing the issues raised.

      The point of publishing the results of the 3200-strong survey was to address the lack of awareness among organizations of the critical dangers of such web application vulnerabilities as Cross Site Scripting, SQL Injection and Cross Site Request Forgery. We are merely pointing out a trend corroborated by other published studies concluding that web security is a problem. It surprises us that Mr. Snyder is among those who do not take the present situation seriously by, indeed, making a mockery of the results through claims that these are incorrect.

      This further proves our point that web application security is one of the least understood and often misconceived aspects of online security today.

      Several experts in the field (for example, Jeremiah Grossman) have been stating these facts and dangers for a few years now. So we are not the only ones when it comes to web application security concerns.

      I do concede sounding apocalyptic with my comment and, for this I apologize. The fact remains, however, that 70% out of the commercial and non-commercial entities that we scanned were seriously vulnerable to hacking during the time we scanned them. Others (for example, http://ha.ckers.org/blog/20070213/70-of-websites-u nder-immediate-risk-of...) believe that these figures are much greater.

      We are available to put Mr. Snyder's doubts of the validity of our results at rest by submitting all the reports to a trusted third party with proven web security experience and knowledge. Given appropriate authorization and permission from the owners of the websites we scanned during January 2006 -7, Mr. Snyder would be able to see any of the full reports of our scans - these highlight where and when the vulnerabilities were found. Of course, we cannot vouch that these vulnerabilities have not been fixed but are willing to do this for the sake of professional correctness. And, after all, we stand behind our data.

      We are willing to accept the challenge. However we feel that the subject of the challenge should be the Network World website, rather then - as Mr. Snyder suggested - an innocent third party website. After all, making a wager with someone else's website would be unfair, and furthermore illegal.

      So we will accept the wager and perform a security audit on the Network World site and attempt to breach any vulnerabilities found. This should be a fair substitute, since we are assuming that considering Mr. Snyder's comments, Network World is confident that its website is secure and any data it holds is unbreachable.

      Should Network World accept, we will start the audit immediately and point out any vulnerabilities found to the public. If we do manage to breach the Network World website, we would expect Network World to make a public statement, - published on the home page and first page of the next Network World issue - that its website was actually vulnerable and that Acunetix were able to hack it.

      We do expect a response within the next 24 hours that the company authorizes us to immediately perform the security audit and that the company takes full legal responsibility and holds us harmless for any resulting outages and damages.

      Our team thanks you for this opportunity and looks forward to the challenge!

      Signed,
      Nick Galea, CEO and Kevin J Vella, VP Sales and Operations

      Acunetix Ltd Direct: +356 2316 8126 Tel: +356 2316 8000 Fax: +356 2316 8001 Web: http://www.acunetix.com/ Web: http://www.acunetix.de/

      --
      -----BEGIN PGP SIGNATURE-----
      12345
      -----END PGP SIGNATURE-----
    5. Re:Legal? by LordEd · · Score: 1

      In many cases, auditing a site's security is a service. Perhaps Acunetix should ask them to pick the random sites and ask permission to test their security much in the fashion as the above letter for the purpose of this challenge.

  3. This will end well... by Smidge204 · · Score: 3, Interesting

    At least he's not offering $1000 per site hacked, unlike the shmuck who offered a $1,200 bounty on every unsold PS3.

    =Smidge=

    1. Re:This will end well... by Anonymous Coward · · Score: 0

      At least he's not offering $1000 per site hacked, unlike the shmuck who offered a $1,200 bounty on every unsold PS3.

      Fantasy and reality; know the difference, motherfucker.

    2. Re:This will end well... by joel_snyder · · Score: 5, Insightful

      I'm sure that if they're serious about actually showing that the statistics are useful then we can find 10 random sites who are willing to be 'ethically hacked.'

      The astonishing thing is that most people who will read this press release just don't get it, and the depths of their not getting it are even more astonishing...

      I am challenging the conclusion, not the data. I believe that they think that they have found vulnerabilities. I suspect they have found a lot of lousy code. No surprise here. 70%, sure. I'll bite off on that number. I'm not arguing with that.

      But there is a huge difference between turning a vulnerability into a breach. Let me give you an example. A lot of Cross-Site Scripting attacks let you steal cookies. So they probably found those. But the question is: when you have a cookie, what can you do with it? Can you steal important data? Can you turn that cookie into a breach? Good web sites that use them also tie cookies to your IP address, which means that if you steal my cookie, you got nothing but crumbs. So the point is not that there are these vulnerabilities, but that they have done nothing to show whether these vulnerabilities are truly breachable and able to get an attacker real useful data.

      Same for things like directory listing. You can do that to my web site. Is that a security problem? No, in fact, I turned it on specifically. If I didn't want people to read it, I wouldn't have put it on the friggin' web server.

      Is a web site that's susceptible to an SQL injection attack hackable? Depends on where you get to inject the code. I'm sure that someone who put their mind to it could take a web site like, say, slashdot, and inject some SQL. Then they might be able to ... well, they could read all those posts that are on the web site. Except they wouldn't be nicely formatted, but real men write HTML with vi anyway. Maybe they could store or corrupt data with the injection, and maybe they couldn't. Maybe (and this is most likely) they could cause the script to blow up. Is that "hacking" a web site? Hell, I get script explosion errors from web sites WITHOUT hacking them.

      Is being able to view a script a security vulnerability? it depends. It depends on the web site. The script. The webmaster's intentions.

      What percentage web sites actually have data that's worth anything?

      So the point is not that they've found a lot of theoretical issues, but whether they've actually found security issues. And the only way, in my mind, to see whether they have is to see if the issues can be exploited. If they can, I'll pay up. If they can't be exploited, then all they've done is made long lists of things that don't matter from a security point of view.

      Very long lists.

    3. Re:This will end well... by HappySqurriel · · Score: 1

      Actually it wouldn't surprise me either way ...

      I work as a contractor in web-development and you'd be surprised by the number of live web-applications I see where SQL injection attacks are possible; in most cases the management doesn't see the risk so they're unwilling to fix the problem.

    4. Re:This will end well... by IamGarageGuy+2 · · Score: 1

      It seems to me like they are exploiting the term "hacking". Don't know if this is a silly question or not. But...Is there a way to quantify the use of the term? Is there a line in the sand that qualifies for hacking past the social norm?

      --
      Stay tuned for new sig...
    5. Re:This will end well... by GroovinWithMrBloe · · Score: 2, Interesting

      But the question is: when you have a cookie, what can you do with it? Can you steal important data? Can you turn that cookie into a breach? Good web sites that use them also tie cookies to your IP address, which means that if you steal my cookie, you got nothing but crumbs. In an aside to the main point, Good web sites take into account transparent proxies at an ISP level which might result in the user appearing to come from multiple IP Addresses (as the ISP might load balance requests to various proxies without binding a particular user to a particular proxy). This is a situation that I've come across with a website of mine.
    6. Re:This will end well... by 0xygen · · Score: 2, Interesting

      Almost all load balancing proxies running across multiple IPs add the X-Forwarded-For http header, which many of the large sites take into account when looking for a "real" source IP. (IRL, many are SQUID or SQUID-based, which can add this header)

      Clearly, the danger with trusting these is that the attacker can then use their own fake X-Forwarded-For header to pretend to be the original user the cookie was stolen from.

      Does anyone have a good solution to this problem?

    7. Re:This will end well... by hobo+sapiens · · Score: 1

      Funny...I work for a large company and you'd be surprised by the number of live web-applications developed by overpaid contractors which are rife with holes for SQL injection and XSS attacks. Present company excluded, certainly ;). And that's not even the ones developed by internal employees (yuck).

      In all seriousness, you are right though. It's amazing how bad programmers can render otherwise secure servers and development methodologies (like LAMP) totally insecure. On the intranet where I work, its even worse. You'd just shudder at some of this stuff.

      I'd say the claim that 70% of all sites are hackable is not far off.

      --
      blah blah blah
    8. Re:This will end well... by Anonymous Coward · · Score: 1, Interesting

      Is a web site that's susceptible to an SQL injection attack hackable? Depends on where you get to inject the code. I'm sure that someone who put their mind to it could take a web site like, say, slashdot, and inject some SQL. Then they might be able to ... well, they could read all those posts that are on the web site. Erhm... pardon me? To me, "injection" means that you yourself insert code into the SQL query directly without any sort of escaping. If that's your definition too, I have trouble understanding what you just said.
    9. Re:This will end well... by Pojut · · Score: 1

      Depends on how long the person that you ask has been with it...

      If they started with TRS-80's, their answer will be very different than if they started with Winnuke...

    10. Re:This will end well... by Feyr · · Score: 1


      i had one developper tell me "they can't modify that field, it's protected by javascript!"

      the same guy also sent the clear text password in the change password field. said "what, you can see the password in the source?" when i confronted him about it

      so no, i'm not surprised

    11. Re:This will end well... by shiflett · · Score: 1

      Joel, I'm afraid it is you who aren't getting it.

      I think Jeremiah Grossman says it best:

      I'm not certain how wise it is to ask a network security guy's opinion about web application security matters. Maybe he cross-trains.

      He's being funny, but he has a valid point. Here's an example from your comment:

      A lot of Cross-Site Scripting attacks let you steal cookies. So they probably found those. But the question is: when you have a cookie, what can you do with it? Can you steal important data? Can you turn that cookie into a breach?

      You shouldn't have to ask these questions, nor should you be suggesting that the worst thing XSS attacks can do is steal cookies. Show any competent web application security specialist a XSS vulnerability, and there is almost no limit to what he can do. I discuss some possibilities here:

      Using CSRF for Browser Hijacking

      Another example of "not getting it" is thinking IP addresses are unique and/or static among a large userbase:

      Good web sites that use them also tie cookies to your IP address, which means that if you steal my cookie, you got nothing but crumbs.

      Good web sites? You can't be serious.

      If you are serious and want to really put your money where your mouth is, I'm sure you'll find no shortage of people to take it. Here's one:

      $1000 to Steal Data From 30% of Sites

    12. Re:This will end well... by hobo+sapiens · · Score: 1

      oh well...without "developers" like that, I guess we'd have no thedailyWTF.com

      --
      blah blah blah
    13. Re:This will end well... by Feyr · · Score: 1

      indeed. and to follow up on my previous comment, that's one of the best developper in the company :\

    14. Re:This will end well... by Anonymous Coward · · Score: 0

      but real men write HTML with vi anyway

      Oh come on, real men use type CON > index.htm

    15. Re:This will end well... by Jungsonn · · Score: 1

      I think I'm almost the only websec guy that agrees with Joel on this one. Hence, Iv'e been talking about it before; Acunetix claim is false on a practical level. It's only a theorectical one, and it must be considered as such. No man can state 70% is really vulnerable to a compromise, even if I saw all data. Then you have to figure out to make it profitable to actually do it, and get away with the crime. Ever wondered how citibank lost all those millions to some russians? not through XSS or SQL injection, but actually hacking into their network.

      But hear my theory: "I think that 70% of all local banks are in risk of an inmediate heist!" Yeah, this could be in theory. Now I have to only do it. And that is the biggest problem.

      Another one: "99% of all stores are vulnerable to a stickup!" Yeah for sure, but can I rob all stores? and how much can I rob before someone grabs me?

      The things that have been summed up by the websec guys like:

      *portscanning
      *cookie stealing
      *clipboard reading
      *and whatever...


      Well, sure this can be done. But is it profitable? is it doable on a large scale? do real hackers want to read your clipboard? C'mon, of coarse they do not. They want 150.000 creditcards. And to obtain those you need to hack into a server, in their network. You cannot do this with a little XSS. tell me the first person who did this with Cross Site Scripting? Anyone's server being taken done through it?

      I guess not.

      That is where threat analysis come into view, how much of those 70% of web sites pose a real threat? are all those 70% of sites online banks? then they are right. But my sheer guess is that no bank is listed on their scanlist.

      Sorry but this time I do not agree with most websec guys in the real context of threat analysis of the sites they hav scanned.

  4. Yeah... by Mizled · · Score: 1

    ...I'm sure he'll be shelling out $1,000 by the end of the day...

    --
    Bite my shiny metal ass.
    1. Re:Yeah... by Architect_sasyr · · Score: 2, Interesting

      I'd doubt that. I recently had a scan done on a development site I am working on, and got a high vulnerability rating. Based on the weblogs, some simple correlation, and the fact that I quietly remove invalid characters rather than printing an error, my "High" rating of in-security is in fact a low... these guys don't read their work, its just like running Nessus or Nmap without checking your answers, if you don't look hard enough your not going to find the answer.

      --
      Me failed English...
      FreeBSD over Linux. If my comments seem odd, this may explain...
    2. Re:Yeah... by Mizled · · Score: 1


      I'd doubt that. I recently had a scan done on a development site I am working on, and got a high vulnerability rating. Based on the weblogs, some simple correlation, and the fact that I quietly remove invalid characters rather than printing an error, my "High" rating of in-security is in fact a low... these guys don't read their work, its just like running Nessus or Nmap without checking your answers, if you don't look hard enough your not going to find the answer.


      FYI I was being sarcastic...

      --
      Bite my shiny metal ass.
    3. Re:Yeah... by Architect_sasyr · · Score: 1

      One of those things I have trouble detecting in real life, let alone in a /. post.

      And yes I am dead serious about that... I'm a geek, don't expect me to have social skills!

      --
      Me failed English...
      FreeBSD over Linux. If my comments seem odd, this may explain...
  5. Their reply. by Aladrin · · Score: 4, Informative

    For those who didn't notice, Acunetix replied on TFA and basically claimed his challenge would be unfair to the third-party websites. They offered to attempt to hack his own website instead and demanded that he post a notice saying he had vulnerabilities, if they find and exploit any.

    While I admit this is an interesting idea, it does nothing to prove or disprove their 70% claim.

    I have to agree with them that hacking websites is illegal and ethically wrong for them, though. Good call on their part.

    --
    "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    1. Re:Their reply. by mfh · · Score: 1

      Yeah but without knowing for certain, 70% was a number clearly pulled from their nether-region. In fact 70% of all statistics are pulled from that same source of inspiration!

      --
      The dangers of knowledge trigger emotional distress in human beings.
    2. Re:Their reply. by Joebert · · Score: 3, Insightful

      Without actually hacking in & getting hold of data to begin with, they can not honestly state any statistics.
      They can only speculate without actual data.
      So unless they're full of shit to begin with, they've already done somthing unethical.

      --
      Wanna fight ? Bend over, stick your head up your ass, and fight for air.
    3. Re:Their reply. by someone1234 · · Score: 1

      If they are able to hack the guy's website, then it probably means 90% of the sites are hackable. Assuming this guy is a real security expert.

      --
      Patents Drive Free Software as Hurricanes Drive Construction Industry
    4. Re:Their reply. by mrcaseyj · · Score: 1

      There are plenty of vulnerabilities that can be seen just by visiting the public areas of a site and viewing the page sources without hacking in.

    5. Re:Their reply. by Joebert · · Score: 1

      There's no way to know if it hasn't been patched on the backend without obtaining actual data.

      --
      Wanna fight ? Bend over, stick your head up your ass, and fight for air.
  6. Obligatory statistic jokes... by Neme$y$ · · Score: 5, Funny

    Reminds me of: "Three statisticians went out hunting, and came across a large deer. The first statistician fired, but missed, by a meter to the left. The second statistician fired, but also missed, by a meter to the right. The third statistician didn't fire, but shouted in triumph, "On the average we got it!"

    --
    "I've got a plan so cunning you could put a tail on it and call it a weasel"
    1. Re:Obligatory statistic jokes... by spellraiser · · Score: 4, Funny

      A statistician can have his head in an oven and his feet in ice, and he will say that on the average he feels fine.

      How many statisticians does it take to change a lightbulb? 1-3, alpha = .05

      Did you hear about the statistician who was thrown in jail? He now has zero degrees of freedom.

      In earlier times, they had no statistics, and so they had to fall back on lies.

      Smoking is a leading cause of statistics.

      Statistics are like a bikini - what they reveal is suggestive, but what they conceal is vital.

      Statistics in the hands of an engineer are like a lamppost to a drunk--they're used more for support than illumination.

      ---

      All jokes borrowed from here.

      --
      I hear there's rumors on the Slashdots
    2. Re:Obligatory statistic jokes... by Anonymous Coward · · Score: 0

      In earlier times, they had no statistics, and so they had to fall back on lies.

      In my day, we only had damn lies. In the snow.

  7. Qualifier by mfh · · Score: 1

    Great, as all the trolls attempt to hack into Slashdot and change this comment to something funnier.

    --
    The dangers of knowledge trigger emotional distress in human beings.
    1. Re:Qualifier by spellraiser · · Score: 2, Funny

      Why this particular comment? What's so special about it? This is incredibly self-centered of you, to assume that your comment will be a major target for the trolls.

      There's lots of good comments out there that would make better targets. This comment, for instance, is much more interesting. Not only is it longer, it's also a lot wittier and better thought out altogether. Oh, and did I mention that it's also self-referencing? Beat that!

      --
      I hear there's rumors on the Slashdots
    2. Re:Qualifier by Anonymous Coward · · Score: 0

      You're replying to #56! are you sure you want to do that? Such numbers have been feared for ages..

    3. Re:Qualifier by Anonymous Coward · · Score: 0

      Firstly, his comment is now self-referential as well. Secondly, it was much funnier than yours, but I toned it down. Now quiet down or I'll change every one of your posts to include the phrase "that begs the question" and the word "loose". Used incorrectly, of course. Hmmm... it seems I'll only have to change half of your postings.

    4. Re:Qualifier by Anonymous Coward · · Score: 0

      You're replying to #56! are you sure you want to do that? Such numbers have been feared for ages.. No, he bought the account on eBay...
    5. Re:Qualifier by SnarfQuest · · Score: 1

      Why this particular comment? What's so special about it?

      you should have seen it before I changed it.

      --
      Who would win this election: Andrew Weiner vs Andrew Weiner's weiner.
    6. Re:Qualifier by mfh · · Score: 1

      Beat that!


      I dare not.
      --
      The dangers of knowledge trigger emotional distress in human beings.
  8. Smart by toupsie · · Score: 1
    Then he can turn in Acunetix for a cash reward. We finally know what #2 is!

    1. Taunt Acunetix with 1,000 dollars cash to hack into web sites
    2. Turn Acunetix into the authorities when they provide proof of their hacking
    3. Profit!

    --
    Strange women lying in ponds distributing swords is no basis for a system of government.
  9. Old Irish Saying by Frequently_Asked_Ans · · Score: 1

    Fools and there money are easily parted

    --
    "Stallman says add to this code and you are one of us. Gates says use this code and you belong to us."
    1. Re:Old Irish Saying by smooth+wombat · · Score: 1
      Too bad the real saying is:


      Fools and their money are easily parted.

      --
      We will bankrupt ourselves in the vain search for absolute security. -- Dwight D. Eisenhower
    2. Re:Old Irish Saying by Frequently_Asked_Ans · · Score: 1

      i can't spell

      --
      "Stallman says add to this code and you are one of us. Gates says use this code and you belong to us."
    3. Re:Old Irish Saying by boston2251 · · Score: 1

      Thank you for doing this. People need to learn how to spell

    4. Re:Old Irish Saying by Anonymous Coward · · Score: 0

      Especially the Irish

  10. This just in... by Funkcikle · · Score: 5, Funny

    Acunetix have just HACKED into Snyder's bank account and helped themselves to the $1000.

  11. Oh boy... by radu.stanca · · Score: 1

    Acunetix accepts the challenge and they want to audit networkworld.com, they`ll find something for sure. That guy really has no ideea how unsecure web is.

  12. Does 3 of 5 count? by Anonymous Coward · · Score: 2, Interesting

    We've begun basic testing vendor and supplier web sites that we do business with (they are required to let us poke around as long as we notify them if we find anything).

    Three of five tested since we started in October threw an error when a ' was put in the login user name field. When the ' was replaced with

    a' or 'a' = 'a

    and no password, the three dumped us into the administrator's page (dirt-simple SQL injection). On the last one, it took us longer to find the login page than it did to get admin access. None of them knew we did it.

    Take one custom-written web application, add programmers that are just happy to get it working, leave out the web application firewall and you get in.

  13. Not true! by Anonymous Coward · · Score: 0

    They'll never prove this claim! 100% will never equal 70%.

  14. Been there, done that, got the logs to prove it... by Zapotek · · Score: 5, Informative

    I'll put $10k on the table with Snyder.

    In fact I had my site checked with Acunetix when I requested a trial.
    And as a crazy geek I have coded a WebIDS for my CMS and a security system so tight that's close to, I dare say, un-hackable.
    So I had them scan my site just for kicks and to see the HTTP requests they were using.

    Needless to say ALL I got were false positives, well I did have an e-mail address on the site for submitions of papers, code etc and they reported it as a personal data.

    I replied to them explaining that the site is perfectly safe, they checked again and I got a "We're sorry for the inconvenience." styled e-mail admitting the results were wrong.

    Anw, Acunetix can find vulnerabilities, but it's not *THAT* accurate, its good enough though.

  15. I believe it by Paulrothrock · · Score: 3, Interesting

    My I used to work as a web developer for a small company that did a lot of other small company's web sites. The amount of corners we cut in order to get the sites out in the time that the salesman stated was scary.

    Passwords were often stored in the database in plain text. Credit cards, too. Data was taken directly from $_POST and put into SQL queries and curl calls to payment systems.

    And if, in the future, we found these vulnerabilities and wanted to fix them, we had to escalate them to the CEO (did I mention the CEO is also the sales guy) before we could do any work on them.

    If anything, 70% is low.

    --
    I'm in the hole of the broadband donut.
    1. Re:I believe it by AutopsyReport · · Score: 1

      Come on, man. We've all been under pressure of deadlines, but mistakes like this are intentional or just plain sloppy. It takes absolutely minimal effort to encrypt passwords. And let's not even get into credit card numbers being stored as plain text...

      This is pretty sad on several levels. I just can't imagine them mentality of the developers who were too lazy to do things properly. And the people who use a site like yours (or your company), think their safe because a graphic reminds them they are, but end up with their private information exposed.

      --

      For he today that sheds his blood with me shall be my brother.

    2. Re:I believe it by Paulrothrock · · Score: 1

      I agree totally. That's why they're my EX-employer. I was sick of getting told that I didn't have enough time to do things the right way. And I was also afraid that if the site did get hacked, they'd pass the blame on to me.

      One of the developers I worked with never tested in Firefox. He said "Since IE is predominant, testing in Firefox isn't important." He also said some of his best work was in MS Access and that MySQL wasn't a "real database." Also, he "hacked" Mapquest by posting a for to the same place as the form on Mapquest's site.

      I asked whether he used the API and he said "What's an API?"

      Thankfully, I'm not surrounded by tech school grads anymore.

      --
      I'm in the hole of the broadband donut.
    3. Re:I believe it by WNight · · Score: 1

      Are you my ex boss? He was always saying really idiotic things like, "if you can afford to do it, you can afford to do it well."

      This is wrong. I *can* code a rails hack that looks a lot like the final app pretty quickly, sure. But that's a lot different than the million little checks that go into writing a real project, properly.

      Trust me, I *am* an expert software developer. The quick back-of-napkin hacks I do as a proof of concept as as stable as a building an architect would sketch in similar conditions. If you try to sell this as a finished product, you're a crook.

      We developers hack things out quickly so that honest bosses can see a proof of concept and have input. Dishonest bosses take these unfinished products and sell them based on bullshit excuses like "business realities". The reality is that if you don't have a product that works, you're a good for nothing snake-oil saleman is you claim otherwise. Regardless of the looming bankruptcy, or whatever problem you've gotten yourself into.

      Are you sure your developer wasn't trying to tell you the truth? That good code really does take longer and napkin sketches aren't supposed to stand up.

      That you worked with someone who didn't know what API meant, and you hadn't noticed sooner, means either they merely didn't recognize the acronym but were competent, or that that your company (you?) hired someone without a clue. Neither of these support your point very well.

    4. Re:I believe it by Paulrothrock · · Score: 1

      I'm totally with you on the back-of-the-napkin type apps that technically work as illustrations of functionality. I do them all the time. However, my beef with my boss was that he was trying to sell these things as actual applications. And the unsuspecting clients didn't know what they were getting into.

      This was the same boss who didn't understand why we shouldn't be hosting development applications on our production server, or that a testing suite does not consist of one guy trying to break an application in the wee hours of the morning, or that a root password of the company name with an @ in place of the a was perfectly secure.

      Trust me, this guy was not competent. His solution to a possible SQL injection attack by using quotes in a text field was "Well, there's no reason for a user to enter quotes in that field anyway." The MapQuest "hack" was on a production site that was live at the time he showed it to me.

      The point I was trying to make is that there are real amateurs out there making web apps these days, which leads me to the conclusion that way more than 70% are hackable.

      --
      I'm in the hole of the broadband donut.
    5. Re:I believe it by WNight · · Score: 1

      Pardon me, I misread your original post to suggest you were this boss.

      But yes, I do agree. A lackluster test does not guarantee a hack project is high quality.

  16. So let me guess.... by blankoboy · · Score: 3, Funny
    ...if we hire Acunetix, they will make our sites completely "non-hackable"?

    Ok then..."70% of Girls cannot reach orgasm!". I can prove it to you free of charge!

    Kudos to Joel for putting it to them!

    1. Re:So let me guess.... by Opportunist · · Score: 3, Funny

      You, sir, are one crappy lover if you can prove that!

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    2. Re:So let me guess.... by Anonymous Coward · · Score: 1, Funny

      You forgot that this is /.

    3. Re:So let me guess.... by ps236 · · Score: 1

      The point is - he won't mind if he's proved wrong...

    4. Re:So let me guess.... by I7D · · Score: 1

      3/10? hes an amazing lover!

      --
      Neil is that you? Yeah yeah, it's me... Neil...
    5. Re:So let me guess.... by Anonymous Coward · · Score: 0
  17. it may work by um...+Lucas · · Score: 1

    If Acunetix is legit, then maybe they should take up the challenge without requesting funds if they succeed. That'd be the right thing to do, after consulting with lawyers to find out what the ramifications would be.

    However, $1000 isn't going to draw anyone else into the fray, I don't think... No rogue hacker will offer up a solution to open doors, or even acknowledge them for $1000, its not economically feasible for them to do so when the gains they can realize from NOT accepting the challenge outweigh the $1,000 they can make by doing so....

    1. Re:it may work by mwvdlee · · Score: 1

      Acunetix cannot legally take this challenge, regardless of the accuracy of their claims.

      In fact, Snyder could easily be fined more than that $1000 for inciting Acunetix to perform data theft; he is basically asking them to provide him private data of atleast 3 websites.

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    2. Re:it may work by um...+Lucas · · Score: 2, Interesting

      Well they could contact the 3 selected website operators, explain the situation and that it's for their own good, and offer to do all work onsite under their eyes or at least offer to share their results with the company in question and see those security holes closed before any acknowledgement of a result from the contest is announced.

      I know, companies don't like being hacked even if it's for the un-noble cause of "demonstrating the hole in their security" so that it can be fixed; but if the company in question is approached before hand, and offered assurance that they will not be caused to be a laughing stock, i'm sure a CTO could explain that "while we followed the best practices in the security industry, we felt it prudent to reassure ourselves and our customers that these practices would protect them. What we found was they aren't, and we're happy to say that we have taken several steps to protect them, steps above and beyond what our competition is doing" or something like that....

    3. Re:it may work by delinear · · Score: 2, Insightful

      The problem with that is that these companies know mud sticks. If the report says they were hacked, then no amount of them saying they fixed the holes and are now more secure than ever will completely remove that taint. Not only that, if these companies cared so much about security in the first place there wouldn't be holes, the main problem is that security is often sacrificed in the name of economy, so they're unlikely to want to shell out money fixing holes if they can just carry on ignoring them for free. Unfortunately that's why a lot of sites are insecure, because it's the cheaper option to turn a blind eye and hope that you won't get hit - for the most part it works I guess.

    4. Re:it may work by um...+Lucas · · Score: 1

      I dont' think they "don't care" about security as so much that they haven't been informed of it. Their sites are probably outsourced, or even hosted inhouse on a default Linux or Windows installation. It "works" so no ones thought to turn off unneeded services and daemons, let alone configure their firewall to block unwanted traffic from reaching the servers.

      BTW, slashdot, what is the recommended distro for hosting websites? Is there one, or does every company that wants to host their own site have to go through the task of locking down their systems individually?

  18. There are two kinds of web sites: by Elbowgeek · · Score: 1, Interesting

    Those that have been hacked and those that can be but no-one's bothered to do so yet.

    Fact is that there is not such thing as an unhackable site/host, however one can at least make a network more trouble than it's worth to try to hack.

    What's that old saw: Anything that the human mind can build another human mind can figure out. Or something like that...

    --
    Who is this delectable creature with an insatiable love of the dead?
    1. Re:There are two kinds of web sites: by Anonymous Coward · · Score: 0

      The day Microsoft markets a product that doesn't suck will be the day they market a vacuum cleaner. haha that gave me a good kickstart~ nice sig.

    2. Re:There are two kinds of web sites: by aug24 · · Score: 5, Insightful

      there is not such thing as an unhackable site/host

      This is tosh.

      If you are seriously claiming that you could 'hack' any host running any software to get arbitrary permissions, or a shell session, or access an arbitrary file then you are just mad. On what basis do you say this? It's connected to a network therefore it can be hacked? Whuh?

      (I can't believe you were modded informative of all things. Insightful I might have laughed off, but informative?!)

      Justin.

      --
      You're only jealous cos the little penguins are talking to me.
    3. Re:There are two kinds of web sites: by geekoid · · Score: 1, Insightful

      It's a common thought on /.

      False, but prevailant.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    4. Re:There are two kinds of web sites: by hackstraw · · Score: 1

      This is tosh.

      In theory, I agree with the grandparent post. In theory, there are always bugs in software, services, or something somewhere.

      My work got broken into via a silly code injection thing a few months ago, and we run a pretty tight ship, but we also allow many users to run unaudited code that is accessable via the web, and that is what happened.

      The thing that saved us and that saves others that really care about security is the layering of security. This person effectivly got in as the httpd user, but that is as far as they got. We didn't have our payroll and other stuff on a database on the same machine that the user could just access w/o a password. Anyone worth a grain of salt in the biz knows what I'm talking about.

      The sad thing is that still in 2007 there are internet applications that blindly take user information as is and combine that w/o any checks into a SQL statement or some other kind of interpreted language, and that is bad.

      First rule of network programming, always either restrict your input by type (phone numbers should always be numbers, etc) and/or always quote the input into something that cannot be evaluated as code.

      Other basic things are to put your database 1 or more layers from your application server. Don't store sensitive information in human readable format.

      Blah blah. Most of this is common sense or just by paying attention to how breakins happen.

    5. Re:There are two kinds of web sites: by MrMonty · · Score: 1

      He's probably saying it in the same vein as "A gun's always loaded" and "There's no such thing as bug free code." That is, generally it's better to assume your site is hackable than to have a false sense of security. So yeah, insightful but not informative.

      On the other hand. If you consider social engineering a form of hacking, I'll agree %100. Whether it's by trickery or drugging the lead programmer, there'd always be a way to get access to files and information you're not supposed to.

    6. Re:There are two kinds of web sites: by Elbowgeek · · Score: 1

      Um...

      "If you are seriously claiming that you could 'hack' any host running any software to get arbitrary permissions, or a shell session, or access an arbitrary file"

      Holy crap, did I manage to somehow insert invisible text in my message that only *you* can read? Christ, I'm better than I thought...

      If not, then I'll just say that what was meant that all sites are theoretically hackable to *some* degree, whether a simple defacement or other relatively innocuous hack. Actually you knew that's what I meant, but chose to misconstrue it in order to mouth off about something when you really should be working on creating the perfect, unhackable website. And when you do, let us all know so we can submit your name for the Nobel Prize in Network Administration, K?

      Cheers

      Oh and by the way, it is not "tosh". More like "dillinger". Sheesh...

      --
      Who is this delectable creature with an insatiable love of the dead?
    7. Re:There are two kinds of web sites: by Elbowgeek · · Score: 1

      Thanks, those are very interesting insights. Indeed all of those things are what should be done, unfortunately I think some coders get themselves caught short by budget and time constraints which compromise security. So one might have a great IT team who desperately want to adhere to best practices, but due to the above limitations and perhaps a pointy-haired boss thrown into the mix (I'd bet that's more of a reason that any corporation is likely to admit) have to do the best they can and pray that the bad guys don't find any vulnerabilities.

      And if a hacker does breach the system, who goes down? Hint: it ain't the pointy-haired one...

      --
      Who is this delectable creature with an insatiable love of the dead?
    8. Re:There are two kinds of web sites: by Elbowgeek · · Score: 2, Insightful

      Apologies if I'm interpreting your comment incorrectly, but if you're saying that you believe there is such a thing as an unhackable web site, then I can truly say that I'd *never* hire you in an IT capacity. Like an army general who truly believes his forces are invincible, by the very expression of that belief you are defeated before even going into battle.

      *Always* assume you are vulnerable. Be paranoid. And spend time snooping and hanging around in the areas where the crackers (to use the *correct* terminology) hang out and catch all the chatter. You'll be pleasantly surprised at how those systems you thought secure really aren't.

      Cheers

      --
      Who is this delectable creature with an insatiable love of the dead?
    9. Re:There are two kinds of web sites: by Bender0x7D1 · · Score: 1

      To borrow a quote from Eugene Spafford:

      "The only truly secure system is one that is powered off, cast in a block of concrete and sealed in a lead-lined room with armed guards - and even then I have my doubts."

      This, and other Spaf quotes, and where they came from, can be found here.

      --
      Reading code is like reading the dictionary - you have to read half of it before you can go back and understand it.
    10. Re:There are two kinds of web sites: by Anonymous Coward · · Score: 0

      I agree with the comment that almost any web site could be hacked into (given enough time). What they can do in the web site is also quite uncertain as the entire web site can easily be run from a read-only disk. But even if you have zero processing of user data, no writable content, and no database behind the pages, you can still find OS or web server zero-day vulnerabilities and use those to get in. Or why care about the web server at all, but root the firewall and wait for the real admin to log in. I would be tempted to say that 100% of web sites can be hacked, because all software is vulnerable.

  19. How to do it right by Anonymous Coward · · Score: 1, Insightful

    I'm the original poster and I run a web hosting provider myself. The way I do it that is guaranteed to keep shell users out is to put everyone in the users group and then make home direcotires 705 and owned by the users group. That keeps users out but allows Apache in. Then I have Apache/PHP setup in a way that prevents users from accessing other user's files. I don't want to rely on hoping things are safe, I want to be sure that they are. Still, PHP has some flaws in it that can't 100% guarentee that, but I can't go into that.

  20. having dealt with quite a few owned sites by codepunk · · Score: 1

    Having dealt with tons of owned sites over the years I would say that 70% is
    a very low figure. I would also say that 90% of these tools the security vendors
    are throwing around are also trash. The point out obvious flaws in some cases
    but the tools are no where near as crafty as the human brain at exploiting
    web sites. Script kiddies using known vulnerabilities are one thing but stopping
    somebody hell bent on getting in is much, much tougher.

    --


    Got Code?
    1. Re:having dealt with quite a few owned sites by AvitarX · · Score: 1

      Do 70% of sites of even have "personal data"?

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
  21. More Brilliant Ideas by madsheep · · Score: 1

    First this is a load of crap and they sound like morons. But second, I will pay them $50,000 if they can rob 3 banks chosen at random! Maybe we can get them in jail by the end of attempt #1? :D

  22. The Acunix counter-offer is ridiculous by giafly · · Score: 4, Informative

    So we will accept the wager and perform a security audit on the Network World site and attempt to breach any vulnerabilities found. This should be a fair substitute, since we are assuming that considering Mr. Snyder's comments, Network World is confident that its website is secure and any data it holds is unbreachable. - Network World
    My company has been through several security audits and they require several days of management time, plus telling the auditors all about your IT infrastructure and data compliance. Security audits are not about hacking - they check that you've hardened your infrastructure, have appropriate policies for e.g. 'phone queries, and avoid client data being unnecessarily exposed. They're similar to a VAT (sales tax) inspection.

    You should only agree an audit by totally trustworthy auditors, working for a major client, which is not the case here.
    --
    Reduce, reuse, cycle
  23. Misleading, but maybe not incorrect by miyako · · Score: 1

    I think that the numbers might be a little misleading, but I'm not sure that 70% is entirely incorrect. I think that it depends heavily on what sites are included in the sample, and how you define "can be hacked".
    For the first point, although big websites certainly have had their share of vulnrabilities, the number is certainly less than 70% (I would venture a guess that it's in the are of 25%, which is still way more than it should be) - but if you start adding in things like peoples home boxes running quick and dirty PHP sites, things out there for testing purposes, various boards and such, I wouldn't be surprised if the numbers start reaching 70%.
    The other point of course is how you define hackable. Anything is hackable, given a sufficient amount of time and desire on the part of an intruder. Even if a machine storing personal data was disconnected from any sort of network and locked up in a safe, someone could always break into the safe and steal the computer.
    The question really should be: What percent of websites which contain a significant amount of personal data have vulnrabilities which are easily enough exploited to be a viable target for: A: script kiddies/etc. B: moderately skilled and determined intruders, and C: highly skilled and determined intruders.

    --
    Famous Last Words: "hmm...wikipedia says it's edible"
    1. Re:Misleading, but maybe not incorrect by MajinBlayze · · Score: 1

      This is a misconception that really bothers me, and I've seen it a few times in this discussion already. Walking into a building with guns blazing Matrix-style, and swiping a server does NOT count as hacking.
      Anything that requires physical access to the target computer is outside the realms of computer security. (the assumed topic of discussion) The computer responds to requests, and if the computer responds inappropriately to a request, responding with inappropriate data, or performing an action (deleting/changing a database) outside what is intentionally allowed, is hacking. This mind-set of "Anything is hackable" is a mindset only made true by Windows.

      Please, please stop saying anything is hackable. Computers respond to a set of inputs. Short of guessing passwords or accounts, this simply isn't true.

      --
      "Hate is baggage. Life's too short to be pissed off all the time." Danny Vinyard -American History X
    2. Re:Misleading, but maybe not incorrect by miyako · · Score: 1

      I agree that at some point computer security is no longer the issue, and physical security is. I was using hyperbole to demonstrate a point however. The point I was trying to make is that there are levels of security, and there are almost certainly instances where something "could, potentially" be exploited, but for which there is no known exploit, or where it's something like a brute force attack where it could be done, but it's highly unlikely to be done successfully.
      There are also considerations for things like social engineering, and to some limited extent, physical security. These things my be outside the strict limits of computer security, but they are things that any competent admin should think about.

      --
      Famous Last Words: "hmm...wikipedia says it's edible"
    3. Re:Misleading, but maybe not incorrect by pmc · · Score: 1

      Anything that requires physical access to the target computer is outside the realms of computer security.

      No it isn't. Physical security of computer system is but one part of computer security. The aim of computer security is to protect the following three things: confidentiality, integrity, and availability. If somebody nicks your computer then you've just lost two of these. Why do you think that datacenters are mini-fortresses? It is to give physical security. Personel security isn't outside the scope either - how should you vet your staff? Should you enforce two man working?

      It's not all just bytes on a wire.

  24. I wonder by dbmasters · · Score: 4, Insightful

    My first thought was "whats the percentage of sites run by Nuke's, Joomla's, Mambo's and such CMS systems". I mean, when PHPBB gets hacked (again) it affects a HUGE number of sites. My employer recently had a security audit and they found out what most of us developers have been telling them for a while...they had consultants build things, decrease timelines while increasing scope creep...things got fudged and now they don't understand why our sites failed. I look at some of the stuff I inherited and just look at it and say WTF? I built a little CMS for myself, a few people downloaded it and use it, it's grown and I just experienced my first real exploit in my 10 year career in web dev. it was a REAL learning experience for me. I know all the theory of security and all that, but practicing it is another matter when people want things yesterday it makes it hard resist cutting that little corner.

    --
    dB Masters
    1. Re:I wonder by Anonymous Coward · · Score: 0

      I am sure there are a lot of people here who now wish to call you brother, esp the ones who have been around long enough to know it is chance that protects most web apps, not design. :) All it takes is one quicky little non escaped variable combined with too high of a privilege level for the DB user. And then there are the other dozen or so major ways to compromise a web app :)

  25. Re:Been there, done that, got the logs to prove it by Anonymous Coward · · Score: 0

    >> I dare say, un-hackable

    100 Percent of websites are hackable with enough time and resources.

    Oh, and check your filesystem for the tag file I just placed there. ;)

  26. put in other words by teslar · · Score: 4, Funny

    Professional Hitman Mr Smith is flogging a survey that claims 7 out 10 people he has checked have a lack of police protection posing a medium- to high-level risk of getting them murdered. The police's go-to security guy, Mr Doe, says that percentage is 'sensationalist nonsense' -- and he's willing to back that judgment with $1,000 of his own money. In fact Mr Doe will pay up if Mr Smith can whack 3 of 10 people chosen at random from his survey list."

    1. Re:put in other words by Penguinoflight · · Score: 1

      Ah, but the police will outsmart him once he has become mentally unstable enough to turn himself in!

      --
      "And we have seen and do testify that the Father sent the Son to be the Savior of the World"
      1 John 4:14
    2. Re:put in other words by trongey · · Score: 1

      Professional Hitman Mr Smith is flogging a survey that claims 7 out 10 people he has checked have a lack of police protection posing a medium- to high-level risk of getting them murdered. The police's go-to security guy, Mr Doe, says that percentage is 'sensationalist nonsense' -- and he's willing to back that judgment with $1,000 of his own money. In fact Mr Doe will pay up if Mr Smith can whack 3 of 10 people chosen at random from his survey list."

      Now that's entertainment!
      --
      You never really know how close to the edge you can go until you fall off.
  27. Re:Been there, done that, got the logs to prove it by Zapotek · · Score: 1

    Yeah, I know, that's why I said "*close to* un-hackable" .
    Though when the design of a system is very simple, securing is quite easy.

    And when the guy who made it is as paranoid as me and has this small system locked down and filtered from each and every variable,
    then the chances of it being un-hackable are pretty good.

    I'd dare you to try and hack it, but, since Acunetix failed there's no point. :P

  28. ground rules by eck011219 · · Score: 2, Interesting

    I was about to post something spouting off an opinion before reading the article, but figured I'd better check it first. I was GOING to say, "but do that many sites contain information worth stealing?" But I then wimped out and read the article.

    According to the article, the ground rules (in particular, what kinds of sites are fair game) are still up in the air. So this whole thing is still lacking in some pretty basic parameters, which makes use of such a definitive range of percentages kind of silly. It's like saying, "70% percent of some people are redheads." That sounds like a lot of redheads, but without defining the "some people" part, it's just wind.

    It's an interesting thought and gets people talking about it, which is certainly not a bad thing. But it's little more than that at this point.

    --
    It is pitch black. You are likely to be eaten by a grue.
  29. I call bullshit on this. by Anonymous Coward · · Score: 0

    If someone wants to prove something like this then they should state a particular O/S / serverware is hackable else they should show they know what they are on about by not picking on systems that are subjected to admin error and should go and hack some hardened systems so they can offer up some security advice to those who realy need it in industry like Sun, SELinux, Hp etc etc.

    What's the big deal of acting from a plethora of undisclosed vulnrabilities, this could have a rather negative impact on whatever they are trying to prove.

    Better to state that % do not use application firewalls, % set permissions wrong, % use O/S subject to so many problems so % is potentialy hackable, etc etc.

    About as unscientific as my last fart.

  30. Re:Been there, done that, got the logs to prove it by Anonymous Coward · · Score: 0

    Your site would be an exception in my experience. I perform web application penetration testing as a part of my job. I test mostly Fortune 500 sites, banking industry, etc. I have discovered anything from low to high risk items on big "mega" bank sites. Almost every one of them had some sort of medium risk data leakage issues. And the banking industry sites fare better than most. Outside of the banking sector web application security is in a pitiful state, even though XSS and SQL injection are two of the most well known security issues out there I can still nail most applications with it. Some of the time its not trivial, but then I have a good bit of time to test these sites. Of the 50-ish sites I tested last year there were a few that stand out as having been medium and high risk defect free. I would say almost all of them had medium risk issues or worse. A few (as in 3 or 4) had no medium risk issues or worse. The number is pulled from my memory.. but these are all directly tested sites and its pretty close. Its the exception to find a secure site. These are clients with a lot of money that can afford to do security and they just don't get it right.

    That is black box testing. On code reviews the situation is almost always worse. I can find things that no automated tool can dream about (source analysis or app testing tools). I can probe business logic and find hidden test pages. I haven't done a code review for a web application yet that didn't have high risk issues. .NET and Java apps tend to do a little better. Classic ASP and PHP apps always fare much, much worse.

  31. Re:Oh boy... average insecurity by Anonymous Coward · · Score: 0

    I worked for a time fixing other websites security when they were hacked...

    It's amazing how all you really need to do though is simple things like using
    parameterized queries instead of string concatenations, converting 's to <'s
    from a post and checking what cookies are stored and what can be done with them.

    * Fix these
    * patch your runtime (IIS/Apache/scripting platform)
    * chmod files appropriately
    * add a firewall with snort ..and you've removed 90% of holes.

    It's not rocket science? is it? why people don't do it.. I don't know.

  32. A "Security Vendor" by pooh666 · · Score: 1

    Yeah, trust them, we have had people in Russia doing scans of our sites with cracked versions of their software. When we contacted them about it, they basically said they gave up trying to protect their OWN SOFTWARE. As far as their software goes, it does ok in terms of giving them a layout a host's website, and looking for possible SQL injection variables. I have NO respect for this kind of fear mongering and therefore it is pretty hard to trust them with something so important, just because it does ONE thing well.

  33. Here's the response Acunetix sent to us by netbuzz · · Score: 1

    The subject line of their e-mail reads - "Acunetix Accepts the Network World Challenge" - but, as you'll see, that claim isn't any more supportable than the company's press release, which they at least have the good graces to concede was "apocalyptic."

    http://www.networkworld.com/community/?q=node/1150 1

    1. Re:Here's the response Acunetix sent to us by Anonymous Coward · · Score: 0

      Network World? Oh yeah, they were the ones with the front page article last week where they quoted two health care CIO's as saying that all you need to fix this US Daylight Saving Time problem are some NTP servers. The Network World technical staff must have thought NTP stands for Neat Time Patch or something.

      I say Acunetix should go after the sites of those two health care CIO's as well.

  34. re: due diligence by theBeak · · Score: 2, Interesting

    True, due diligence is the customer's responsibility. But how many customers REALLY know what to check for when it comes to security, infrastructure or otherwise? Let's face it, even those who bother to pick up the phone and call a provider will at most ask "are you secure" etc., and naturally the rep will say "absolutely". I mean, look at the whole Blackboard course management system mess. Do you really think any techie would choose them over Angel, the myriad open source solutuions, et al? Of course not. But the techies don't get asked questions until the question is "what can we do to fix this situation/save our ass/cut our losses?".

    It would be nice if there were recognized standards out there with a "seal of approval" of sorts, akin to the ISO 9000/9001 etc. assuring customers of reasonable security, adequate infrastructure, etc.

    At least then the clueless stuffed-shirts that make the decisions would have *some* inkling if a provider was up to snuff.

  35. Um, what? by Anonymous Coward · · Score: 0

    Any ISP that lets you setup zone files for domains that already exist is just blatantly out of line. What you are describing is unlikely to happen. And if it was an ISP that let you do that, you could do a lot worse things than redirect someone's email. You could register cnn.com and make all users on that ISP think that it is the end of the world by making your own news stories.

    1. Re:Um, what? by Phroggy · · Score: 1

      It's not as simple as you think.

      Customer calls up and says they want to set up DNS and web hosting. You check whois; the domain is registered, but the contact info is anonymous (most registrars offer this service now, and there are several proxy registration services). Of course your own DNS servers aren't listed as authoritative, because if the customer changes that before setting up their web site on your servers, things will break.

      The customer says it's their domain. It's not cnn.com or slashdot.org or bankofamerica.com, it's something you've never heard of.

      If you take the customer's word for it, it's possible it was somebody else's site and they're trying to phish personal data. But if you don't take the customer's word for it, you're making the customer jump through hoops that the customer doesn't see the need for, and which your competition won't make them jump through.

      I agree that using different DNS servers for hosting and for ISP lookups is the right solution. To make sure there's no confusion, recursive queries should be disabled on the servers used for hosting.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    2. Re:Um, what? by ACMENEWSLLC · · Score: 1

      Unlikely to happen? I tested and it happened at 2 different ISPs. I saw it occur at a 3rd. It happened to us.

      If you purchase a reseller account, many ISP's will let you setup new domains via scripts without any checks that you mention. It's all automated. There's no-one in the loop to question this.

      Don't believe me? Get a trial account at a few ISPs. Setup one of your domain names at said ISPs and then try to send e-mail using the SMTP/webmail server at this ISP to your domain name. In other words, if you own domain.com then setup a new version of domain.com at this new ISP and see where the e-mail goes when you send it via their servers. It will likely go to their e-mail server, and not your /real/ e-mail server. The key is that you send the e-mail from the same server hosting your faked domain.

      I was not speaking theory, I was speaking from experience in my initial post.

  36. I'm surprised by Nom+du+Keyboard · · Score: 2, Interesting

    I'm surprised that 7 of 10 sites even contain personal data. Just what sites was he checking?

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  37. Smart move by dramenbejs · · Score: 0

    For FBI, thousand bucks is no big money for getting info about some of the finest hackers around, I guess...

    --
    This message was sent using 100% recyclable electrons.

  38. Dynamic vs Static? by Odin_Tiger · · Score: 3, Insightful

    Even for as advanced as the web on the whole has become, I still suspect that most sites are static HTML. Unless they're talking about vulnerabilities in httpd's as well as vulnerabilities in site design, I think they're sunk, because unless you're doing something at least moderately complex with scripts and databases, you're site is probably very secure. The bet needs a qualifying limiter or something to clarify that it only applies to *AMP sites or some such, because the average geocities, angelfire, or similar-quality privately hosted site is just not really hackable, because everything that makes up the website is already publicly viewable...images and text, no personal data that isn't intentionally exposed, and there is nothing on the box / vm / whatever other than the site. At best, if the box is misconfigured or unpatched, they can claim that it is defaceable, but that's not nearly the same thing.

    --
    Unpleasantries.
  39. Digital Signal Processing by flyingfsck · · Score: 1

    Note that DSP is a real world application of statistics. Without it, Cellphones and the like would be impossible.

    --
    Excuse me, but please get off my Pennisetum Clandestinum, eh!
  40. Their money is safe by Anonymous Coward · · Score: 0

    Seeing how many Lunix servers are on the net, this is a pretty reasonable claim.

    Lunix: got r00t?

    55 'sploits in 2007, and dis pauty iz jus gettin stauted in hea!

  41. $1000 and free room and board for 16 months? by HTH+NE1 · · Score: 1

    In fact Snyder will pay up if Acunetix can get personal data out of 3 of 10 sites chosen at random from their survey list.

    If any story deserved an "itsatrap" tag, this is one!

    --
    Oh, say does that Star-Spangled Banner entwine / The myrtle of Venus with Bacchus's vine?
  42. how do you do it by DrSkwid · · Score: 1

    with mod_php ?

    because PHP safe_mode is a joke

    CGI/suexec is the only way I know about, though I gave up once I'd got it sorted so there may be another.

    DB passwords - putting them in httpd.conf is a start.

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    1. Re:how do you do it by xeromist · · Score: 1

      your sig:
      "There are 11 types of people in the world, those who know binaries and those who don't."

      Apparently you're one of those who don't know binary. If you're going to quote a geek phrase at least do us a favor by not getting the math totally wrong.

      --
      This sig is exactly seventy characters long and a real waste of space!
    2. Re:how do you do it by sfjoe · · Score: 1

      Apparently you're one of those who don't know binary. If you're going to quote a geek phrase at least do us a favor by not getting the math totally wrong.

      Or maybe use the <joke> tag for those who are humor-impaired.

      --
      It's simple: I demand prosecution for torture.
    3. Re:how do you do it by Josh+Ovki · · Score: 0

      and the thrid type is the sort of person that is sad enough to post about someone not knowing 10 is binary for 2 ;) I Count as the third type.

    4. Re:how do you do it by DrSkwid · · Score: 1

      hehe another bites on the idiot bait

      The clue is in the "know binaries" not "know binary". I'm not quoting anyone, but it is fun finding the "know it alls".

      You're the second to "point it out" btw. Thanks for playing.

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    5. Re:how do you do it by Anonymous Coward · · Score: 0

      You're the second to "point it out" btw. Thanks for playing.

      As an aspiring comedian, I think you need to learn something about "knowing your audience".

    6. Re:how do you do it by DrSkwid · · Score: 1

      I know my one man audience pretty well.

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    7. Re:how do you do it by that+_evil+_gleek · · Score: 1

      Might be funny if it read:
      There are 11 types of people in the world, those who know unary and those who don't.

    8. Re:how do you do it by xeromist · · Score: 1

      I just saw in my profile that you actually replied. The name-calling really elevates you by the way.

      I know I should have just ignored the insult but I guess I'm still amazed that this was intentional.

      If the original "two types of people" is obscure then I'm not even sure where that places you.

      At first I wondered if you were seriously attempting some sort of twist. In the end your sig simply makes you look like you have neither math nor grammar skills.

      But you don't need my approval, go right ahead and do what you like.

      --
      This sig is exactly seventy characters long and a real waste of space!
    9. Re:how do you do it by DrSkwid · · Score: 1

      lol, dumb you are

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  43. only need to hack one by Train0987 · · Score: 1

    www.voterlistsonline.com Don't even need to see it, and it already scares you, right? ;_)

  44. your sig, and why a Leftie should never be in the by Anonymous Coward · · Score: 0

    white house.
    Save America!! http://impeachforpeace.org/"

    If you believe that ANYTHING besides the US Military can get us peace, then you are sadly mistaken, somewhat like Jimmy Carter. he believed if we were "nice" to everyone, they would love us. They hated us before, they hate us now, and they will hate us in the future. If you believe that being "nice" to them will change that, I suggest you look at the 19 hijackers, and what their neighbors said about them.

  45. and the response by Refenestrator · · Score: 1

    "I do concede sounding apocalyptic with my comment and, for this I apologize. The fact remains, however, that 70% out of the people that we checked were seriously vulnerable to murder during the time we checked them them. Others believe that these figures are much greater. We are willing to accept the challenge. However we feel that the subject of the challenge should be Mr. Doe rather then - as Mr. Doe suggested - an innocent third party victim. After all, making a wager with someone else's life would be unfair, and furthermore illegal. So we will accept the wager and perform a check on Mr. Doe and attempt to breach any vulnerabilities found. This should be a fair substitute, since we are assuming that considering Mr. Doe's comments, he is confident that he is secure."

  46. Re:Been there, done that, got the logs to prove it by WNight · · Score: 1

    Do you want to hire a tester? I'm good, and I will find problems.

    Seriously though, I've heard the unsinkable claim before...

    imho, unbreakable should mean, "when it breaks, nothing is lost and restarting is trivial". Nothing else is real, so it'd just be a false sense of security.

    I imagine that your way of coding leads to triple-checked user input, verified fields, proper argument quoting. At a minimum. This and much I've never heard of. But it will have flaws you've never heard of either.

    I'd assume instead that the system was swiss cheese and I'd concentrate on making sure I didn't actually put the customer's CC # on disk, ever, cache or anything, so that when a hack happened I didn't lose every CC I'd ever processed.

    Then I'd go through and secure it as best as I could. But only by understanding the inherent insecurity of every line of code written and that failures happen. Maybe internal, maybe with 0-day bugs in the kernel, maybe just because I forgot to validate input yet again on the hundredth similar, yet not quite close enough to be the same, code that I've written. Just maybe.

  47. Acunetix Reveals the Data by KevinJVella_Acunetix · · Score: 1

    Acunetix reveals statistical results based on one year of conducting web application scans

    Kirkland, Washington - February 15, 2007 - It has been an interesting 24 hours for anybody keen on web application security. Network World Labs Alliance Security Expert Joel Snyder, played down the danger of web application security and challenged Acunetix to hack a website.

    Following Acunetix publishing the results of its free web security survey (http://www.acunetix.com/news/security-audit-resul ts.htm), Network World Editor Paul Mc Namara and Network World Lab Alliance stalwart (http://www.networkworld.com/alliance/snyder.html) down-played the dangers of online web security, stating that only a minute number of commercial websites are hackable, that most websites do not have any worthwhile data on them anyway (http://www.networkworld.com/community/?q=node/114 77), and that cross site scripting and SQL security vulnerabilities are not dangerous (http://www.networkworld.com/community/?q=node/115 01 and http://it.slashdot.org/comments.pl?sid=222326&cid= 18010732).

    Snyder mocked the data on which Acunetix based its press release. "First off, we definitely did write the press release in a way that it would catch attention. But hey, what's the point of a press release if you can't do that?" exclaims Galea.

    "The data on which we based our report was factual and correct. We offered Network World to give a trusted third party access, but they have not responded to this", he continues "For this, we feel compelled to publish the month by month data upon which this earlier press release was based."

    The link to report is found here http://www.acunetix.com/security-audit/acunetix_re port.pdf:

    The initial press release stated the following facts based upon this report:

    1. Acunetix has scanned 3,200 sites belonging to either businesses or non-commercial entities.
    2. 70% of the websites scanned were found to contain high or medium vulnerabilities.
    3. There is an extremely high probability of these vulnerabilities being discovered and manipulated by hackers to steal the sensitive data these organizations store.
    4. 50% of the websites with instances (or number of times that an alert was triggered by the automated scan) of high vulnerabilities were susceptible to SQL Injection while 42% of these websites were prone to Cross Site Scripting. Other serious vulnerabilities include Blind SQL Injection, Cross Site Scripting, CRLF Injection and HTTP response splitting, as well as script source code disclosure.

    In the interest of web security, Acunetix is keen to hear feedback on these findings. The company is also ready to have the data (permissions/authorizations obtained) verified by a trusted third party.

    The second issue relates to the challenging of Acunetix for $1000 to hack the audited websites and obtain confidential information from at least three of ten sites chosen. Acunetix accepted the challenge, but demanded that the subject of the hack attempt should be the Network World website.

    "Clearly the subject of a challenge should be one's own property, and furthermore the website is commercial and is certainly deemed to contain worthwhile information", claims Kevin J Vella, VP Sales and Operations, Acunetix. "After side-stepping our counter challenge Network World finally went mute on this topic, and seemingly its employee and associate are backing out of their claims."

    "It is disappointing to see online security taken so lightly but it further confirms our view that the dangers of web attacks are simply not known." remarks Vella.

    In fact, leading web security expert, Jeremiah Grossman, posted an update yesterday