Debian catastrophic Vulnerability

Source: Internet
Author: User

The following is an excerpt from the metasploit blog.
The bug
On May 13th, 2008 The Debian project announced that Luciano Bello found an interesting vulnerability in the OpenSSL package they were distributing. the bug in question was caused by the removal of the following line of code from md_rand.c

Md_update (& M, Buf, J );
[...]
Md_update (& M, Buf, J);/* purify complains */

These lines were removed because they caused the valgrind and purify tools to produce warnings about the use of uninitialized data in any code that was linked to OpenSSL. you can see one such report to the OpenSSL team here. removing this code has the side effect of crippling the seeding process for the OpenSSL PRNG. instead of mixing in random data for the initial seed, the only "random" value that was used was the current process ID. on the Linux platform, the default maximum process ID is 32,768, resulting in a very small number of seed values being used for all PRNG operations.

All keys generated on the Debian platform from 2006.9 to are affected. Debian quickly fixed the vulnerability and provided the blacklists and self-check tools.

Attack tools should soon appear. metasploit has generated a key database. You can use a method similar to Rainbow to query the database, or directly crack the SSH key.

Now let's wait for the worm to show up.

Because this vulnerability is serious, we hereby record it and save it here.

related links:
http://bugs.debian.org/cgi-bin/bugreport.cgi? Bug = 363516
http://bugs.debian.org/cgi-bin/bugreport.cgi? Bug = 363516
http://metasploit.com/users/hdm/tools/debian-openssl/
http://www.gossamer-threads.com/lists/fulldisc/full-disclosure/61666
http://www.gossamer-threads.com/lists/fulldisc/full-disclosure/61606
http://www.debian.org/security/2008/dsa-1571

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.