| PROBLEM: | A security vulnerability in the in.telnetd(1M) daemon shipped with Solaris 10. |
| PLATFORM: | SPARC Platform Solaris 10 without patch 120068-02 x86 Platform Solaris 10 without patch 120069-02 |
| DAMAGE: | May allow a local or remote unprivileged user who is able to connect to a host using the telnet(1) service to gain unauthorized access to that host by connecting as any user on the system, allowing them to execute arbitrary commands with the privileges of that user. |
| SOLUTION: | Upgrade to the appropriate version. |
| VULNERABILITY ASSESSMENT: |
The risk is MEDIUM. A remote unprivileged user who can login to a system using telnet can get root access. |
| LINKS: | |
| CIAC BULLETIN: | http://www.ciac.org/ciac/bulletins/r-139.shtml |
| ORIGINAL BULLETIN: | http://www.sunsolve.sun.com/search/document.do?assetkey=1-26-102802-1 |
| CVE: | CVE-2007-0882 |
REVISION HISTORY:
02/22/2007 - revised R-139 to reflect changes Sun has made in Sun Alert ID: 102802
where they Updated the Resolution section.
[***** Start Sun Alert ID: 102802 *****]
A
This issue is described in the following documents:
CERT VU#881872 at http://www.kb.cert.org/vuls/id/881872
CVE-2007-0882 at http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0882
This issue can occur in the following releases:
SPARC Platform
x86 Platform
Notes:
The following command can be used to determine if the service is enabled, which will output 'online' for the service state if the system is affected by this issue:
$ svcs telnet
STATE STIME FMRI
online Jan_30 svc:/network/telnet:default
If remote root logins are disabled, the impact of this issue will be limited to users other than root.
Remote root logins are disabled if the file "/etc/default/login" contains a line that begins with 'CONSOLE'. This can be seen using the grep command as shown below:
$ grep CONSOLE /etc/default/login
CONSOLE=/dev/console
If this line has been commented out by inserting a '#' at the beginning, as in the following example:
#CONSOLE=/dev/console
or if there is no line containing the word 'CONSOLE', then this issue will also apply to the root user.
See login(1) for more information about the /etc/default/login file.
Depending on the manner in which this issue has been exploited, the output from commands such as last(1) (which display information about login and logout activity), may show unexpected logins to the system. Using the '-a' flag with the last(1) command will show the hostname associated with these logins.
| Solution Summary | Top |
To workaround this issue, the telnet service can be disabled as in the following example (Note that this will remove the functionality of the in.telnetd daemon on that host):
# svcadm disable svc:/network/telnet:default
Note: If instead of disabling the service, removal of the service is being considered, then please first read Sun Alert 102799:
"Synopsis: svc.startd(1M) May Core Dump While Removing a Service, Causing patchrm(1M) to Terminate and Leave the System Unbootable"
In addition, it is also possible to uncomment (or add) the 'CONSOLE' line in the "/etc/default/login" file so that it looks similar to the following:
CONSOLE=/dev/console
However, this will only prevent unauthorized access to the root account; other user accounts will still be affected by this issue.
This issue is addressed in the following releases:
SPARC Platform
x86 Platform
Note: These patches have been created with a tag that says that a reboot is required after installation. However, this is incorrect (see Bug 6524404). Future Solaris 10 telnetd(1M) patch revisions have had this tag removed.
This Sun Alert notification is being provided to you on an "AS IS" basis. This Sun Alert notification may contain information provided by third parties. The issues described in this Sun Alert notification may or may not impact your system(s). Sun makes no representations, warranties, or guarantees as to the information contained herein. ANY AND ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE HEREBY DISCLAIMED. BY ACCESSING THIS DOCUMENT YOU ACKNOWLEDGE THAT SUN SHALL IN NO EVENT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, PUNITIVE, OR CONSEQUENTIAL DAMAGES THAT ARISE OUT OF YOUR USE OR FAILURE TO USE THE INFORMATION CONTAINED HEREIN. This Sun Alert notification contains Sun proprietary and confidential information. It is being provided to you pursuant to the provisions of your agreement to purchase services from Sun, or, if you do not have such an agreement, the Sun.com Terms of Use. This Sun Alert notification may only be used for the purposes contemplated by these agreements.
Copyright 2000-2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, CA 95054 U.S.A. All rights reserved.
[***** End Sun Alert ID: 102802 *****]
Voice: +1 925-422-8193 (7 x 24)
FAX: +1 925-423-8002
STU-III: +1 925-423-2604
E-mail: ciac@ciac.org
World Wide Web: http://www.ciac.org/
Anonymous FTP: ftp.ciac.org