Note: This is an archival copy of Security Sun Alert 237444 as previously published on http://sunsolve.sun.com. Latest version of this security advisory is available from http://support.oracle.com as Sun Alert 1019235.1. |
Category Security Release Phase Resolved 6684003 Product Solaris 9 Operating System Solaris 10 Operating System Date of Workaround Release 05-May-2008 Date of Resolved Release 02-Jul-2008 A Security Vulnerability in Solaris SSH may allow Unauthorized Access to X11 Sessions 1. ImpactA security vulnerability related to X11 forwarding within the SSH product shipped with Solaris may allow a local unprivileged user to gain unauthorized access to another user's X11 session. This may allow execution of code with the privileges of that user or may result in the disclosure of sensitive data related to the user's session.This issue is also referenced in the following document: CVE-2008-1483 at http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1483
2. Contributing FactorsThis issue can occur in the following releases:SPARC Platform
x86 Platform
This issue only affects systems which are configured to run the SSH service. The following can be used to determine if the sshd(1M) daemon is running on a host: $ pgrep sshd || echo "sshd not running" be examined, for example: % grep X11Forwarding /etc/ssh/sshd_config 3. SymptomsThere are no predictable symptoms that would indicate the described vulnerability has been exploited.4. WorkaroundTo workaround this issue, X11 forwarding can be disabled for individual SSH sessions by running the ssh(1) as follows when those sessions are initiated:$ ssh -o ForwardX11=no ... $ ssh -x ... X11Forwarding yes
toX11Forwarding no
and then restarting ssh: For Solaris 9: # /etc/init.d/sshd stop ; /etc/init.d/sshd start # svcadm restart ssh 5. ResolutionThis issue is addressed in the following releases:SPARC Platform
For more information on Security Sun Alerts, see 1009886.1. 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-2008 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, CA 95054 U.S.A. All rights reserved. Modification History 23-May-2008: Updated Contributing Factors and Resolution sections 02-Jul-2008: Updated Contributing Factors and Resolution sections; now Resolved 20-Aug-2008: Updated Resolution section References126133-03126134-03 114356-14 114357-13 Attachments This solution has no attachment |
|