Find the answer to your Linux question:
Results 1 to 5 of 5
What SSH/SSL not that safe?, you should probably listen to this episode. Risky Business By the way I recommend the podcast....
  1. #1
    Just Joined! ls354's Avatar
    Join Date
    May 2006
    Location
    Cloud 9
    Posts
    97

    Debian’s random number generator problem

    What SSH/SSL not that safe?, you should probably listen to this episode.

    Risky Business

    By the way I recommend the podcast.

  2. #2
    Linux Newbie SagaciousKJB's Avatar
    Join Date
    Aug 2007
    Location
    Yakima, WA
    Posts
    162
    Wow, that's bad...

    One thing that wasn't really made clear here, however. Was the problem with SSL/SSH, or was it a problem with whatever Debian uses to generate random numbers? I've been working on an encryption program, and it would be a shame to find out all of the keys I spawned for that were easily crackable too.

    Is there any more info. available on where patches are located? Any word on if they're in the general repositories yet?

  3. #3
    Just Joined! ls354's Avatar
    Join Date
    May 2006
    Location
    Cloud 9
    Posts
    97
    The problem is not SSL/SSH fault but how Debian generates the keys, it's been patch over night by the way. The problem is that all previously created key are unsafe. I am going to spend all night changing the keys.

    From the Ubuntu mailing list
    A weakness has been discovered in the random number generator used
    by OpenSSL on Debian and Ubuntu systems. As a result of this
    weakness, certain encryption keys are much more common than they
    should be, such that an attacker could guess the key through a
    brute-force attack given minimal knowledge of the system. This
    particularly affects the use of encryption keys in OpenSSH, OpenVPN
    and SSL certificates.

    This vulnerability only affects operating systems which (like
    Ubuntu) are based on Debian. However, other systems can be
    indirectly affected if weak keys are imported into them.

    We consider this an extremely serious vulnerability, and urge all
    users to act immediately to secure their systems.


    Risky Business is providing a script to re-generate the keys.

  4. #4
    Linux Newbie SagaciousKJB's Avatar
    Join Date
    Aug 2007
    Location
    Yakima, WA
    Posts
    162
    Quote Originally Posted by ls354 View Post
    The problem is not SSL/SSH fault but how Debian generates the keys, it's been patch over night by the way. The problem is that all previously created key are unsafe. I am going to spend all night changing the keys.

    From the Ubuntu mailing list
    A weakness has been discovered in the random number generator used
    by OpenSSL on Debian and Ubuntu systems. As a result of this
    weakness, certain encryption keys are much more common than they
    should be, such that an attacker could guess the key through a
    brute-force attack given minimal knowledge of the system. This
    particularly affects the use of encryption keys in OpenSSH, OpenVPN
    and SSL certificates.

    This vulnerability only affects operating systems which (like
    Ubuntu) are based on Debian. However, other systems can be
    indirectly affected if weak keys are imported into them.

    We consider this an extremely serious vulnerability, and urge all
    users to act immediately to secure their systems.


    Risky Business is providing a script to re-generate the keys.
    Yeah, I wish I would have used that script before just deleting my ssh keys. Now I don't remember how to generate them anymore.

  5. #5
    Linux Enthusiast carlosponti's Avatar
    Join Date
    Dec 2004
    Location
    Oklahoma
    Posts
    560
    Blog
    Registered Linux user 396557

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •