Slashdot Mirror


Researcher Releases Hardened OS "Qubes"; Xen Hits 4.0

Trailrunner7 writes "Joanna Rutkowska, a security researcher known for her work on virtualization security and low-level rootkits, has released a new open-source operating system meant to provide isolation of the OS's components for better security. The OS, called Qubes, is based on Xen, X and Linux, and is in a basic, alpha stage right now. Qubes relies on virtualization to separate applications running on the OS and also places many of the system-level components in sandboxes to prevent them from affecting each other. 'Qubes lets the user define many security domains implemented as lightweight virtual machines (VMs), or 'AppVMs.' E.g. users can have 'personal,' 'work,' 'shopping,' 'bank,' and 'random' AppVMs and can use the applications from within those VMs just like if they were executing on the local machine, but at the same time they are well isolated from each other. Qubes supports secure copy-and-paste and file sharing between the AppVMs, of course.'" Xen's also just reached 4.0; some details below. Dominik Holling writes "With a small announcement on their mailing list, the open source community hypervisor Xen has reached the official release of version 4.0.0 today. The new features are: 'blktap2 (VHD support, snapshot discs, ...), Remus live checkpointing and fault tolerance, page sharing and page-to-disc for HVM guests, Transcendent memory (http://oss.oracle.com/projects/tmem/).' A complete list of all changes can be found on the Xen wiki and the source can be found on the official website and the Xen Mercurial repositories."

129 comments

  1. sounds promising by Dayofswords · · Score: 1, Redundant

    I wonder how it will be when it hits stable, and what support it will have for devices

    --
    Someday we'll hit the human carrying capacity. And the band will just play on.
    1. Re:sounds promising by metamechanical · · Score: 5, Funny

      And that, ladies and gentlemen, is the TRUE spirit of free software.

      --
      If I had a nickel for every time I had a nickel, I'd be richcursive!
    2. Re:sounds promising by Anonymous Coward · · Score: 0

      that was a simple accurate response to mr dayofswords and his lack of knowledge and/or first hand experience... xen works well.

    3. Re:sounds promising by Lunix+Nutcase · · Score: 1

      dayofswords was talking about Qubes. Unfortunately timothy was a moron and posted together two different stories.

    4. Re:sounds promising by metamechanical · · Score: 0, Offtopic

      That may be, but its clearly lacking driver support for certain models of anal dildos. But not for long!

      --
      If I had a nickel for every time I had a nickel, I'd be richcursive!
    5. Re:sounds promising by orsty3001 · · Score: 0, Troll

      I want to call Qubes "Pubes".

    6. Re:sounds promising by Anonymous Coward · · Score: 0

      Tell me where I can get an 8 inch, ribbed vibrating finger.

    7. Re:sounds promising by Anonymous Coward · · Score: 0

      A dildo?

    8. Re:sounds promising by Anonymous Coward · · Score: 0

      So no, they all don't work. That's why there are specific dildos designer for ass, either mens or womens.

      Most... off... topic... post.... EVER!!!!

    9. Re:sounds promising by ArcherB · · Score: 1

      I'm writing a driver for it to support the anal dildos i'm going to jam into your asshole.

      What port does that plug into....?

      OH wait, never mind.

      Would you really need a driver for that? Wait, what kind of "driver" are we talking about here? Would a mallet work? Kinda gives "RAM-drive" a new meaning, eh?

      (I better stop)

      --
      There is no "I disagree" mod for a reason. Flamebait, Troll, and Overrated are not substitutes.
    10. Re:sounds promising by Anonymous Coward · · Score: 0

      Yunno, you really don't need to show off ALL your knowledge.

    11. Re:sounds promising by Anonymous Coward · · Score: 0

      THAT's why I always read the EULA...

    12. Re:sounds promising by Anonymous Coward · · Score: 0

      that isnt even remotely all his knowledge. his many years of being the butt slut of ballmer have taught him a ton about anal play and toys

  2. Virtualization doesn't work vs. file macrovirus by rsborg · · Score: 3, Interesting
    A document that's infected would still need to be opened, and thus presents a vector that needs to be scanned against. Given the recent PDF exploit issues, I think this is still an large attack profile... still necessitating virus scanners (and app firewalls).

    Still, this is still a great advancement... will be interesting to see what performance impact this has.

    --
    Make sure everyone's vote counts: Verified Voting
    1. Re:Virtualization doesn't work vs. file macrovirus by sopssa · · Score: 1, Interesting

      Sure, but nothing works against every threat. You will never discover a single perfect defense. It doesn't mean its useless to harden the single parts, like in this case OS components to keep rootkits away.

      It's dead easy to make a rootkit for the existing operating systems. In Windows you need to hook the system API's. In Linux it's even easier - just replace the system executables. You even have a source code for them, making it really easy to add a simple code that checks if file/process/etc has certain text like "~abc~" and then just ignore that file.

    2. Re:Virtualization doesn't work vs. file macrovirus by 0ptix · · Score: 2, Interesting

      I guess the idea is to run adobe PDF in it's own VM that has minimal permissions. Then when it is infected the virus can't access anything the VM isn't allowd to. (grsec let's you do something like that with the ACLs, roles and users.) For example if you do updates manually then you can restrict the VM of adobe Reader to not have net access. so the virus couldn't contact the outside world either. it's all a question of how much you're willing to compartmentalize your system. the more hassel you are willing to deal with the more secure you can get it (up to a point). This also addresses another comment in this discussion that claims that shoddy coding is not addressed by this fix. the idea of this and similar OSs is to limit the damage after said shoddy coding has been exploited. Not to fix the actual exploitation of that coding.

      What i don't get is how this systems is really different from the ACL system of other secure OSs such as grsec... i mean on a high level it seems to be about the same thing. each is a different solution to the same problem of how to compartmentalize your system. in this light what advantage does the new VM based system have over grsec? compartmentalization at a lower level maybe? i.e. even internal to the kernel etc. I don't know enough about how grsec is implemented to know if that is really a difference...

    3. Re:Virtualization doesn't work vs. file macrovirus by Zerth · · Score: 1

      It does if you revert the VM after you are done. Nothing gets saved unless the infectious agent can break out of the VM. At worst, it'll send some spam if you allow the document reader VM net access.

    4. Re:Virtualization doesn't work vs. file macrovirus by Anonymous Coward · · Score: 0

      It's dead easy to make a rootkit for the existing operating systems. In Windows you need to hook the system API's. In Linux it's even easier - just replace the system executables.

      Clearly you know nothing whatsoever about Linux.

      You even have a source code for them, making it really easy to add a simple code that checks if file/process/etc has certain text like "~abc~" and then just ignore that file.

      LOL

    5. Re:Virtualization doesn't work vs. file macrovirus by 99BottlesOfBeerInMyF · · Score: 3, Insightful

      A document that's infected would still need to be opened, and thus presents a vector that needs to be scanned against.

      If the PDF viewer is running in a separate VM container, however, what exactly do you think it's going to accomplish? Read your other PDFs? sure. Delete them even? Okay. But since you probably did not give that VM access to your network it's unlikely to be able to do anything actually beneficial to a malware writer.

      ...still necessitating virus scanners (and app firewalls).

      Well, virus scanners are a bonus, although not a lot of use on Linux given the amount of malware out there. Configuration of VMs takes over a lot of the same task as application level firewalls here, although the overhead tradeoffs of each approach should be looked at.

    6. Re:Virtualization doesn't work vs. file macrovirus by sopssa · · Score: 1

      Care to tell me why that doesn't work? It works for me. Sure you also need to hook some calls, but even that simple thing tricks most people, including good admins.

    7. Re:Virtualization doesn't work vs. file macrovirus by Jahava · · Score: 3, Informative

      I think the idea is that you'd run different domains to protect different sets of files. You'd run your tax software in a "tax" domain, and if any PDF software got infected, it wouldn't be able to touch the "tax" domain information.

      Versus locked-down operating systems, you have a valid point (and my personal issue with this approach). However, it's not without its advantages. In a standard Linux system, every userspace process has access to around 330 system calls. Each one of these is an interface into the kernel, and a bug in even one of them is enough to take over the kernel. Furthermore, any application that can load kernel modules can potentially dominate the kernel.

      In the Qubes system, each domain is protected by a virtualization layer. It does have domainhypervisor interfaces (similar to system calls) to allow I/O, graphics, and the copy-paste subsystem to run, but there are a lot fewer of them. They are oriented around a finite functionality - the aforemented I/O, graphics, etc., while system calls must exist for all userspace functionality. Therefore, as userspace applications get more complex and system calls (per-domain) increase in number and complexity, the domainhypervisor interface will be more or less static. This hopefully leads to them being easier to secure and lock down.

    8. Re:Virtualization doesn't work vs. file macrovirus by turbidostato · · Score: 0, Troll

      "If the PDF viewer is running in a separate VM container, however, what exactly do you think it's going to accomplish?"

      Well, provided that "...Qubes supports secure copy-and-paste and file sharing between the AppVMs" I'll let it opened to your own imagination.

    9. Re:Virtualization doesn't work vs. file macrovirus by BitZtream · · Score: 2, Informative

      Its pretty easy to make a rootkit for any PC based OS ... the real problem is getting it loaded before the main OS. Contrary to popular belief, even with the advent of hardware virtualization helpers, boot viruses that hid themself away from the main OS are nothing new and have been around probably longer than you've owned your own computer.

      The rootkit simply has to be first, after that theres nothing anyone can do.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    10. Re:Virtualization doesn't work vs. file macrovirus by Jah-Wren+Ryel · · Score: 1

      Well, provided that "...Qubes supports secure copy-and-paste and file sharing between the AppVMs" I'll let it opened to your own imagination.

      One narrowly defined point of access to the other VMs is orders of magnitude easier to secure than the way it works now. It's the security equivalent of putting all your eggs in one basket and then watching that basket really, really closely.

      --
      When information is power, privacy is freedom.
    11. Re:Virtualization doesn't work vs. file macrovirus by istartedi · · Score: 1

      I'd rather have my machine be a spambot for an hour than lose my PDFs.

      Worst case scenario for being a spambot is that I get taken off the network for a few minutes. My PDFs? Maybe it's an archive of patents I need to review, the instructions for the fromulator, or my master's thesis. Certainly, they should all be backed up, and we should all test our *restore* from backup. That's the only real security, but I don't want deletion to happen lightly.

      In general, do apps really need delete permission anyway? How about just giving them change permission. In other words, something like a local svn commit. Then, if something funny happens you can just roll back. I think Macs come with something like that built in... the name escapes me.

      --
      For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
    12. Re:Virtualization doesn't work vs. file macrovirus by Anonymous Coward · · Score: 0

      Hypervisors like Xen have never claimed to scan or detect malware. The hypervisor simply provides VM isolation guarantees, so the malware will be contained and the integrity of other VM's on the platform will be unharmed.

    13. Re:Virtualization doesn't work vs. file macrovirus by Fred_A · · Score: 2, Insightful

      >Still, this is still a great advancement... will be interesting to see what performance impact this has.

      Current machines (with the possible exception of so called "netbooks") are so insanely fast that the performance impact of a virtualised environment doesn't matter much save for a few very specific applications : games, graphic processing, etc. Not what typical users require. And there are ways to lower the impact when running a high requirement application. It will require a bit more RAM (if even that), but current machines are certainly adequate CPU-wise.

      This is IMO one potential direction that OS architectures may have to follow in order to become more resilient in the face of a growing number of threats. I think it would be much more manageable for the average user than something like SELinux. The old permission system isn't in itself sufficient because users cannot be trusted and may "voluntarily" allow malicious applications. So sandboxing everything is reasonable.

      --

      May contain traces of nut.
      Made from the freshest electrons.
    14. Re:Virtualization doesn't work vs. file macrovirus by 99BottlesOfBeerInMyF · · Score: 1

      In general, do apps really need delete permission anyway? How about just giving them change permission. In other words, something like a local svn commit.

      Agreed. And Qubes does provide the ability to revert an entire VM, so even if your PDFs were all deleted or corrupted, it should not be permanent if you catch it in time.

      I think Macs come with something like that built in... the name escapes me.

      Macs do have a nice, built in versioning called "Time Machine" but most users do not buy the required external drive to make use of it.

    15. Re:Virtualization doesn't work vs. file macrovirus by BikeHelmet · · Score: 1

      will be interesting to see what performance impact this has.

      Performance impact?... performance improvement!

      Now virus scanners can target specific scanning methods to specific VMs! Oh sure, there's some VM overhead - but think of the efficiency other software (like firewalls and virus scanners) gain by having everything segmented like this?

    16. Re:Virtualization doesn't work vs. file macrovirus by HiThere · · Score: 1

      Why would you give a PDF reader the ability to modify or delete files on the disk? If you're running it in a virtual machine that's designed for security, I'd think that would be one of the things that would be prevented. Have it think of the disk as a really fast CD.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    17. Re:Virtualization doesn't work vs. file macrovirus by 99BottlesOfBeerInMyF · · Score: 1

      Why would you give a PDF reader the ability to modify or delete files on the disk? If you're running it in a virtual machine that's designed for security, I'd think that would be one of the things that would be prevented. Have it think of the disk as a really fast CD.

      While I agree that seems a reasonable configuration provided it is easy for the user to get around (For PDF forms and PDFs I want to annotate), I don't think that is a normal setup for Qubes, the technology we're discussing. Rather, it lets you copy and paste files between VMs, so the workflow would probably look more like, downloading them in one VM, then copying them to your PDF reader's VM. Normal users would probably delete them from the former to save space. Now if your PDF reader reacted badly to a PDF, it could probably (by default) still hose all the PDFs in that VM. The user could, in turn, roll back the VM, provided the state before that was still saved.

      In a perfect world, each app should be segregated and limited and access to read a file should have to be in response to one user action, and the ability to write to a file would have to result from another, with a sandbox monitored for integrity (whether and ACL, jail, or VM) blocking that action. We were not, however, discussing a perfect setup but what actually happens today using Qubes.

    18. Re:Virtualization doesn't work vs. file macrovirus by Anonymous Coward · · Score: 0

      "Its pretty easy to make a rootkit for any PC based OS ... the real problem is getting it loaded before the main OS. Contrary to popular belief, even with the advent of hardware virtualization helpers, boot viruses that hid themself away from the main OS are nothing new and have been around probably longer than you've owned your own computer. The rootkit simply has to be first, after that theres nothing anyone can do." - by BitZtream (692029) on Wednesday April 07, @04:18PM (#31766350)

      That's NOT true Bitz!

      In fact, there's quite a LOT you can do vs. what you called "boot viruses" above (yes, even rootkits that originate from the boot sector)!

      All it takes is RECOVERY CONSOLE from a Windows 2000/XP/Server 2003 installation CD, & booting up from it, + 1 command vs. bootsector originated virus or, even boot sector originated rootkits:

      FIXMBR!

      (It can "blow out" boot sector originated rootkits in Windows NT-based Operating Systems (Windows 2000/XP/Server 2003))

      Also, since you left your reply "sort of vague" as to your utilizing the term 'boot viruses'?

      Well - IF a rootkit/virus/trojan/worm (malware in general) starts BEFORE the OS shell we all logon to, to interact w/ our OS, such as via a bogus driver &/or service even, vs. using the bootsector to do so?

      Then there's 3 more RECOVERY CONSOLE COMMANDS that take care of that much too:

      ----

      ListSvc (shows services & drivers states of stopped or started - THIS INCLUDES BOGUS ONES, services OR drivers, that "malware-in-general" could be using)

      Enable (starts up a service &/or driver (malware ones included))

      Disable (stops a server &/or driver (malware ones included))

      ----

      Which can show you what's ENABLED or DISABLED first, via LISTSVC, & then, turn them back on or off if/when needed, using ENABLE or DISABLE, respectively!

      (Trick is, recognizing which ones do what (listsvc shows SOME of this, but, odds are, malware ones WON'T... & if THAT doesn't 'cut it'?? Then, you look
      up ones w/ out a descriptive next to them in listsvc's outputs (because iirc, it names the service it turns them on, or off, etc.)))

      (Hope this helps, or just "turns you on" or even reminds you, of something you may have just forgotten over time is all (especially if you're one of the folks that left Windows behind for say, a *NIX variant, long ago...))

      APK

      P.S.=> Above all else, I'm PRETTY SURE you & I have "had it out" here in a "bad way" before in "techno-geek debates" but this isn't to "bust your balls"!

      It's really ONLY to inform you man, this is all (nobody knows it all, not I included... but, I *THINK* you might have overlooked the above is all, & this MAY remind you of it, or perhaps, enlighten you to its existence is all, so you don't misinform unintentionally is all))... apk

    19. Re:Virtualization doesn't work vs. file macrovirus by darkpixel2k · · Score: 1

      In Linux it's even easier - just replace the system executables.

      Wasn't there a best-practice that put /sbin, /bin, /usr, and all the other executable files on a separate partition that was mounted read-only? You pretty much left /home, /etc, and /var RW?

      I guess if you wanted to install updates, you could remount RW or (safer) reboot into single-user mode, mount RW and install...

      --
      There's no place like ::1 (I've completed my transition to IPv6)
  3. Hardware sandboxing by EdZ · · Score: 2, Interesting

    With the proliferation of multi-core CPUs and GPU clustering, I wonder how long until VMs simply become entirely separate physical systems sitting on your motherboard.

    1. Re:Hardware sandboxing by Velox_SwiftFox · · Score: 1

      I just hope they have working NUMA support and have jumbo frames fixed in the network bridging in Xen 4.0.

    2. Re:Hardware sandboxing by Junior+J.+Junior+III · · Score: 1

      With the proliferation of multi-core CPUs and GPU clustering, I wonder how long until VMs simply become entirely separate physical systems sitting on your motherboard.

      Yeah, I bet we could really accelerate the performance of these virtual systems if we could run them on dedicated hardware.

      --
      You see? You see? Your stupid minds! Stupid! Stupid!
    3. Re:Hardware sandboxing by kgo · · Score: 3, Funny

      Then they'd just be M's... ;-)

      --
      Can you construct some sort of rudimentary lathe?
    4. Re:Hardware sandboxing by MBGMorden · · Score: 1

      Indeed. Circular logic is just surprising sometimes.

      "Hey guys - wouldn't it be awesome if we setup the VM's so that each one of them had their own dedicated hardware!"

      About as bright as the time one of our web guys decided to use DNS to assign all his servers a name based on their serial number - and then started asking if there was any way to assign a name to each one that was easier to remember.

      --
      "People who think they know everything are very annoying to those of us who do."-Mark Twain
    5. Re:Hardware sandboxing by tepples · · Score: 1

      "Hey guys - wouldn't it be awesome if we setup the VM's so that each one of them had their own dedicated hardware!"

      A blade server can do that.

      About as bright as the time one of our web guys decided to use DNS to assign all his servers a name based on their serial number - and then started asking if there was any way to assign a name to each one that was easier to remember.

      I believe that's called a CNAME.

    6. Re:Hardware sandboxing by meatpan · · Score: 2, Funny

      This will probably happen sometime in the 1970's with the IBM's z-series. Also, in the 1990's Sun might introduce their own hardware isolation through a product called Dynamic System Domains. It's hard to tell though. I think the future is going to be rough for Sun.

    7. Re:Hardware sandboxing by sowth · · Score: 1

      I believe this situation is what many slashdotters refer to as "woosh!"

    8. Re:Hardware sandboxing by vegiVamp · · Score: 1

      Have a look at Sun's ideas on Zones and Domains. We're currently running several M-5000s.

      Oh, and waaaaay before that, there were mainframes.

      --
      What a depressingly stupid machine.
  4. Sandboxes and Jails by bhima · · Score: 2, Interesting

    I'd like to read a serious comparison between this and jails in FreeBSD and sandboxes in Mac OS.

    I think a lot of these ideas have been around for a very long time but they are such a pain in the ass, very few people actually use them.

    --
    Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
    1. Re:Sandboxes and Jails by 0123456 · · Score: 1

      Sounds very similar to the security level capabilities in OpenSolaris too.

    2. Re:Sandboxes and Jails by lbalbalba · · Score: 1

      Trusted AIX ?

    3. Re:Sandboxes and Jails by vlm · · Score: 1

      I think a lot of these ideas have been around for a very long time

      Ya think so? At least since 1972? And VM is still in active use and under development?

      http://en.wikipedia.org/wiki/VM_(operating_system)

      Of course you have to violate 104 IBM patents to run it on an emulator, but still...

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    4. Re:Sandboxes and Jails by Just+Some+Guy · · Score: 1

      I think a lot of these ideas have been around for a very long time but they are such a pain in the ass, very few people actually use them.

      I use FreeBSD jails all the time. Want a fresh, new environment for testing? ezjail-admin create testenvironment.example.com 10.20.1.5, ssh in, and start working on it. My understanding is that you're limited in practice to several tens of thousands of jails per machine, but I haven't bumped up against that yet.

      --
      Dewey, what part of this looks like authorities should be involved?
    5. Re:Sandboxes and Jails by Anonymous Coward · · Score: 0

      >Of course you have to violate 104 IBM patents to read this post, but still...

  5. Won't work by jmorris42 · · Score: 1, Insightful

    This idea is an example of failing to understand the problem.

    The problem with security comes from several primary sources:

    1. Complexity. Too many layers with poorly understood security implications. This lady might actually understand the monster she spawned but no admin trying to implement it will understand all of the corner cases. See SELinux.

    2. Shoddy coding. So this gets tossed over the wall and will (assuming it is to matter) be completed by people who don't really understand it. Unless this one proves an exception it won't ever get a proper top to bottom security audit of the codebase. So it will have all the bugs in Linux, Xen and the hardware bugs in the virtualization layer and then it will add a whole new set of bugs to exploit.

    And this one adds the fact it doesn't even try to secure the apps, it tries to stop misbehaving apps (like SELinux) from accessing things it shouldn't If history shows anything, giving an attacker any access to run code locally gives them all they need to leverage it into root eventually.

    --
    Democrat delenda est
    1. Re:Won't work by Archangel+Michael · · Score: 4, Insightful

      1) Any system simple enough that anyone can use it, is either a toaster, or won't be useful in any customized way.

      2) Coding doesn't need to be "shoddy" to be a security risk. It just simply needs to fail to realize the edge cases nobody thought of when writing the code. If you make the code complicated enough and run enough checks, it becomes complicated mess that nobody wants to use.

      The problem with security is one of optimizing the risk to the amount of protections built into the system. Back in DOS days, I'm sure that DOS was insecure from many many levels, however because it was standalone, the security of "networking" wasn't even considered.

      However the #1 security risk with computers isn't "code" or "Programs" or Hackers or whatever; the BIGGEST problem is Social Engineering, of which there is no fix other than "Stupid should hurt".

      When a web dialog box can mimic a system dialog box saying "Your Computer is Infected CLICK HERE to fix it", which downloads and installs Antivirus 2010 crapware, the problem isn't Firefox, Windows or anything any programmer can fix. PEBAC, PICNIC and 1D10T errors aren't fixable by programmers.

      And if you had to fix these problems you'd realize that Hackers and such are spending more time on social engineering attacks to get their viruses, trojans, and other malware onto computers than traditional methods.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    2. Re:Won't work by Anonymous Coward · · Score: 0

      Your comment is an example of failing to understand the solution.

    3. Re:Won't work by Red+Flayer · · Score: 1

      And this one adds the fact it doesn't even try to secure the apps, it tries to stop misbehaving apps (like SELinux) from accessing things it shouldn't

      Well, that's the point. If an app is sandboxed, it doesn't matter if that app is insecure... your OS won't get hosed by that app.

      If history shows anything, giving an attacker any access to run code locally gives them all they need to leverage it into root eventually.

      This is an implementation issue, not a theoretical issue. If the virtualized locations are truly sandboxed, it's not an issue at all. I think what history shows is that attempts to stratify permissions don't work well, because there are too many workarounds in the interest of operability. It's these workarounds that get abused (aside from the occasional chunk of shoddy code design that accidentally permits privilege escalation).

      But I still don't think this is completely relevant to the concept of sandboxing via virtualization. Who cares if they escalate to root in one of the virtual machines? Nothing of consequence is done in that machine, so no important data is vulnerable. Do all your banking, for example, from a different virtual machine, and aside from the usual user-stupidity issues (hello, at phishing site! I'll gladly give you my login details and passwords!), the banking information is secure from any kind of exploits that may exist in a different virtual machine.

      Maybe I'm completely mistaken here... if so, please help me understand... but how would root access in one of the virtual machines allow the attacker to have root access on any of the other machines?

      *Please note I'm referring to virtual machines when likely that isn't the right term. I'm not an expert on this, and I'm hoping I learn something from this exchange.

      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    4. Re:Won't work by Lord+Ender · · Score: 1

      Your post is an example of failing to understand information security.

      Security practitioners have accepted the fact that it is infeasible to ever expect that all applications be free of security holes. It is also unwise to insist on the fantastically-higher expense of using dedicated hardware rather than virtualization for most applications. Because of this, we have adopted a strategy of "defense in depth" whereby we layer multiple countermeasures to reduce the probability of successful exploitation.

      A security control which stops 99% of malware from taking hold, yet allows 1% to do so, is not considered "flawed," it is considered very successful. Layer such things together and the chance of a given attack working becomes 1% of 1% of 1% and so-on.

      There will always be bugs. Accept reality and roll with the punches.

      --
      A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
    5. Re:Won't work by jmorris42 · · Score: 1

      > When a web dialog box can mimic a system dialog box saying "Your Computer is Infected CLICK HERE to fix it",
      > which downloads and installs Antivirus 2010 crapware, the problem isn't Firefox, Windows or anything any
      > programmer can fix. PEBAC, PICNIC and 1D10T errors aren't fixable by programmers.

      Yes it is. Firefox should never set the executable bit on a download. (On Windows I guess it could neuter executables with an extra extension?) I don't care how 'convienient' it might be, just don't allow it. Second, a properly configured Linux machine isn't subject to that sort of attack because we use signed packages. If the scammer can get a user to click past enough dialog boxes to install a bogus repo or accept an unsigned package there really isn't much to do to help that user. None of those protections exist for Windows or Mac users which is why they can get 0wned with one bad click. We get 90+% of the security of Apple's closed i* DRM with 0% of the evil.

      > "Stupid should hurt"

      I agree in principle but submit that if almost two decades of Windows has failed to hurt enough to inspire change it is hard to imagine what would.

      --
      Democrat delenda est
    6. Re:Won't work by jmorris42 · · Score: 1

      > Well, that's the point. If an app is sandboxed, it doesn't matter if that app is insecure... your OS won't get hosed by that app.

      Except history tells us it never works that way in the real world. Java? Nope. BSD Jails? Nope. Virtualization? Nope. Containers? Nope. All promised to build a perfect isolated subsystem that apps couldn't escape from. All have had exploits. It helps, but it can also harm by leading to a false sense of security that causes people to do things they never would have done without that belief that it was safe. It was faith in sandboxes that made the idea of everything becoming a carrier of executable content possible. We would have never accepted the notion of every random webpage we visit being chockablock full of potentially evil executable content (Javascript, Flash, JAVA, .NET, PDF) served up by random ad networks that loads and runs on our side of the link if it weren't for the false promise that it could be safely isolated.

      > This is an implementation issue, not a theoretical issue.

      Here in reality we only deal with implementations, not theory. EVERY sandboxing scheme attempted to date has failed, some more messy than others, some more publicly than others, but ALL have failed. A 100% failure rate after dozens of independent implementaions says either the idea is flawed or requires tools/skills we do not currently possess to implement. Either way, trusting sandboxing is asking for trouble. I remember when an email that could infect your computer was an April's Fool joke. Microsoft and Netscape Communications made the joke reality.

      --
      Democrat delenda est
    7. Re:Won't work by moderatorrater · · Score: 1
      This adds another layer of security on top of Linux which makes it more secure than it would otherwise be.

      If history shows anything, giving an attacker any access to run code locally gives them all they need to leverage it into root eventually.

      Perhaps, but this is another layer they'll have to get through before they can root the machine. So now they have to exploit the program, gain access to the VM that it's running on, and then jump from that VM to the host OS. It's not a perfect solution and it's almost certainly not impenetrable, but that doesn't keep it from being a useful tool.

    8. Re:Won't work by Lunix+Nutcase · · Score: 1

      Second, a properly configured Linux machine isn't subject to that sort of attack because we use signed packages.

      Oh really? From here:

      Pwnie for Mass 0wnage

      Awarded to the person who discovered the bug that resulted in the most widespread exploitation or affected the most users. Also known as ‘Pwnie for Breaking the Internet.’

      Red Hat Networks Backdoored OpenSSH Packages (CVE-2008-3844)
      Credit: unknown

      Shortly after Black Hat and Defcon last year, Red Hat noticed that not only had someone backdoored the OpenSSH packages that some of their mirrors were distributing, but managed to sign the packages with Red Hat's own private key. Instead of revoking the key and releasing all new packages, they instead just updated the backdoored packages with clean copies, still signed by the same key, and released a shell script to scan for the MD5 checksums of the affected packages. What makes this eligible for the "mass0wnage" award is that nobody is quite sure how many systems were compromised or what other keys and packages the attackers were able to access. With very little public information available, the real casuality was the public's trust in the integrity of Red Hat's packages.

      I suggest you make sure to read the bolded part a few times.

    9. Re:Won't work by Lunix+Nutcase · · Score: 1

      Oops the link got messed up. It's here.

    10. Re:Won't work by jmorris42 · · Score: 1

      You might want to read the details a bit more than the overly sensationalized version at pwnie-awards. None of the bogus packages have been seen in the wild. That incident was about as close of a near miss as you can get without a kaboom! but there was in fact no kaboom!. Will something like it happen eventually? Probably. Lt. Commander Susan Ivanova said it best, "Sooner or later, BOOM!" But it doesn't happen on a daily basis.

      --
      Democrat delenda est
    11. Re:Won't work by Anonymous Coward · · Score: 0

      BWA HAHAHAHA! That's the best you can come up with, troll? One distro got their repository owned once. Not a single tampered package was found in the wild. Good there are literally hundreds of different versions of Linux thus virtually assuring that an exploit like this will only effect a very small number of the total systems out there. Contrast that to the monoculture that is Windows. Conficker, blaster, code red. the list goes on and on.

      Now crawl back under your bridge, little troll.

    12. Re:Won't work by tepples · · Score: 1

      Second, a properly configured Linux machine isn't subject to that sort of attack because we use signed packages.

      Signed by whom? Allow self-signed packages and malware authors can self-sign. Reject self-signed packages and you can't run anything that hasn't been packaged for your distro, such as new software written by a user of a different distro or proprietary commercial software.

    13. Re:Won't work by Red+Flayer · · Score: 1
      Thanks for the fairly level-headed response, they seem to be few and far between on slashdot nowadays.

      EVERY sandboxing scheme attempted to date has failed, some more messy than others, some more publicly than others, but ALL have failed.

      Hmmm... I wasn't aware that virtualization was a security failure, and that every instance of VM implementation failed to maintain security of the host OS. Do you know where I might get some good reading on the subject?

      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    14. Re:Won't work by jmorris42 · · Score: 1

      > Hmmm... I wasn't aware that virtualization was a security failure, and that every instance of VM implementation failed to maintain security of the host OS.

      Google is yer friend. "security bug vmware" "security bug xen", etc. will quickly hit exploitable bugs that allow an attacker to escape. Meanwhile "security bug kvm" only gets crash bugs and potential escapes but then it is the new kid on the block. Not having any luck finding the bugs in the hardware, but pretty sure /. had something on it in the last year or so.... even though a quick search here didn't hit it.

      --
      Democrat delenda est
    15. Re:Won't work by butlerm · · Score: 1

      None of those protections exist for Windows or Mac users which is why they can get 0wned with one bad click.

      Not true. On Windows XP (for example), if you run as a limited user, nothing you run can take over the system, because you don't have privileges to do so.

    16. Re:Won't work by Alpha830RulZ · · Score: 1

      Huh? I've heard of some corner case exploits on chroot'ed jails and the author of this system (Joanna) claimed some exploits on VM's which claim was controversial, IIRC. But in practice chrooted jails work pretty well and seem pretty secure if well implemented - I've been using them on FTP servers for years without incident, and they've passed numerous security reviews by our company's security team. VM's likewise seem to be pretty well isolated with either VMWare or Virtual Box. I'm not aware of any documented elevation risk that allows one to pop out of the VM to the host, and if you know of such a risk, I'd like to know more. I'm not sure what your critique of these approaches is. If there is a general indictment of these approaches, I'd like to know more about it, as would a lot of a lot of other folks.

      100% protection isn't always an attainable goal. 99% protection is a lot better than no protection. A lot of these measures are a lot like having a dog at home. The dog may not be a perfect deterrent to burglars, but it is a deterrent. If the dog barks, most times the burglar is going to go somewhere else. That's acceptable for most people's needs, including mine, as I'm not running a bank or keeping national secrets.

      --
      I was taught to respect my elders. The trouble is, it's getting harder and harder to find some.
    17. Re:Won't work by Anonymous Coward · · Score: 0

      Spoken like a true M$ fanboi! I think you have never been to http://www.remote-exploit.org/ or http://www.governmentsecurity.org/. For starters, just try http://www.nessus.org/. If you believe that privileges can't be escalated, would you mind if I use your PC?

  6. Singularity by organgtool · · Score: 2, Interesting

    This approach seems similar to the one taken by Microsoft in their Singularity OS. I wonder if the issue of context switching will become an issue and if it does, how will it be addressed.

    1. Re:Singularity by Anonymous Coward · · Score: 0

      ... the issue of context switching will become an issue

      Well, is an issue and issue? That is the question, it seems.

  7. Hardly a victory... by Jahava · · Score: 4, Interesting

    Let me begin by saying that this sounds like a truly interesting approach to security. Virtualization technology defines very clear hardware-enforced boundaries between software domains. In the standard case, those domains contain different operating systems, each of which are provided privilege level-based sub-domains. In this particular case, each domain is dedicated to running sets of user-space applications, and the hardware boundary is used for userspace isolation, as opposed to virtual machine OS isolation.

    So my "home" domain is infected, but my intellectual property is in my "work" domain. The virtualization boundary means that a virus can get Ring 0 access and still not be able to touch those IP files. Hurray ... except wait. There must be an interface between the "home" domain and the hypervisor, else things like copy-and-paste and hardware resource arbitration can't work. Here's what some infection paths would look like:

    • Standard XP Install: (Firefox)
    • Standard Vista / Linux Install: Firefox -> (Kernel)
    • Qubes Install: Firefox -> Home Kernel -> (Hypervisor)

    Maybe the paths can be locked down better, but a vulnerability is a vulnerability. It's clearly harder for a virus to get full control, but that's just throwing another obstacle in the way. If one is bad, and two is better, maybe three is even better, but nothing's perfect. Why is the domain-to-hypervisor path considered any more secure than the userspace-to-kernel path? If it's not, you're just adding more complexity, which could mean more potential for vulnerabilities! If you're locking down privilege boundaries, kernels like FreeBSD (jails) and even userspace execution environments like Java (JVM) have been working on that for years.

    It's cool, but I doubt it will be game-changing.

    1. Re:Hardly a victory... by Anonymous Coward · · Score: 0

      I think the reason it exists is because while the other solutions are less complex and undoubtedly better the problem with the other solutions is they are conceptually harder to understand and implement by the end users. Vitalization on the other hand is easier to understand, test, and implement. You know that it is working and can understand how it works easily. People forget the human component and the laziness components in computer security. It is like password security. A password that is long is better than a password that is short- but if you make a user change it every 30 days then chances are it is on a sticky note posted to the monitor. What good is that? No security at all.

    2. Re:Hardly a victory... by moderatorrater · · Score: 1

      Why is the domain-to-hypervisor path considered any more secure than the userspace-to-kernel path? If it's not, you're just adding more complexity, which could mean more potential for vulnerabilities!

      It's considered more secure in the same way that it's more secure to have a firewall instead of just trying to secure the applications. As long as they can secure the interfaces between the host OS and the VMs, they have security. If they don't secure that interface, then they're left with no more vulnerabilities than they had before.

    3. Re:Hardly a victory... by Anonymous Coward · · Score: 1, Insightful

      The hypervisor is simpler and therefore easier to audit for issues (or even prove correct).

  8. With KVM in the kernel by h4rr4r · · Score: 1

    Since KVM is in the mainline and redhat is now supporting that 100% this seems like a bad time to start anything on Xen.

    To which I say good riddance, virtualization is just another app and kvm gets this right.

    1. Re:With KVM in the kernel by KagatoLNX · · Score: 1

      Paravirtualization makes this the same thing with Xen. The difference is that Xen is the OS and Linux is the app.

      You may not like Xen as an OS, but it does have some very nice qualities that are hard to deliver on Linux alone.

      --
      I think Mauve has the most RAM. --PHB (Dilbert Comic)
    2. Re:With KVM in the kernel by diegocg · · Score: 1

      Suse will also support KVM in SLES11 SP1 and expects that long term it will "become equivalent to Xen". Ubuntu and Fedora also support KVM. Xen doesn't care about what distros do (they don't care about getting all their code merged in mainline either), they seem to think that they can ignore what mainstream OSes do, just like VMWare. I suppose they will die some day, I'm not using third party software if I can get the same funcionality with the OS.

    3. Re:With KVM in the kernel by Anonymous Coward · · Score: 0

      Xen kernel developers DO care about mainline Linux!

      After the 'original' Xenlinux patches for 2.6.18 were rejected from upstream Linux (they were considered too intrusive because they touched too much generic x86 non-xen code), there was a lot of discussions about how to get the Xen code merged to Linux. VMware at that time wanted to have a common framework for running paravirtualized Linux guests on hypervisors, including their own, so then common Paravirt_ops (pvops) framework development started. It took some time, and finally pvops framework got included into upstream Linux. Xen pvops domU (guest) support was merged to upstream Linux in 2.6.24. Xen pvops domU support has been improved after that in every Linux release, and the latest releases actually have a pretty stable support for Xen PV guests. For example Fedora distros provide Xen PV guest/domU support using the mainline Linux pvops feature.

      Xen kernel developers have been busy re-writing and cleaning up the the dom0 support using the pvops framework. That work is now getting final/ready, and the Xen pvops dom0 patches will be sent to upstream Linux shortly.

      Xen 4.0.0 released today actually uses this pvops dom0 kernel as a default - based on Linux 2.6.31 or 2.6.32 (the long-term maintained kernel). There's pvops dom0 also for 2.6.33 and 2.6.34.

      See these wiki pages for more information: http://wiki.xensource.com/xenwiki/XenParavirtOps and http://wiki.xensource.com/xenwiki/XenDom0Kernels

    4. Re:With KVM in the kernel by styrotech · · Score: 1

      Since KVM is in the mainline and redhat is now supporting that 100% this seems like a bad time to start anything on Xen.

      To which I say good riddance, virtualization is just another app and kvm gets this right.

      They explain that in their FAQ and architecture PDF. One of the reason is that KVM doesn't allow the moving of (eg) networking and I/O drivers into separate unprivileged guests.

    5. Re:With KVM in the kernel by timbo234 · · Score: 1

      Xen kernel developers have been busy re-writing and cleaning up the the dom0 support using the pvops framework. That work is now getting final/ready, and the Xen pvops dom0 patches will be sent to upstream Linux shortly.

      About bloody time too! :)

      Just looking at http://wiki.xensource.com/xenwiki/XenDom0Kernels shows what a mess Xen Dom0 is and how hard it is to get working.

      --
      Pre-canned Evolution Links for all those Slashdot holy wars.
    6. Re:With KVM in the kernel by shallot · · Score: 1

      (Mod parents up, particularly the informative anonymous grandparent!)

      This is a major milestone for Xen parent (heh) machines because we now have a very clear prospect of a stable Xen dom0 kernel branching process, creating code that has a reasonable amount of support by both the Xen kernel developers and mainline kernel developers - the divergence is getting smaller practically by the month.

      The dom0 kernel list shows what the past divergence at 2.6.18 has created - a flurry of interconnected yet different branches with varying levels of features and stability. Xen kernel developers have since atoned :) and have made a really big effort to get in line with the paravirt_ops scheme. They've also been very forthcoming towards us users (see the utter lack of flaming on the xen-devel list, even when people send completely useless bug reports :).

      Debian packages of the new Xen dom0 kernels (based on mainline stable 2.6.32) are already available at the standard place - see Xen @ Debian Wiki - and the 4.x hypervisor should also get there soonish (the new dom0 kernel works fine with the hypervisor 3.4.3~rc3 that's already packaged).

    7. Re:With KVM in the kernel by timbo234 · · Score: 1

      It's good to see this but it might be too late. Redhat is dropping Xen dom0 support in RHEL6 in favour of KVM. Probably because there is no Xen release based on the kernel versions (2.6.31 and 2.6.33) in the Fedora versions that it'll likely be based off.

      Maintaining the 2.6.33 with bug and feature backports for 7 years from RHEl6's release is going to be work enough for them, let alone trying to keep up an old 2.6.18 Xen kernel.

      For desktop distros it's even worse. While it's fine when running RHEL5 on a server, since the RHEL kernel is 2.6.18 but what to do if I want to run Xen on my desktop or laptop? I don't think some old, crappy and unsupported (by my desktop distro which is on 2.6.33 or something) 2.6.18 Xen kernel is going to support my wireless card for e.g. It just won't work well enough to be usable.

      Unless Xen shows a major turnaround in getting their stuff fully and properly in the mainline kernel I say bring on KVM.

      --
      Pre-canned Evolution Links for all those Slashdot holy wars.
    8. Re:With KVM in the kernel by Anonymous Coward · · Score: 0

      The problem with Xen is the fact that it duplicates Linux code, hopefully none of the many Linux vulnerabilities apply to it.

  9. Remus by TheRaven64 · · Score: 2, Informative

    The Remus stuff in Xen is very cool. A couple of days ago there were some posts about HP's NonStop stuff as an example of something you could do with Itanium but not with commodity x86 crap. Remus means that you can. It builds on top of the live migration in Xen to keep two virtual machines exactly in sync.

    Computers are deterministic, so in theory you ought to be able to just start two VMs at the same time, give them the same input, and then see no difference between their state later on. It turns out that there are a few issues with this. The most obvious is ensuring that they really do get the same input. This means that they must handle the same interrupts, get the same packets from the network, and so on. Anything that is used as a source of entropy (e.g. the CPU's time stamp counter, jitter on interrupts, and so on) must be mirrored between the two VMs exactly. This was already possible with Marathon Technology's proprietary hypervisor on x86, but is now possible with Xen.

    As with the live migration, you can kill one of the VMs (and the physical machine it's running on) and not even drop network connections. This leads to some very shiny demos.

    Oh, and I should probably end this post with a gratuitous plug for my Xen internals book

    --
    I am TheRaven on Soylent News
    1. Re:Remus by Slashcrap · · Score: 1

      This was already possible with Marathon Technology's proprietary hypervisor on x86, but is now possible with Xen.

      It was also possible with VMware's FT technology and I bet it's significantly easier to configure than whatever just got hacked into Xen.

      Maybe there are advantages to Xen's approach? Maybe it supports vSMP? I would have been more interested in hearing about that, than a plug for your book.

    2. Re:Remus by TheRaven64 · · Score: 1

      It's pretty easy to configure Remus. You just run a couple of commands to turn it on, although you need some other stuff (as you do with live migration) to make sure both VMs on different machines get the same network packets. Remus hasn't 'just got hacked in' to Xen. The first prototype was demonstrated at the XenSummit back in Spring 2007. It's had three years of testing and refactoring before being shipped as an official part of the hypervisor (it's been publicly available as a third-party patch set for over a year).

      And, yes, it does support SMP guests. It is a good idea to make sure that your guest and dom0 are pinned to different cores, for performance reasons, but aside from that it should Just Work. Unlike the existing live migration stuff in Xen, it can also mirror your VM's storage locally, so you don't have a SAN as a single point of failure.

      --
      I am TheRaven on Soylent News
  10. Functionality-based Application Confinement by z.cliffe.schreuders · · Score: 1

    Looks like a nice approach to program isolation. A system which was in some ways similar to Qubes was developed for Windows known as WindowBox. My research takes another approach, program restriction. Systems such as SELinux and AppArmor allow precise policies to define the types of actions and resources which are made available to each application. However, the finer the granularity of privilege assigned, the more detailed and complex policies become. The system I created for my PhD research, FBAC-LSM, restricts applications based on the functionalities they perform. Eg Web Browser, Email Client, Image Viewer etc. Then the programs can not act beyond the things they need to do, and the damage which can be caused by vulnerabilities and malware is severely limited. Basing policy on functionalities means that policy is easier to construct (since it is based on high-level abstrations) than other systems based on fine grained restrictions. The advantages compared to isolation systems such as Qubes is that normal work flows (where a user creates, views, edits and shares the same files with many different apps) can be used while each application is restricted to the privileges it needs. FBAC-LSM is in development and is available as free open source software: http://schreuders.org/FBAC-LSM

    1. Re:Functionality-based Application Confinement by oakgrove · · Score: 1

      Systems such as SELinux and AppArmor allow precise policies to define the types of actions and resources which are made available to each application. However, the finer the granularity of privilege assigned, the more detailed and complex policies become.

      I don't see how this is really a problem though, particularly with Apparmor. When you want to create a profile, you just start the app in profile mode, run it through its usual paces then hit save. The profile runs automatically when apparmor is restarted. That seems like an almost point and shoot level of ease to enabling very robust security that anybody that's comfortable with the command line can do. Suse even has a GUI for it. With Ubuntu, a simple apt-get install apparmor-profiles installs ready to go settings for several commonly used programs including Firefox.

      Sorry for the tortured nature of this post. I banged it out on my phone.

      --
      The soylentnews experiment has been a dismal failure.
    2. Re:Functionality-based Application Confinement by z.cliffe.schreuders · · Score: 1

      While AppArmor can be considered a huge improvement usability-wise over some previous systems, policy can still be extremely complex, as it exposes the complexity of the resources used by applications and platforms. I ran a usability study, which amongst other things showed that even many advanced users and experienced Linux system administrators cannot successfully vet the policies created in learning modes such as that used in AppArmor. One of the problems with this approach is that typical applications can require access to a myriad of resources, of which the security implications are not always clear. Also you need to run the program in order to create a profile, so this approach cannot protect against malware. I think having a database of user-created profiles is a great idea. Although, if someone wants to use the program differently, only grant the program permission to access particular resources, only use a certain features of the program, or understand what the program is allowed to do, or restrict a new program, then higher levels of abstraction (such as with FBAC-LSM) can help make this possible. FBAC-LSM can create policies before running the program, and FBAC-LSM has other features such as allowing normal users to create policies for the applications they use, to protect their own data.

    3. Re:Functionality-based Application Confinement by oakgrove · · Score: 1

      Thanks for your very polite and informative response. As soon as I get a little bit of time, I'm definitely going to take a close look at your project.

      --
      The soylentnews experiment has been a dismal failure.
  11. Disappointed by PakProtector · · Score: 1

    Saw Qube.

    Thought Cobalt.

    Leaving sad.

    --

    Edward@Tomato - /home/Edward/ man woman
    man: no entry for woman in the manual.
    "Qua!?"

  12. Xen and EC2 by Aggrajag · · Score: 1

    I've had a lot of problems with EC2 that upgrading to at least 3.3 would
    fix. I just hope Amazon would start thinking about upgrading EC2 or migrate
    it from Xen as they seem to have gotten stuck with 3.1 and I've seen
    nothing that indicates there's going to be an upgrade.

    1. Re:Xen and EC2 by Anonymous Coward · · Score: 0

      We're switching to kvm. Development has ceased on the old xen version.

    2. Re:Xen and EC2 by Aggrajag · · Score: 1

      Any official information regarding the switch?

  13. Interesting but the problem is the end user. by spacepimp · · Score: 3, Insightful

    The real issue still resides. The end users (PEBKAC). Take my father for example. Sure you have a Qube for banking and Qube for work and a Qube for home use. Now the home use one where he does his "Magic" or whatever he does to infect/taint/destroy any PC I put in front of the man, gets entirely infected Spywared/Malwared/chuncked and muddled. So he can't get to his phishing emails about how to make millions in the internets and by getting the diamonds out of Namibia. He cant do that from the infected Qube. He'll then go up the chain to his private banking Qube to install his makingmillions.exe so it will work again. Long story short.... Some people cannot help themselves but by being victims. I'd give the man Linux but he always finds a reason it's keeping him from being successful... I know by keeping these Qubes sandboxed it will be harder for it to get the taint, but they will find a new way to find my father.

    1. Re:Interesting but the problem is the end user. by Anonymous Coward · · Score: 0

      His home Qube won't get unusuably gunked up if it resets itself every time he turns it off.

      Properly done virtualization is the equivalent of wiping your computer and restoring from a clean backup every time you start a program. Except it doesn't take that any time.

    2. Re:Interesting but the problem is the end user. by TheSunborn · · Score: 1

      But his banking Qube should be setup not to allow executaion of any software(Except the banking software). And if it's using a webbrowser it should be setup only to access the banks website.

      But I still think that having banks give our/sell special purpose computers with a rom chip as only storage is the best way to prevent hacking of bank accounts.

      All money transfer operations should then be send to this computer, where the user would then have to confirm the data on the special purpose computer, which could then connect to the bank and order the transfer.

    3. Re:Interesting but the problem is the end user. by garaged · · Score: 1

      that is an oversimplification, yeah end user is a big point but Joanna has been using this aproach for a while, it might be a little paranoic, but that girl knows a LOT about security, and we will be following her advices for a few year i'm sure

      --
      I'm positive, don't belive me look at my karma
    4. Re:Interesting but the problem is the end user. by sowth · · Score: 1

      You mean a "Trusted Computing" device? Yes, and maybe we should call congress and ask them to try passing the SSSCAagain so Palladium will be required by law. Then Microsoft can rule us all!

  14. OpenSolaris Immutable Service Containers by Anonymous Coward · · Score: 0

    Nothing new. This is basically the Immutable Service Containers architectural pattern. i.e. A Secure Execution Container for each service or application, everything denied by default, open up only whats needed. We do this with opensolaris today.

  15. Joanna Rutkowska actually a then-man by Anonymous Coward · · Score: 0

    just some trivia information, it is a _guy_ who had his gender changed some time ago. actualy he/she looks quite cute :) some more info here: http://www.rutkowska.yoyo.pl/ (to get rid of banner there is arrow in top right corner)

  16. FreeBSD 8.0 w/ ZFS + Jails + VirtualBox by Anonymous Coward · · Score: 0

    I have been experimenting with virtualization for a couple years now. The best solution I have found is to run a FreeBSD 8.0 host. All the desired BSD compatible services run within a jail. Services that require Windows or Linux run in Headless VirtualBox instances.

  17. Old news by brennz · · Score: 1

    Application virtualization having similar sandboxing has been out for several years now.

  18. Oh good, more useless abstraction ... by BitZtream · · Score: 1

    Great ... another 'OS' that has its own new set of problems ... plus before its actually useful in the real world you'll have to come up with ways to give it all the speed power and flexibility of the OSes we use now, which it doesn't have ... by the time you add it back you'll end up right back where you are now.

    Apps and data is useless on an island. When you're on an island you're safe from attackers.

    To actually do something useful however, data needs to move on and off the island, at which point, you're right back to square one more or less. The only difference is now you've got an OS ... that loads another OS ... that loads (in a virtual process space) an application.

    I realize that abstraction can be a good thing, but considering that all thats being done here is literally adding another layer of abstraction with no additional benefits ... it would seem the right thing to do was just make a few tiny mods to the existing OSes rather than create a whole new one which is basically a copy of existing ones with a ever so slightly different core.

    Lets face is, 'hardware virtualization support' is nothing more than a newer/slightly different implementation of what we've already had in processors for years. We've already had 'hardware virtualization' for years, this is just one more layer on top of the already existing support that does the same thing.

    Why the hell would you be so retarded to assume its going to be different now, just because we've added more abstraction and code, its going to be safer? My experiences show the exact inverse to be true when you add code and complexity :/

    Stop calling them 'hypervisors' its a freaking OS, except unlike what we normally think of as an OS with a kernel and a software defined API to get something done, you have an OS with a kernel and a software that emulates a hardware interface so it can run software with a kernel and a software defined API to get something done. Perhaps just fix the software defined API to isolate properly cause by the time you make your hypervisor OS useful like the traditional OS, its not going to be so isolated.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    1. Re:Oh good, more useless abstraction ... by david_thornley · · Score: 1

      What this virtualization will do, if it works, is prevent applications from making any unauthorized changes to the OS. On my box at home, if I run a program, I'm taking the chance that it can't get root access somehow and mess with my system files. If it's running in a virtual machine, and can't get out of it, it can trash the virtual machine all it likes and I'll just release the VM when I've run the program and spin up a new one to run the next program.

      It isn't perfect, of course, even if it can prevent the app from affecting anything outside the VM sandbox. I do make changes to my own system when I like, after all, and malware can piggyback on that. However, in today's environment, being able to run an application and not allow it to change the system unless I let it is valuable.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  19. What a FLARE is for.... by llamafirst · · Score: 1

    That is actually a common misconception in the open source community. All dildos work well in an anus as well as they do in a vagina.

    This is misleading. Ideally all butt tools have a FLARE (getting wider on the outside part). That's because objects are, ummmm, how do you say this, more likely to be sucked up and LOST back there.

    That's the most important design difference with such equipment.

    Stay safe and out of the emergency rooms, everyone!

    1. Re:What a FLARE is for.... by Anonymous Coward · · Score: 0

      You know it's rather disturbing that despite the high incidence of perpetual virginity among slashdotters that so many of you know way too much about anal play. Are you all trying to emulate your hero goatse?

    2. Re:What a FLARE is for.... by Anonymous Coward · · Score: 0

      We know a lot about anal play BECAUSE we're perpetual virgins. We wouldn't need to order truckloads of vibrating dildoes from tigerdirect.com if any of us had a boyfriend.

  20. IBM's MVS followed these same ideas by TheLoneGundam · · Score: 1

    IBM's virtual storage OSes (OS/VS1 through the current z/OS all share a lot of common componentry) in conjunction with hardware architecture have similar ideas: Each system service runs in its own address space. You have to be an authorized system service to communicate between address spaces, if you try otherwise your program fails. If you try to store outside of your virtual address range, your program fails. To become an authorized program requires permission in one way or another from system administrators, you can create one marked "authorized" but if it isn't loaded into storage from an authorized file (controlled by admins), your program will not execute in an authorized state. In addition, each hardware page has a storage protect key. Application programs run in key 8, important parts of other system services run in different keys. "The System" runs in key 0. To change keys requires that you be an authorized program. The astute have already figured where this is going: try to use storage that's not in your key - your program fails. The architecture not only protects the system from applications that behave poorly, but the storage key mechanism can protect authorized parts of the system from clobbering other parts of the system. This setup has been providing increasing high, and increasing, levels of availability since the advent of System/360 in the 1960s.

  21. Could VMs guard each other? by Anonymous Coward · · Score: 0

    If all those AppVMs are instances of the same system, couldn't they also check each other's integrity? Even if a virus manages to infect the hypervisor, it will be really hard to infect all AppVMs at once.

  22. I guess they don't watch the Mythbusters by ahazelwood · · Score: 1

    From the article:

      "These mechanisms finally move the bull (untrusted data) from the china shop (your data) to the outside where it belongs (a sandbox)."

    The Mythbusters showed that bulls will try to miss china if it's at all possible. http://mythbustersresults.com/episode85

  23. Unlike copyrights and trademarks, patents expire by tepples · · Score: 1

    At least since 1972? [...] Of course you have to violate 104 IBM patents to run it on an emulator

    Unlike copyrights and trademarks, patents expire. So anything invented before 1990 is no longer patented. Or was this supposed to be a joke?

  24. I gonna make a new OS based on Qubes by BatGnat · · Score: 1

    It will be called "Tesseracts"...

  25. Dirty bedsheets please! by t0p · · Score: 1

    "Qubes" is a frikken terrible name. Something like "stained bedsheets" would be much better (Linen-XXX, geddit?). But I suppose a sense of humour is too much to expect nowadays.

    --
    http://ihatehate.wordpress.com
  26. From a pretty lady too by Anonymous Coward · · Score: 0

    Check that out boys!

  27. the idea is NOT about protection by Anonymous Coward · · Score: 0

    it's about how large the bug could spread out (just see how buggy the VM itself is l-p)

    that's security by isolation

    good job
    ^_^

  28. forget turtles... by Anonymous Coward · · Score: 0

    it's VMs all the way down!

  29. IBM's VM system with Service Virtual Machines by Anonymous Coward · · Score: 0

    The IBM VM world has been doing this for decades. The terminology is Service Virtual Machine (or SVM).

    The hypervisor provides just the virtualization layer. Each service within a z/VM system is provided via it's own virtual machine.

    For example, TCP/IP.

    There is no TCP/IP stack within the hypervisor level (though the hypervisor does provide virtual switches for communication between guest systems). The TCP/IP stack runs as a guest, the FTP server runs as a separate guest, the SMTP server runs as a separate guest, etc.

  30. I'll just wait for by Compaqt · · Score: 1

    GNU HURD, thank you very much.

    It's just around the corner.

    --
    I'm not a lawyer, but I play one on the Internet. Blog
  31. Click the link and...? by psydeshow · · Score: 1

    Being able to create AppVMs on the fly is a great idea, and one that should be a common OS feature. But it sounds like it will have the same problem that a site-specific browser does: how do you ensure that a given operation will be carried out in the proper domain?

    For instance, you get an email from a colleague (in your email security domain) that includes a link. You click the link. Now, in which domain does the browser window open?

    If you tell me I need to copy the link, switch to my random-crap-from-colleagues domain, paste it into the location bar and click go, then you fail. I will someday forget and click the link. Or a cross-site-scripting vulnerability or plugin exploit will click it for me.

    If you tell me that a UAC-style dialog will ask me where to dispatch the action to, you fail. I will get annoyed at the constant stream of dialogs and eventually make a mistake or stop using the system altogether.

    We live and work in an interconnected world. Email shares with calendar and contacts, all three of those share with the browser. We'll need whitelists or something so that hypervisors and site-specific browsers will be able to guess which domain to dispatch things to, with the default being an untrusted domain.

  32. How to Install by Anonymous Coward · · Score: 0

    http://www.qubes-os.org/trac/wiki/InstallationGuide

    They don't have a real distro, you have to hack around in Fedora to get it to work.