Slashdot Mirror


Living In an Unsecured World

GhostX9 writes "Charlie Miller, Accuvant Principal Research Consultant and keynote speaker at NATO's recent International Conference on Cyber Conflict, speaks with Alan Dang of Tom's Hardware about living in an unsecured world. He goes over his recent MacBook battery exploit and the challenges of computing security in the upcoming future. Quoting: '[W]hat we can do (and this is the approach the industry is sort of taking) is make it so hard and expensive to pull off attacks that it becomes economically infeasible for most attackers. ... The way we make it more difficult is to reduce the number of vulnerabilities and ensure users' software is up to date and "secure by default." Also, make the OS resilient to attack with things like stack canaries, ASLR, DEP, and sandbox applications so that multiple exploits are needed. We also need to better control the software loaded on our devices (i.e. Apple's App Store model). So, instead of having to write a single exploit, it takes three or four in order to perform an attack. This means most attackers won't be able to pull it off, and those who can will have to spend much more time working it out.'"

112 comments

  1. Defense in Depth by Anonymous Coward · · Score: 0

    I'll see your defense in depth and raise you by one automation.

  2. Unsecured world? by Archangel+Michael · · Score: 4, Interesting

    When, if ever, has the world been secure?

    Mankind is flawed, you cannot patch this flaw. You can only mitigate the flaws.

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    1. Re:Unsecured world? by im_thatoneguy · · Score: 1

      "It only takes one."

      Doesn't matter how much time you spend hardening your system. If there is a single exploit in your system every piece of malware will use it.

      I always raise an eye brow to "The less vulnerabilities we have, the more secure we are." It's not like you need to double root a system. One root kit is enough.

    2. Re:Unsecured world? by hedwards · · Score: 1

      Yes, but the more vulnerabilities there are the quicker it is that an attacker is going to find it and the more kits that can root the system. Sure one vulnerability is enough, but the fewer there are the more they're going to need to want that particular machine to actually finish up.

    3. Re:Unsecured world? by Archangel+Michael · · Score: 2

      Targeting Humans (flawed) is the quickest and easiest way to exploit a system. This is Mitnick 101. It is why Nigerian scams and click loaded malware works, even to this day.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    4. Re:Unsecured world? by black+soap · · Score: 1
      When, if ever, has mankind not attempted to secure his surroundings?
      • moving into caves
      • building shelters
      • inventing "doors"
      • inventing "latches"
      • inventing "locks"
      • inventing weapons to defend property
      • inventing language and numbers, to identify and quantify property, and communicate ownership
      • inventing laws so that society can help protect his property

      We may have never achieved security, but we have always sought to increase it.

    5. Re:Unsecured world? by TheLink · · Score: 1

      Doesn't matter how much time you spend hardening your system. If there is a single exploit in your system every piece of malware will use it.

      Not true. Like the joke goes, I don't need to outrun the "bear", I only need to outrun the majority...

      --
  3. The sky is falling? by jbmartin6 · · Score: 1

    I wonder if he has windows in his home. That's a terrible vulnerability that we have endured for centuries and somehow civilization survives.

    --
    This posting is provided 'AS IS' without warranty of any kind, implied or otherwise.
    1. Re:The sky is falling? by DahGhostfacedFiddlah · · Score: 1

      Would you feel so secure with your windows if anyone from anywhere in the world could break them? If they could break yours and thousands of others automatically with the same amount of effort? If it would take a team of experts months of effort to track down a single perpetrator - assuming he screwed up along the way?

      Or would you accept that there's an inherent danger when an attacker has physical access to your windows, but try to make remote/anonymous window-breaking as difficult as possible?

      My analogy may seem stretched, but I'm just working with what I was given.

    2. Re:The sky is falling? by Ironchew · · Score: 2

      A vulnerability we should have to deal with no longer!

      Sincerely,
      The Year of Linux on the residential exterior

    3. Re:The sky is falling? by Baloroth · · Score: 2

      A vulnerability we should have to deal with no longer!

      Sincerely, The Year of Linux on the residential exterior

      This is /. I'm guessing most people here already don't have windows. Basements rarely do.

      --
      "None can love freedom heartily, but good men; the rest love not freedom, but license." --John Milton
    4. Re:The sky is falling? by Nursie · · Score: 1

      I make do with live emperor penguins embedded into the walls!

      Sure, they're angry, they smell bad and they don't let in any light, but it makes attackers think twice!

    5. Re:The sky is falling? by Anonymous Coward · · Score: 0

      If the building is up to code in many cities in the US, their basements do have windows that are (theoretically) large enough to exit from in case of fire.

    6. Re:The sky is falling? by Mr.+DOS · · Score: 1

      Windows 7 on my desktop, laptop, and netbook. Despite the historic opinion of Windows around here, 7 provides a very solid, stable, and importantly, a usable desktop environment.

    7. Re:The sky is falling? by SpiralSpirit · · Score: 1

      As someone who designs structures, I have to tell you: That's a feature, not a bug.

    8. Re:The sky is falling? by Anonymous Coward · · Score: 0

      linux and osx are also 'usable'. windows is better some of the time, but not always.

    9. Re:The sky is falling? by Anonymous Coward · · Score: 0

      N.B, Slashdot (TM) a division of Microsoft Marketing.

    10. Re:The sky is falling? by Anonymous Coward · · Score: 0

      If they could break yours and thousands of others automatically with the same amount of effort? If it would take a team of experts months of effort to track down a single perpetrator - assuming he screwed up along the way?

      Careful, that is a design problem, and can be fixed. Don't take what we have for granted, the Internet could be run very differently.

    11. Re:The sky is falling? by DahGhostfacedFiddlah · · Score: 1

      Absolutely, and it should (and probably will) be run very differently in the future.

      I just wanted to point out that the idea that windows and the internet have two very different risk profiles, and it's ludicrous to dismiss efforts to improve internet security because "people have windows"

  4. Security through obscurity by PvtVoid · · Score: 1

    Three or four exploits is one exploit. Unless your solution scales exponentially, it's bullshit.

    1. Re:Security through obscurity by lpp · · Score: 1

      I think he's implying something more along the lines of exploit vectors.

      For example, if a successful exploit requires that the user simultaneously download and run a malware app while an already installed app is opening an external connection while at the same time an inbound connection attempt is made, your chances of being infected drop quite a bit and the work needed to pull it off as a malware author goes up, possibly to the point where it's no longer worth it in most cases. It also perhaps increases the chances of a security watchdog detecting the behavior and responding to it in real time to squash the threat.

      I don't think he's suggesting a scenario where you might only succumb if you have clicked on three separate malware downloads or something along those lines.

      (And preempting a few comments, yes, I'm aware that strictly speaking the scenario I put forth isn't really too tough. The outbound connection might be prompted by the very malware you downloaded and clicked on and could automatically trigger the inbound hack attempt. I'm working under the assumption of the original speaker where defenses are up and active to protect against each of those approaches. My analogy isn't perfect, in fact I suspect it's quite flawed actually, but I believe the spirit is accurate. Make the malware authors work hard enough and you eliminate most of the threats because the reward:effort ratio is no longer high enough.)

  5. ... like Apple's App Store model by E+IS+mC(Square) · · Score: 2, Insightful

    No Thanks.

    1. Re:... like Apple's App Store model by rubycodez · · Score: 1

      Indeed, it disconnects sellers from their market, losing feedback and communication. I've had better luck security-wise with the bazaar than any store.

    2. Re:... like Apple's App Store model by grcumb · · Score: 1

      indeed. When I saw this quote:

      We also need to better control the software loaded on our devices (i.e. Apple's App Store model)

      ... all I could think was, 'No, more like the Linux RPM/Deb model that's only been around for... what? a couple of decades? And which offer far better prices, control and access to the market. So much so that, for all its popularity, Apple's Store is -at best- a pale approximation of a viable software management model."

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
    3. Re:... like Apple's App Store model by Anonymous Coward · · Score: 0

      When I saw that quote, I thought "This opinion was sponsored by Apple Computers".
      If the app store is the best model they can think of, then time to hand in the fricken geek badge.

    4. Re:... like Apple's App Store model by Anonymous Coward · · Score: 1

      When I saw the quote, I was reminded of those politicians who want us to give up our freedom ‘to make us secure’. I think he can stick his app store where the backlight don't shine.

    5. Re:... like Apple's App Store model by Caesar+Tjalbo · · Score: 1

      He seems to be focused on Apple products as user/cracker/hacker. In his world a 'repository' just isn't called a "repository" even if that's what he means most likely.

      --
      "I'm not much interested in interoperability. I want substitutability. I want to be able to throw your software out."
    6. Re:... like Apple's App Store model by Anonymous Coward · · Score: 0

      On the other hand the Apple App Store has two associated concepts that, while totally unrelated in principle, provide meaningful security benefits: capabilities based security and code signing, the former being the more important. If an application has no access to resources other than those it created for internal use and ones the user specifically passed to them it has much less ability to harm. Don't let your word processor access the net or indeed anything but the one specific document you gave it through the system provided powerbox (basically and Open dialog daemon), use the package manager to handle updates instead.

  6. Expensive by Anonymous Coward · · Score: 0

    "[W]hat we can do is make it so hard and expensive to pull off attacks that it becomes economically infeasible for most attackers"

    And doing that is so hard and expensive that it becomes economically infeasible to release a product at a competitive price.

    1. Re:Expensive by postbigbang · · Score: 1

      Not necessarily. It means actually spending money to do QA, uniting developer teams, using fuzzing to explore hacking your own code, and low-hanging-fruit examinations of your code. For a long time, certain OS versions just didn't do any of that.

      Operating systems were designed for geeks, not civilians. Civilians have money; so the scammers wrote exploit code for profit. Child's play script kiddy junk. Real coders got involved and went for bigger money. Now it's out of control, and Anonymous and LulzSec make fools out of people that were sitting fat and pretty because they bought the "cure" after a golf game. Now they're twitching.

      Windows has vulnerabilities, but a huge war chest. If they'd spent part of that war chest on real design and security, it would be a smaller war chest. The same goes for Apple (let the fanbois begin) as the latest APNC exploit was just fixed for iOS. The problem is: it's not expensive, it's process control and design and testing, grunt work that no one wants to do, because they too, want: profits. When love of the art is involved, and darwinian results are in the mix, you get a Linux or BSD or Solaris, all three of which are vastly more solid than the competition. That's what it takes, the ethics of doing it right.

      --
      ---- Teach Peace. It's Cheaper Than War.
  7. captain overlooking the obvious by sweatyboatman · · Score: 1

    This means most attackers won't be able to pull it off, and those who can will have to spend much more time working it out

    So the theory is that making systems harder to hack will dissuade hackers, thus making all computers secure forever. It's too bad this is such a novel theory and no one's ever tried to harden existing systems against hacking otherwise we might have some empirical evidence to support his plan.

    Oh what's that? The entire history of hacking is one of ever more elaborate and clever security precautions being overcome by ever more elaborate and clever hackers? One side cannot ever declare victory and rest on its laurels? It's an arms race, you say?

    How very exciting!

    --
    It breaks my pluginses, my precious!
    1. Re:captain overlooking the obvious by djh2400 · · Score: 1

      The summary seemed to imply "security through obscurity to me.

    2. Re:captain overlooking the obvious by 0123456 · · Score: 1

      Oh what's that? The entire history of hacking is one of ever more elaborate and clever security precautions being overcome by ever more elaborate and clever hackers?

      You forgot the part where they just wrap their malware in a 'Free B00b1es' screensaver and people download and install it for them.

    3. Re:captain overlooking the obvious by hedwards · · Score: 1

      It does work, the problem is that you have to really secure the applications not kinda sorta secure them. And in practice folks rarely manage to secure them enough to remove the profit motive from breaking in.

    4. Re:captain overlooking the obvious by rtb61 · · Score: 1

      Of course there are two types of black hat hackers. One group, the private enterprise, distribute their attacks so that they kind hide their criminal activities behind the activities of script kiddies. The other type the government professionally paranoid black hat hackers tend to keep their attack secret until they use them of course corruption in those organisations means attack methods can leak out.

      I wonder how many out in the wild attacks had their origins in the offices of the professionally paranoid and whether this has been investigated yet.

      --
      Chaos - everything, everywhere, everywhen
    5. Re:captain overlooking the obvious by tepples · · Score: 1

      You forgot the part where they just wrap their malware in a 'Free B00b1es' screensaver and people download and install it for them.

      I think that's what the reference to Apple's App Store was intended to fight. One has to social engineer not only the user being attacked but also Apple.

  8. Re:Fundamental design flaw by oztiks · · Score: 3, Informative

    switch to openbsd :)

  9. Apple's App Store model? by Anonymous Coward · · Score: 0

    To bad it's not their model, the Linux and BSD communities have been vetting software through trusted distribution channels for over a decade now.

    1. Re:Apple's App Store model? by hedwards · · Score: 1

      As much as I like BSD and use Linux, it's not inherently anymore secure in that respect. Somebody does still need to go through the code and audit it. And not just one somebody, really a whole team of somebodies doing it regularly.

      In practice though, I've never worried about software that I install in that respect because I have means of securing the system beyond just trusting my sources.

    2. Re:Apple's App Store model? by Caesar+Tjalbo · · Score: 1

      it's not inherently anymore secure in that respect

      It isn't and it even introduces a single point of maximum vulnerability (1. crack the repo, 2. ???, 3. profit!). However, compared to having to hunt for programs on-line it is inherently more secure. You might take your programs from download.cnet but all they do is run a virus scanner. A recent article about 'open source' software being bundled with malware makes me glad I can do apt-get install with less worry.

      --
      "I'm not much interested in interoperability. I want substitutability. I want to be able to throw your software out."
  10. One word: Chromebook! by kurt555gs · · Score: 4, Funny

    I love mine and know it is secure by the simple reason that no one has sold enough to make it a worthwhile target.

    --
    * Carthago Delenda Est *
    1. Re:One word: Chromebook! by Cwix · · Score: 1

      So your saying they are not only useless to users, but useless to virus writers also?

      --
      You are entitled to your own opinions, not your own facts.
    2. Re:One word: Chromebook! by houghi · · Score: 1

      Yeah,the only reason that things are hacked is because there are enough sold. Nothing is ever done because it is possible.

      (Relax, it is called sarcasm.)

      --
      Don't fight for your country, if your country does not fight for you.
    3. Re:One word: Chromebook! by gl4ss · · Score: 1

      it's a pretty good target for js malware. but the sales and use numbers are so low, you might as well target beos.

      --
      world was created 5 seconds before this post as it is.
  11. Very well. by Microlith · · Score: 4, Insightful

    So long as said security doesn't inhibit my ability to use my machine entirely as I wish, and doesn't treat me as an enemy as well.

  12. Like The Old Joke by SchMoops · · Score: 3, Insightful

    This reminds me of the old joke:

    Alice and Bob are camping when they get attacked by a hungry lion. Running away at top speed, Alice begins to overtake Bob. "We'll never be able to outrun it!" says Bob. Alice replies, "I don't need to outrun the lion - I only need to outrun YOU!"

    In that sense, all the security any given person needs is just not to be low-hanging fruit.

    1. Re:Like The Old Joke by evanbd · · Score: 1

      You also need to not be a particularly tempting fruit. See spear phishing, advanced persistent threats, Stuxnet, etc.

    2. Re:Like The Old Joke by Culture20 · · Score: 1

      This reminds me of the old joke:

      Alice and Bob are camping when they get attacked by a hungry lion. Running away at top speed, Alice begins to overtake Bob. "We'll never be able to outrun it!" says Bob. Alice replies, "I don't need to outrun the lion - I only need to outrun YOU!"

      In that sense, all the security any given person needs is just not to be low-hanging fruit.

      That joke is only about encryption if the bear's name is Carol.

    3. Re:Like The Old Joke by black+soap · · Score: 1

      Two guys are out camping in the woods, and the discussion turns to bears. One of them has a monstrous cannon of a pistol he lugs around all day, but it gets heavy by the end of the day. The other guy shows him a tiny .22 pistol,
      A: "This is what I carry. All I need for bear."
      B: "Are you kidding? You won't even slow down the bear a little bit with that thing."
      A: "I wasn't going to shoot the bear.

      Moral of the story: Increase your own security a little bit, and encourage everyone else to be less secure, but still making enough noise to be an attractive target.

    4. Re:Like The Old Joke by Rich0 · · Score: 1

      Yup, if you want to survive WWIII your bomb shelter is only going to be as useful as its defensibility.

    5. Re:Like The Old Joke by Anonymous Coward · · Score: 0

      Mallory.

  13. Re:One word: Linux! by nzac · · Score: 1

    Linux does not have the market share either.

    The other reason is you hardly ever load software onto it. The other problem with your theory though is chrome (browser) has a massive (relative to Linux) market share, I wonder how long it will be before a persistently open tab could become an "attack vector".

  14. Re:Fundamental design flaw by ozmanjusri · · Score: 2
    Windows Computers weren't designed for security. They still aren't.

    FTFY

    --
    "I've got more toys than Teruhisa Kitahara."
  15. This Is The Wrong Way, Period. by Anonymous Coward · · Score: 2, Interesting

    Yep with capitals on every word.

    So you see every security researcher and their friend claim how good it is to have long, strong unremembered passwords for each of your 1000 services.
    They also want to have a million software work-arounds to manage flaws in the current software and operating system design. Such as ASLR, canaries, what not - then make your believe your system is, I quote again, RESILIENT. Nothing less! Your OS fights back for you and has multiple layers of security! (which usually are all bypassed in one go.. sometimes 2 go.)

    That's a lot of nice words. Slashdot readers should know by now that while all these features are integrated in all modern OS (yay Lion now has real ASLR...) it doesn't stop attacks at all, and barely makes the exploits code longer to figure out.

    These people have had their mind programmed to think a certain way and they do think, since "security is a process" that it's the correct way to secure software in the future. Well, it looks pretty bad and full of holes doesn't it? Pretty crappy security if you ask me, even if that's way better than 10 years ago.
    They've been programmed that way because many fear that their job and their precious antivirus software would be less relevant if the flaws were fixed. Oh I can't tell you how much hate posts such a statement generates. It's like saying 'Chrome sucks because there's Google behind it and they want your data' you know. The truth too many don't like to hear and will close their eyes as if nothing was going on

    There is, and there are however true alternatives. It involves rewriting from scratch the current OSes to fix the design flaws.
    Actual, real OS programmers know this very well. Even the people behind UNIX knew that and rewrote it, and called it Plan9 (which died for other reasons).
    Even Microsoft knows that and wrote Singularity as well as Midori. Even Open source OS programmers know that and made their little spin offs.

    Those OS are by design very secure (even if the 'nothing is 100% secure' still stand true). Every app is sandboxed in it's own memory space. Every driver too and kernel components too. The memory has automatic reference counting and garbage collection, and there is also no way to provoke overflows and any attack of that class. The core assembly is typed to avoid type errors leading to exploits in the core kernel. Its also kept very, very small as are all the critical sections.

    All the message passing between the apps, the apps to the kernel, the driver to the kernel and so on go through a special, ultra fast messaging system and it is the sole and unique vector for communication and thus attacks. Every message is verified and must match a predetermined contract to pass through. The contract describe the kind of data with precision. No more injection of bad data. Not only that but the kernel overhead is actually lower than Windows, OSX or Linux and the apps actually run faster.

    And there's a whole lot more. With today's computer speed we will be able to afford running those new OSes while running legacy apps in emulation mode.
    Besides many applications being written into portable languages such as JS this will be less of an issue.

    1. Re:This Is The Wrong Way, Period. by Anonymous Coward · · Score: 0

      I'd rather do this than use the crappy virtualization stacks we're using now, but microkernels are still very slow.

    2. Re:This Is The Wrong Way, Period. by SecurityTheatre · · Score: 2

      Well, considering that remotely-exploitable network-stack-level overflow vulnerabilities are almost completely gone, either the programming techniques have improved, or these technologies are helping.

      I would like to point out that the pervasive attitude at Sony seemed to be one of "well, nothing is perfect, so we don't need to spend too much money doing our best".

      On the other hand, building a secure OS from the ground up IS the right approach, and I'm sure Mr Miller would agree, but, the simple fact is that IT WONT HAPPEN (yes, all caps). Functionality is the driver, not security. Security necessarily has to be an afterthought, simply for the business reality that many people approach the problem in the same vein as the recent post about iPads "consumerizing" IT. Business people still pay the bills.

      So we take these approaches at making *Better* securityu out of commodity products, rather than deconstructing everything and coming up with a completely new model that is places security first.

      Remember, too, that thus far, the high end pulls the low end along. So those people who need bleeding edge performace, be it database administrators, gamers, 3d modeling, etc... they tend to drag the desktop market around in terms of technology and software support, so you have to find a model to appease them and their needs in order to have your mythical "secure OS" project get off the ground.

  16. Living In an Unsecured World by Anonymous Coward · · Score: 0

    Guess those guys who'll be interested in encrypting theirs are the ones who have saved files that are

    for their eyes only huh. Am one of them. Nothing malicious though. http://financial.atlanticinternationalpartnershipnews.com/

  17. start by taking time to a non rush job and do QA by Joe_Dragon · · Score: 1

    start by taking the time to a non rush job and do a lot more QA / testing. Also usability testing needs to be done as well.

    auto testing can help but it does not cover all things / leads to coding to pass the test missing the stuff that the test does not cover.

  18. Tolerance by U8MyData · · Score: 1

    I am a firm believer that when we came up with the concept of zero tolerance we were in trouble. Life is shades of grey; some more white, some more black never just black nor white. If we lose the ability to take care of ourselves, we lose our ability of self determination a.k.a freedom. We are in trouble...

  19. Stop makeing us change passwords each month or les by Joe_Dragon · · Score: 1

    Stop makeing us change passwords each month or less and cut back on the pass word rules Ti5@j0ke is way to pass with out needing to use a post it and next month it's P@ssw0rd2!

  20. He's mentioned everything except by airfoobar · · Score: 1

    educating the fucking users, which is the most glaring and most fundamental security hole there is. Make sure the users know they need to keep the PCs and anti-viruses updated, make sure they know how, make sure users know not to run untrusted programs, make sure they know what counts as a program (screensavers, plugins, installers... we know but they often don't), make sure they don't insert a USB stick they found in the street, if their PC has an instant-on OS option make sure they use that to do their banking instead of their main OS, if there are grandmas out there using Windows for no good reason try and get them to switch to another OS, teach users to recognise suspicious behaviour and ask for help... need I go on?

    1. Re:He's mentioned everything except by Kargan · · Score: 1

      I don't disagree with what you are saying at all, but I am curious:

      Who is going to do the educating, exactly, and how? It's not like you can force people to learn things they don't want to learn. You don't need a license to use a computer or the Internet.

      Make no mistake, there are actively, willfully ignorant users all over the place. They know what they need to do to learn more - use the computer more. But they don't want to, because using the system is not an enjoyable, rewarding experience. It's more like they approach it with a sense of dread -- "I could click or do something wrong and just ruin the damn thing!" Consider also that even the cheapest pc still costs a few hundred dollars, which is a lot of money for some folks.

      They'd rather just have someone that already knows how to use a computer fix their issue for them, thereby separating the world into the haves and have nots (or in this case, know and know nots) that we have today.

      --
      Palaces, barricades, threats, meet promises
    2. Re:He's mentioned everything except by Anonymous Coward · · Score: 1

      Umm, no. The user should not have to worry about security. It should be secure by default. The burden of security should be placed on the thousands of software engineers instead of the millions of end users.

    3. Re:He's mentioned everything except by airfoobar · · Score: 1

      Who is going to do the educating, exactly, and how?

      At the moment, the only ones trying to teach people about security are frustrated IT workers. Every little bit helps, so if the gov't put some effort into it, quit doing campaigns for the RIAA and started doing something for their citizens, they could improve the situation quite a bit.

      There are a lot of possibilities. From introducing security essentials into school curricula (who needs to be taught Powerpoint?), to encouraging companies to take action to safeguard their own data (the recent hacks should be a wakeup call), to backing open source/diversity more.

      In fact, that last point needs repeating. A monoculture allows bad people to invest all their energies into exploiting a single type of system, with the promise of huge returns. That's how you get massive botnets and millions of infected PCs all the time. If there was more diversity, say two major OSs instead of one, the potential returns from writing a virus would immediately be cut in half.

    4. Re:He's mentioned everything except by airfoobar · · Score: 2

      Unfortunately, that's not how security works. If the users don't know what they're doing, their systems are insecure no matter how much security you build into them.

    5. Re:He's mentioned everything except by SecurityTheatre · · Score: 1

      You can't educate willful indifference.

      Users KNOW they should have strong passwords, but consistently, in my security audits of big companies without technical controls in place to prevent it, 30% or more of passwords are crap like "master" and "cookie" and "god".

      I'm not kidding. People DONT see value. Even if they do, they think... "well, everyone needs to do that, but I am special". It's human nature.

      Security is about fixing human nature, which is why it's so damn hard, and sometimes appears irrational and painful.

      OF COURSE that's the right solution, but it's just going to reduce the problem, not fix it.

    6. Re:He's mentioned everything except by stephanruby · · Score: 1

      You can't educate willful indifference.

      Users KNOW they should have strong passwords, but consistently, in my security audits of big companies without technical controls in place to prevent it, 30% or more of passwords are crap like "master" and "cookie" and "god".

      I'm not kidding. People DONT see value. Even if they do, they think... "well, everyone needs to do that, but I am special". It's human nature.

      Actually, you can to an extent.

      The way I've educated my mom about secure passwords was to teach her how easy it was to crack her own passwords. And when I say teach, I don't mean to say that I broke her passwords for her. No, I showed her the script, explained it a little, and then I made sure she filled out some of the paths and that she ran the script herself.

      That was half of the education process. The other half was to teach her how to make a password out of a long sentence of her choice.

      Just explaining something doesn't always work. For some things, I believe there must be several layers of understanding before it has an effect. And even then, there will always be people who really don't care, like you say, but I believe that percentage to be far lower than 30%. By the way, now my mom's passwords are so freaking complicated and god-awful-long, I think she's over doing them -- but that's for another story.

  21. Re:Fundamental design flaw by ifiwereasculptor · · Score: 2

    Computers weren't designed for security. They still aren't. We shouldn't feel bad though, 'god' didn't do much better.

    A lot of Apple fans will disagree with that last part.

  22. EWD was right... and this guy doesn't get it. by Anonymous Coward · · Score: 0

    "We also need to better control the software loaded on our devices (i.e. Apple's App Store model)."

    That is to consumer control as paladium/tcpa is to consumer security and DRM is to consumer choice.

    Yes, we need better control on the run-time environment of untrusted software. No, the app store model is not the answer. The rest I leave as an excercise, though if this so-called expert gets it wrong, what about the rest of the industry? Go do your homework, guys.

  23. Re:Fundamental design flaw by rtfa-troll · · Score: 0

    To give Microsoft their due, I think Windows (that is to say Windows NT on which current Windows is based) was quite specifically designed for security. Remember the NT kernel was designed by guys stolen from Digital who had worked on VMS. What seems to have gone wrong is that Microsoft has different priorities from their customers. Uncontrollable automatic installation of things like Active X was done because they wanted their new system to push others out of the market place. Look at the big recent push to get the DotNet runtime installed.

    The other thing that went wrong is more interesting and fundamental. Windows design for security actually seems to have achieved the opposite. For example, Windows uses full access lists where Unix traditionally only had file modes. Full access lists should be more "secure" because it should be possible to have the exactly the access you need. In practice, however, users don't understand the access lists and end up either giving too much access or locking themselves out of something. This leads to a situation where the standard practice in many companies is to not allow the users to set their own access lists and completely defeats the entire benefit. Process security is similar and UAC and a bunch of other recent ideas were basically the same problem.

    --
    =~ s,(.*),<sarcasm>$1</sarcasm>,g if any_point_you_wish();
  24. Re:Fundamental design flaw by rtfa-troll · · Score: 1

    Computers weren't designed for security. They still aren't. We shouldn't feel bad though, 'god' didn't do much better.

    Modern ones maybe not. Many older ones, back when a big buyer was the military, and some smaller ones still designed for such areas, are. What we have now is an upgraded micro-controller architecture with security bolted on the back. The problem isn't that we don't know how to do security much better. The problem is that nobody who's building the systems cares enough.

    --
    =~ s,(.*),<sarcasm>$1</sarcasm>,g if any_point_you_wish();
  25. Re:Fundamental design flaw by shadowfaxcrx · · Score: 1

    There's also the issue that security is annoying. Whether it's changing your password monthly or something non-IT related like checking badges at the lobby, security is a pain in the ass, and a lot of people would rather install the security infrastructure and then bypass it. Hell Feynman used to tell the story of the general at Los Alamos who ordered a zillion dollar uber-safe to store the secrets of the bomb in, and then never bothered to change the factory combination.

    One reason UAC and the other recent ideas don't work is because they bug the shit out of the end user. Windows is especially annoying because when it decides it needs admin approval to do something, it pops up a dialog, and *locks the rest of the system from doing anything until you handle the question.* That's asinine. Lock the program in question from doing anything, but don't stop the video I have going in the second monitor. Stupid little irritants like that make me want to turn that crap off, and I know better. Most users wouldn't hesitate to make their system stop pissing them off on a daily basis.

    --
    "I disagree with you" does not equal "flamebait."
  26. Playing Catch Up by cavreader · · Score: 1

    The efforts to improve Internet security are simply being out paced by the rate of new technology implementations. The Internet has been one gigantic Rube Goldberg construct since the beginning. Trying to provide security while maintaining backwards compatibility is creating security nightmares. Any large scale and meaningful security improvements would require a wholesale abandonment of past security methodologies and replacing that security infrastructure would be extremely expensive and would cause incompatibilities that would almost render the Internet useless. Just look at the amount of work required for implementing IPv6. This is only one aspect of the Internet core requirements. Everyone from ISP's, OS developers, and application developers across all platforms will be effected. We certainly know how to create very secure systems but unless we are willing to start over from scratch and abandon any backwards compatibility the chances of creating a more secure Internet is doubtful in the extreme.

  27. "...and I am an unsecured girl"? by XahXhaX · · Score: 1

    Is that how it goes?

  28. Re:Stop makeing us change passwords each month or by SecurityTheatre · · Score: 2

    Listen, I do computer security audits and penetration testing and we break into 90% of the companies we attempt to break into. The simple fact is that password complexity and password changes is probably the #3 biggest risk in the enterprise, aside from simple patching and configuration/hardening issues.

    Through a combination of techniques, we are able to obtain password hashes of various values. Frequently these are cached values. If you've ever logged into a windows workstation on a domain, your password is stored in a cached hash format on the system and that's what we consider a high value find, because we can run those through crackers very quickly to determine the result. Frankly, the first password you supplied is reasonably strong and would take a few days to crack if your attacker/tester was relatively skilled, the second would be picked up in the first pass after only about 10 minutes of a decent cracking system.

    Changing passwords is an important part of keeping these caches from persisting in the long term. I can often tell how often password changes are forced, by looking at the number of valid cached credentials we obtain on the first batch of penetrated systems. Shops that require frequent password changes mean that 60-80% of our cracked cached credentials are going to be invalid (but we will see if there is an obvious pattern, like incrementing the digits by 1). Often we only get one set of valid credentials per machine, and it's for the user of that machine, which is almost inconsequential, since we could impersonate him anyway with the domain security tokens. But in a place with no password changes, or those that happen less than every 3 months or so, the value of those cracked credentials increases greatly.

    Since security is a game of layering protections, it seems a rational thing to do. I recommend 60 days, rather than 30 days, however, just simply for the convenience.

  29. personal computer security = personal hygiene by stephanruby · · Score: 1

    Of course, it makes sense that a security consultant would want to centralize security even more. He would profit from such centralization, but he wouldn't profit from ensuring that we get better security.

    In my opinion, computer security should be approached just like a public health issue. We should teach people good computer hygiene, just like we teach people about proper personal hygiene. Granted, this approach is not going to solve every problem, and this educational effort would have to be never ending, but I don't think there is any way around that.

    We need to start teaching good computer hygiene courses in schools. And for the generations that are already out of school, we need to create ways to get them to catch up to the kids we educate on this subject. For this to really work, everyone needs to learn about proper computer hygiene. Not just the office worker, or IT personnel, but the janitor, the big-shot CEO, the stay-at-home wife, the unemployed, and even grandpa/grandma. The burden of good computer hygiene simply can not be pawned off unto someone else anymore.

    And this goes for the people that are going to teach our kids (or teach us) about good computer hygiene, we can't let security firms, manufacturers, ISPs, software vendors, or even content providers, teach our kids about proper security. We need to start taking responsibility for this ourselves. The industry does not teach, it obfuscates. That's a big part of how it makes money. And letting them teach our kids about good computer hygiene would only lead to too many conflicts of interests. That's why we need to do this ourselves.

    And I say "computer hygiene", but we should probably call it something else. The term "computer" is not enough these days to convey every type of security problems we should be teaching our kids (or ourselves) about. There is social engineering, which can be very low tech. And there are many more types of powerful computing devices, that can still have problems, but that we do not specifically call computers anymore.

  30. Re:Fundamental design flaw by rtfa-troll · · Score: 1

    UAC is not a security feature. Improving it's interface and security simultaneously would be simple by just automatically answering all questions with "no". Doing that "securely" would mean giving the user / administrator a set of instructions for which privileges need to be given to the application at the beginning which is precisely what is too complicated.

    --
    =~ s,(.*),<sarcasm>$1</sarcasm>,g if any_point_you_wish();
  31. Curious question by renoX · · Score: 1

    One curious part of the interview is when Alan Dang write: "But it seems like in today's world, the end-user is playing a less important role. The end-user with the latest software updates who is also savvy to social engineering cannot protect himself against hackers who steal credit card data from Sony."
    This is incorrect: many banks sell "virtual" credit cards services: these CC number work only for one purchase, so users can protect themselves.
    But the sad part in this case is that it's the security conscious users who pay the cost of the protection against hackers, not Sony and the other stupid companies storing credit card numbers on unsecured servers..

  32. Several design issues with hardware and software. by master_p · · Score: 2

    The problem of seccurity starts with CPUs, goes through the operating system and programming languages, and ends up to the communication standards.

    The problem with CPUs is their horrible security model: it is either user or kernel mode for an application, there is no other security mode. This means that once an app is compromised, and foreign code is executed, all sorts of nasty things can be done. A more finegrained CPU security model would offer much better security, allowing software components withihin the same process space to coexist without affecting each other.

    The problem with operating systems is that their security model is based, again, on the guest/administrator model, i.e. it is actually the same security model as the one used by the CPUs. A better security model would allow software that communicates with the outside world to run with less privileges than the user, thus saving the user from being compromized when malicious code. Furthermore, operating systems resources are not virtualized for the user, requiring access to administrator rights for jobs that could not require such rights.

    The problem with programming languages is that the most used programming languages for system programming are too open for abuse. I am talking about C/C++, of course. Take Windows, for example: hundreds of buffer overflows bugs, because C does not do bounds checking on arrays. If C was designed with safety first, performance second, and made checked array access the default, and unchecked array access explicit, less security issue would exist.

    Finally, communications over networks should have been encrypted by default, and only revert to unencrypted when it did not hurt to do so. The encryption support cost would have been minimal by now, as with all technologies that start expensive and get cheap as they are massively produced.

  33. "Stack Canaries" FTW! by Anonymous Coward · · Score: 0

    I don't know what "Stack Canaries" are, but it sounds like an awesome name for a band.

  34. An even more restrictive model by tepples · · Score: 1
    Anonymous Coward wrote:

    If the app store is the best model they can think of, then time to hand in the fricken geek badge.

    They could have proposed an even more restrictive model, namely that of video game consoles. One can't even get started developing for a console unless affiliated with an established company with "industry experience" (that is, having already published a commercial game on another platform).

  35. "far better prices" by tepples · · Score: 1

    'No, more like the Linux RPM/Deb model that's only been around for... what? a couple of decades? And which offer far better prices, control and access to the market.

    If by "far better prices" you mean zero as the only available choice, then how are people supposed to cover the cost of developing high-quality video games or tax preparation software?

    1. Re:"far better prices" by Anonymous Coward · · Score: 0

      Cydia seems to be able to make a Debian APT system work. Independent Devs can and do make money there. The point is we don't need Apple in order to have a secure and profitable market place. In fact it's better if Apple isn't taking such a huge bite out of sales.

    2. Re:"far better prices" by grcumb · · Score: 1

      If by "far better prices" you mean zero as the only available choice, then how are people supposed to cover the cost of developing high-quality video games or tax preparation software?

      By running their own repo/PPA, or paying someone else to broker that service, and only allowing access to paying customers.

      To be perfectly clear: I'm not saying you have to use only your distro's repositories. I'm saying that the Debian/RedHat repo model is a way, way better example of secure software delivery than the Apple App Store.

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
  36. PKI issue by tepples · · Score: 1

    Finally, communications over networks should have been encrypted by default, and only revert to unencrypted when it did not hurt to do so.

    In the system you propose, how would each party know the other's key?

    1. Re:PKI issue by master_p · · Score: 1

      Each part would know the other's public key by exchanging public keys on communication initialisation.

      In order to avoid man-in-the-middle attacks, a solution like verifying the other part's public key by a different route could be used.

  37. Re:Stop makeing us change passwords each month or by Anonymous Coward · · Score: 0

    However you completely miss his point.
    He's saying that if you have to change password regularly, it more or less forces you to use worse passwords, since you also have to remember them.

  38. In a world without by reiisi · · Score: 1

    In a world without MSWindows, who needs MSWalls?

    --
    Computer memory is just fancy paper, CPUs just fancy pens with fancy erasers; the 'net is just a fancy backyard fence.
  39. audits? Did I hear someone say openbsd? by reiisi · · Score: 1

    Almost all major distros have audit processes of some sort. That's the only reason we have not already seen rogue engineers introducing trojans directly into the kernel and/or tools.

    They could be better, but we need more guys like Theo DeRaadt to lead the audit teams, which presents a sort of dilemma.

    --
    Computer memory is just fancy paper, CPUs just fancy pens with fancy erasers; the 'net is just a fancy backyard fence.
  40. Re:design issues with hardware and software. by Anonymous Coward · · Score: 0

    When encryption was added to IP it was added at the Application (top-most) layer, not the transport layer, which is just as simple and far more practical. This stopped encryption being part of the OS kernel and enabled Man-In-The-Middle attacks on a data-gram stream. But that bad design decision is a small part of the problem.

        How many machines use Microsoft's IPsec? With advent of broadband, packet-forwarding needs to be fast meaning dedicated CPUs (embedded devices) for communication: Now the need to decrypt the TCP packet while forwarding is minimal but still an encrypted packet could not be decrypted quickly on an embedded device. Lastly remember, encryption is a weapon, and in this day of 'find the terrorist', 'think of the children', '(wage) war on drugs', governments don't want any communications to be strongly encrypted. Note that GSM encryption was cracked in 2003 but there is no draft to implement more than the current 96-bit encryption. Which returns us to the problem mentioned by CAVreader, that of legacy protocls.

  41. Re:Fundamental design flaw by Geoffrey.landis · · Score: 1

    There's also the issue that security is annoying. Whether it's changing your password monthly or...

    I've never understood why "change your password monthly" has become the poster child for security advice most often mandated by IT departments. On the list of things to make security stronger, this wouldn't even be in the top one hundred, and in fact, I suspect frequent password changes make security weaker.

    ("Never use the same password on two different systems" would have been my number one choice for advice.)

    --
    http://www.geoffreylandis.com
  42. is it just me by Anonymous Coward · · Score: 0

    Or has this guy really made a living out of figuring out a way to destroy a battery and calling it a "hack".... Hell give me a sledge hammer and I can hack any laptop in his mindset.

  43. Re:One word: Linux! by kurt555gs · · Score: 1

    Actually, paraphrasing the great line from Soylent green, "Chrome OS is made of SUSE"!

    So, it is Linux. It just has anything not needed removed and all the posts not needed locked up. It's *prolly very secure in it's own right.

    I had a Samsung Galaxy Tab 7", and replaced it with the Chromebook. It is great as an internet appliance with a real keyboard.

    --
    * Carthago Delenda Est *
  44. Re:Fundamental design flaw by shadowfaxcrx · · Score: 1

    I've always thought it was a butt-covering method. "Yeah, we had a data breach but we're taking proper security measures. We make them change their password every month!"

    You're right - it makes it less secure. Everyone at my office writes their pw down and stores it somewhere around their desk.

    --
    "I disagree with you" does not equal "flamebait."
  45. One of two 'solutions' by Anonymous Coward · · Score: 0

    I think we will see the "increase the cost of attack" model be one of two solutions going forward. It will work well for highly organized organizations as well as small individuals. However, a large portion of the entire population will not take the necessary steps and will still be "low cost to attack" ultimately succeptable to anonymous-type attacks.

    The second 'solution' will be a more active defense. Right now, people attack computers because the chance an unsuccessful attack will have a negative impact on them is basically zero. And the impact of a successful attack is much more likely to be positive (for the attacker) than negative. This also makes it very easy to practice attacking, particularly for people in other countries without the laws or will to deal with it. What we need is an active approach to our defenses. If you catch someone attacking, profile them and deny them access to services, wall them off to only access useless data, and deny them attack opportunities the next time they come knocking. This could be done by major organizations for themselves. Also, companies like Google or ISPs could provide this service for all hosts within their sphere of control. Some parts of it could even be automated and placed on servers and network gateways, (similiar to project honey pot or bad behavior.)

  46. Only one lion by Anonymous Coward · · Score: 0

    This reminds me of the old joke:

    Alice and Bob are camping when they get attacked by a hungry lion. Running away at top speed, Alice begins to overtake Bob. "We'll never be able to outrun it!" says Bob. Alice replies, "I don't need to outrun the lion - I only need to outrun YOU!"

    In that sense, all the security any given person needs is just not to be low-hanging fruit.

    The joke only works so long as theres only one lion.

    In the real world, there are plenty of hackers and plenty of targets, plenty of lions and plenty of campers, and no guarantees.

  47. Re:Stop makeing us change passwords each month or by Anonymous Coward · · Score: 0

    Forcing people to change passwords regularly is the biggest risk of all - because that _ensures_ that most people have simple, easily remembered passwords. Which are also very easy to crack. I change passwords only once per break-in incident. Which means I have the same password for many years at a time. Nobody guesses it, because it it is long and complicated. (Break-ins so far has been through buggy software, not passwd guessing.)

    People with enforced password change have passwords like "peter01", "peter02", ... If someone abuses the account and suddenly find that "peter05" no longer lets them in - of course "peter06" is the next try. Most people simply can't come up with good hard-to-guess passwords month after month for many years. Or if they do, they consistently forget them over holdidays. Get a single _good_ password, Long, convoluted, and use it for years.

    Password caching, in a easily breakable form? What kind of silliness is that? If the password is cached in a form that lets you break in - well it'd be cached after day one. So not much security in changing it a month or two later. If it is broken early, there is time enough to install a keylogger program for the next password. Or just break the new password the same way as the first. A better fix - don't use such software.

  48. Re:One word: Linux! by Rich0 · · Score: 1

    Actually, believe it or not it is based on Gentoo - at least the package management aspects are. The end-user experience is pretty appliance-ish.

    One thing going for Chrome is the fact that it uses secure boot, so that greatly limits attack vectors, and if you do manage to get temporary control the next OS upgrade is going to fix that, unless you manage to somehow block those (and that will be even harder to do without tripping the signature checks). And, it is pretty trivial to re-image in the absolute worst case (push a button and insert a USB drive - re-provisioning takes 2 minutes and your settings/apps get completely restored on first login). There is an app you can download to make the rescue drive, and Google is looking to make it possible to create it from chrome.

    On the other hand if you can root a phone chances are you'll be able to root chrome - nothing is perfect. However, compared to the typical general-purpose OS it is fairly secure.

  49. Re:Stop makeing us change passwords each month or by Anonymous Coward · · Score: 0

    If you've ever logged into a windows workstation on a domain, your password is stored in a cached hash format on the system and that's what we consider a high value find, because we can run those through crackers very quickly to determine the result. Frankly, the first password you supplied is reasonably strong and would take a few days to crack if your attacker/tester was relatively skilled, the second would be picked up in the first pass after only about 10 minutes of a decent cracking system.

    Rainbow tables to defeat *good* passwords (more like passphrase sprinkled with odd characters, digits, and mixed-case) on modern Windows systems are not yet practical. Same goes for automatic crackers, dictionary-based or not. For now, a long, complex password mitigates those threats. But if you force frequent password changes, most people won't be able to deal with remembering a new *good* password every other month, and you'll end up with short, trivial passwords, often very similar to the previous one. If you force frequently changed passwords to be sufficiently complex, you'll merely shift the weakness from the hashes to increased use of post-it notes.

    Human nature is the most persistent security weakness, and frequent password changing plays right into it.

    - T

  50. Agreed, 110%: Hence, this, since 1997 by Anonymous Coward · · Score: 0

    From/By "Yours Truly" -> http://www.bing.com/search?q=%22HOW+TO+SECURE+Windows+2000%2FXP%22&go=&form=QBRE

    To "immunize" a Windows system, I effectively use the principles in "layered security" possibles!

    I.E./E.G.-> I have done so since 1997-1998 with the most viewed, highly rated guide online for Windows security there really is which came from the fact I also created the 1st guide for securing Windows, highly rated @ NEOWIN (as far back as 1998-2001) here:

    http://www.neowin.net/news/apk-a-to-z-internet-speedup--security-text

    & from as far back as 1997 -> http://web.archive.org/web/20020205091023/www.ntcompatible.com/article1.shtml which Neowin above picked up on & rated very highly.

    That has evolved more currently, into the MOST viewed & highly rated one there is for years now since 2008 online in the 1st URL link above...

    Which has well over 500,000++ views online (actually MORE, but 1 site with 75,000 views of it went offline/out-of-business) & it's been made either:

    ---

    1.) An Essential Guide
    2.) 5-5 star rated
    3.) A "sticky-pinned" thread
    4.) Most viewed in the category it's in (usually security)
    5.) Got me PAID by winning a contest @ PCPitStop (quite unexpectedly - I was only posting it for the good of all, & yes, "the Lord works in mysterious ways", it even got me PAID -> http://techtalk.pcpitstop.com/2007/09/04/pc-pitstop-winners/ (see January 2008))

    ---

    Across 15-20 or so sites I posted it on back in 2008... & here is the IMPORTANT part, in some sample testimonials to the "layered security" methodology efficacy:

    ---

    SOME QUOTED TESTIMONIALS TO THE EFFECTIVENESS OF SAID LAYERED SECURITY GUIDE I AUTHORED:

    http://www.xtremepccentral.com/forums/showthread.php?s=672ebdf47af75a0c5b0d9e7278be305f&t=28430&page=2

    "I recently, months ago when you finally got this guide done, had authorization to try this on simple work station for kids. My client, who paid me an ungodly amount of money to do this, has been PROBLEM FREE FOR MONTHS! I haven't even had a follow up call which is unusual." - THRONKA, user of my guide @ XTremePcCentral

    AND

    "APK, thanks for such a great guide. This would, and should, be an inspiration to such security measures. Also, the pc that has "tweaks": IS STILL GOING! NO PROBLEMS!" - THRONKA, user of my guide @ XTremePcCentral

    AND

    http://www.xtremepccentral.com/forums/showthread.php?s=672ebdf47af75a0c5b0d9e7278be305f&t=28430&page=3

    "Its 2009 - still trouble free! I was told last week by a co worker who does active directory administration, and he said I was doing overkill. I told him yes, but I just eliminated the half life in windows that you usually get. He said good point. So from 2008 till 2009. No speed decreases, its been to a lan party, moved around in a move, and it still NEVER has had the OS reinstalled besides the fact I imaged the drive over in 2008. Great stuff! My client STILL Hasn't called me back in regards to that one machine to get it locked down for the kid. I am glad it worked and I am sure her wallet is appreciated too now that it works. Speaking of which, I need to call her to see if I can get some leads. APK - I will say it again, the guide is FANTASTIC! Its made my PC experience much easier.

  51. Re:Fundamental design flaw by LinuxIsGarbage · · Score: 1

    And doesn't everyone just increment their monthly password? Basepassword!1, Basepassword!2, Basepassword!3, etc.

  52. The App Store Model Sucks! by Anonymous Coward · · Score: 0

    The app store sucks, why would I want to model my applications after something that make my computing experience as well as others' less appealing?

  53. CA, WOT, or Perspectives? by tepples · · Score: 1

    In order to avoid man-in-the-middle attacks, a solution like verifying the other part's public key by a different route could be used.

    I can think of three sorts of "different routes", none without drawbacks:

    • Using a CA that offers X.509 style hierarchical PKI can be expensive.
    • Using a web of trust can be expensive if you aren't already a frequent flyer. Without attending key signing parties far from home, your key will be connected primarily to other keys in the same city, meaning the number of keys reachable from your key isn't going to grow very large. Or what am I missing?
    • Perhaps by "routes" you meant diverse routes through the Internet, as used by the Perspectives extension. But this won't help when the MITM is between a host and its upstream on the same stub network, such as between the server and its colo's backbone connection or between you and your ISP's backbone connection. In that case, every route sees the same MITM.
    1. Re:CA, WOT, or Perspectives? by master_p · · Score: 1

      How about verifying the public key by uploading it to an email account, like Mozilla's single sign on system?

  54. Re:Several design issues with hardware and softwar by strikethree · · Score: 1

    The problem with CPUs is their horrible security model: it is either user or kernel mode for an application, there is no other security mode.

    Wrong. The x86 architecture alone has numerous rings. Five I think? No mainstream kernels use more than two of those rings.

    The problem with programming languages is that the most used programming languages for system programming are too open for abuse. I am talking about C/C++, of course. Take Windows, for example: hundreds of buffer overflows bugs, because C does not do bounds checking on arrays. If C was designed with safety first, performance second, and made checked array access the default, and unchecked array access explicit, less security issue would exist.

    C is just a tool. How a tool is used is a methodology. The tool is not at fault, the methodology is. Even with a good methodology, you just can not have morons at the console writing the code. I know, business owners dream of a world where they can have low-cost interchangeable morons writing code. That is not going to ever happen (reliably).

    Finally, communications over networks should have been encrypted by default, and only revert to unencrypted when it did not hurt to do so. The encryption support cost would have been minimal by now, as with all technologies that start expensive and get cheap as they are massively produced.

    I think Phil Zimmerman is the name of a guy you should talk to. Working with encryption has been an extremely dangerous pastime in a not-too-distant history. ITAR is the acronym you should specifically be looking for. One example: Windows 2000 shipped capable of doing 56 bit encryption (useless) due to ITAR. Once you proved you were in America, you could upgrade to 128 bit encryption.

    --
    "Someone needs to talk to the tree of liberty about its ghoulish drinking problem." by ohnocitizen
  55. Re:Fundamental design flaw by kmoser · · Score: 1

    Thanks for revealing my password, you insensitive clod!

  56. Re:Several design issues with hardware and softwar by Anonymous Coward · · Score: 0

    That all sounds fine, but you don't really understand how security works in processors, OSs, or network communications.

    Processors: actually x86 processors have 4 rings: http://en.wikipedia.org/wiki/Ring_0

    OSs: it doesn't matter how many levels you have -- once you've been compromised, you've been compromised. extra levels just make it more complicated. You always need privileged services to help with tasks you aren't allowed to do and it doesn't matter how many levels or how fine grained they are -- they are all more privileged than you or they don't matter. Your recommendation is for a sandbox -- they still get hacked (see Chrome). Virtualization doesn't help as you still need higher privileged services.

    Communications networks links can't be encrypted without and exchange of keys, that's where this breaks down. Who do you trust to control the keys (see recent Comodo hack and other related certificate authority weaknesses).

  57. Re:Stop makeing us change passwords each month or by SecurityTheatre · · Score: 1

    Active Directory cached credentials are salted. I've never seen RT files for anything other than the "administrator" account. It's a non-trivial hash.

    But your point is valid.