Announcement

Collapse
No announcement yet.

NVIDIA Linux Driver Hack Gives You Root Access

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #21
    Originally posted by RealNC View Post
    Why do people get upset because of this? It supports the "Freeness" cause. Information needs to be free. The NVidia blob makes sure that everybody can be root and therefore gain access to all information.

    This is truly "Free" as in "Libre" rather than "beer". What the hell do you people want?
    Free beer.

    Comment


    • #22
      Originally posted by droidhacker View Post
      There is actually a huge difference between that and blob drivers. The problem with blob drivers is that they offer the potential for kernel compromise. With a bad chunk of firmware, the firmware itself is restricted to the device on which it is loaded. The kernel still needs some kind of driver to interface with the hardware/blobfirmware, hence that kernel driver protects the kernel from the bad blob firmware.

      At least to some degree.
      I suspect a malicious graphics card could do a lot of bad even with a open driver in the kernel. at the very least it could capture private information from the display, but possible also read and inject things in main RAM or on the PCI bus. I suspect thats what you mean by "At least to some degree".


      Originally posted by droidhacker View Post
      Think of it like this;
      The chip itself on the device is some kind of undocumented magic box. What difference does it make if the magic box is entirely physical hardware and no part programmed firmware? You still don't know what its doing.
      I strongly agree. openness/freeness is better, whether its software, hardware or the murky area between.

      Comment


      • #23
        Originally posted by ssam View Post
        I suspect a malicious graphics card could do a lot of bad even with a open driver in the kernel. at the very least it could capture private information from the display, but possible also read and inject things in main RAM or on the PCI bus.
        WebGL is calling..? Some Browsers use sandbox-like approaches AFAIK,
        but how safe can that be as command streams need to be passed to a kernel component?

        Comment


        • #24
          Originally posted by entropy View Post
          WebGL is calling..? Some Browsers use sandbox-like approaches AFAIK,
          but how safe can that be as command streams need to be passed to a kernel component?
          By now it is a problem, but with future platform we will see widespread IOMMU support and will be able to write graphics drivers that actually limit what GPUs are allowed to do, while interacting with the rest of the system. We will get to a point where GPUs are equally secure as CPUs: total context isolation between processes, but you can always bypass hardware security by exploiting faulty software. But at least hardware exploitability will go away.

          Comment


          • #25
            Originally posted by droidhacker View Post
            There is actually a huge difference between that and blob drivers. The problem with blob drivers is that they offer the potential for kernel compromise. With a bad chunk of firmware, the firmware itself is restricted to the device on which it is loaded. The kernel still needs some kind of driver to interface with the hardware/blobfirmware, hence that kernel driver protects the kernel from the bad blob firmware.
            You mean like the rootkit in network card firmware?
            KindMind notes coverage in The Register on a researcher who has developed a firmware-based rootkit that resides in a network card. Here is the developer's blog entry. "Guillaume Delugré, a reverse engineer at French security firm Sogeti ESEC, was able to develop proof-of-concept code after stud...


            A firmware blob can read/modify any memory region with DMA. No driver is needed at all for this to work.

            Comment


            • #26
              Originally posted by droidhacker View Post
              There is actually a huge difference between that and blob drivers. The problem with blob drivers is that they offer the potential for kernel compromise.
              Like the local root exploits of the kernel, which is open source but had these holes for years and no one noticed? :-)

              Comment

              Working...
              X