Slashdot Mirror


Red Hat, Fedora Servers Compromised

An anonymous reader writes "In an email sent to the fedora-announce mailing list, it has been revealed that both Fedora and Red Hat servers have been compromised. As a result Fedora is changing their package signing key. Red Hat has released a security advisory and a script to detect potentially compromised openssh packages."

3 of 278 comments (clear)

  1. OpenSSH bug? by samcan · · Score: 4, Interesting

    Is this bug in OpenSSH related to the one that was found in Debian-related distros back about April? Maybe I'm reading the article summary incorrectly.

  2. Re:Goes to show by vadim_t · · Score: 4, Interesting

    There are plenty things that can be done.

    Mounting /home with noexec
    Using the grsecurity patch, which can deny execution of files not in directories owned by root, as well as usage of network sockets.
    Using SELinux

    The tools are there. All that's needed is to use them.

    The need to download random binaries to your home directory and run them is infrequent in Linux. The most frequent case is application installers, but many of those need root access anyway (nvidia drivers for instance), and most come with the distribution. A way to fix the occasional need to do this would be a sudo-like tool that needs to be used to execute a file, but doesn't grant root privileges.

  3. Re:Nothing to see here. by calmond · · Score: 5, Interesting

    What surprises me about this the most is that the system was connected to the network/Internet at all. I had always been of the understanding that to prevent this, the signing server was a stand-alone system accessible only by sneaker-net with physical media. You take your package on CD/DVD/USB key to the server, sign it, then take the signed package back via physical media and distribute it. One Federal Gov.t agency in my home town does this and the server is behind three locked doors too, with three different people needed to get physical access. Why didn't RedHat/Fedora do something like this? It really isn't that much of a pain in the ass when you think about it...