Home > IT, Security > One more reason not to run telnet or Solaris 0-day == Trouble

One more reason not to run telnet or Solaris 0-day == Trouble

February 11th, 2007 Leave a comment Go to comments

We've all heard it before... Don't run telnet because it's a plain text protocol, it's an inherent security risk... Which is true, SSH just makes more sense and plenty of people are using SSH these days. This doesn't mean that everyone is though, so... *ATTENTION SOLARIS ADMINS** If you're still running telnet on Solaris 10 or 11 (SunOS 5.10 or 5.11)... Turn it off. An email was released on Full Disclosure earlier with a new 0-day for Solaris 10/11 that's so easy it makes my skin crawl. This pdf was linked in the email which gives details and a small shell script to perform the exploit. It seemed surprising that this existed and had not been previously found, so of course I had to try it out.

C:\Documents and Settings\treguly>telnet -l "-fbin" X.X.X.X

Last login: Sun Feb 11 00:24:44 from XXXX
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
$ id
uid=2(bin) gid=2(bin)
$

The result is more than a little frightening...

A Hat Tip for this goes to Maynor and the Errata Security Blog for informing me of this issue.

[UPDATE] While it was initially rumoured that this didn't affect the root account, this is not the case... root logins are possible... it is dependent on configuration. More info on the nCircle Blog.

Categories: IT, Security Tags:

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

  1. johnm
    February 14th, 2007 at 06:35 | #1

    hi there,

    I have a sunos 5.10 box at my work. I real newbie in sunos so i really need your help … can you please tell me how to close telnet or if there is a patch for this vuln.

    thx

  2. February 14th, 2007 at 16:55 | #2

    You can disable telnet with the command: svcadm disable telnet

    There was an interim patch available from Sun but when I pull the page up now it seems to be gone, perhaps they’ve issued a full patch.. but I’m not sure where it is located.

  3. johnm
    February 15th, 2007 at 06:50 | #3

    thx a lot . if you find the patch pls paste the link here thanks

  4. johnm
    February 15th, 2007 at 06:54 | #4

    COIS# svcadm disable telnet
    svcadm: not found
    COIS#

  1. March 23rd, 2007 at 22:36 | #1