Что за бред?!
Этой уязвимости уже очень много дней.
Больше 2-х месяцев!
И эксплоит в паблике после 2008-03-14.
Скорее это начало ЛОРокапец-а... Но не Solaris точно.
Модераторам надо руки оторвать за такое.
Давайте теперь еще за 2006-ой год новости постоить...
Специально для малолетних дибилов, которые не знают как работает rpc.
Client programs contacting an RPC server need a way to authenticate themselves to the server, so that the server can determine what information the client should be able to access, and what functions should be allowed.
AUTH_UNIX
RPC client sends the UNIX UID and GIDs for the user.
Not secure. Server implicitly trusts that the user is who the user claims to be.
AUTH_DES
Authentication based on public key cryptography and DES
Reasonably secure, although not widely available from manufacturers other than Sun.
AUTH_KERB
Authentication based on Kerberos
Very secure, but requires that you set up a Kerberos Server.