home *** CD-ROM | disk | FTP | other *** search
/ Chaos Computer Club 1997 February / cccd_beta_feb_97.iso / contrib / cert / ca9319 < prev    next >
PGP Signed Message  |  1997-02-28  |  3KB  |  83 lines

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3. =============================================================================
  4. CA-93:19                         CERT Advisory
  5.                                December 16, 1993
  6.                       Solaris System Startup Vulnerability
  7. - -----------------------------------------------------------------------------
  8.  
  9. The CERT Coordination Center has received information concerning a 
  10. vulnerability in the system startup scripts on Solaris 2.x and Solaris x86
  11. systems.  The changes described below will be integrated into the upcoming
  12. Solaris release.
  13.  
  14. - -----------------------------------------------------------------------------
  15.  
  16. I.   Description
  17.  
  18.      If fsck(8) fails during system boot, a privileged shell is run
  19.      on the system console. This behavior can represent a security
  20.      vulnerability if users, who would normally not have root access,
  21.      have physical access to the console at boot time.  An attacker
  22.      can force the failure to occur.
  23.  
  24. II.  Impact
  25.  
  26.      This vulnerability allows anyone with physical access to the
  27.      system console to gain root access.
  28.  
  29. III. Solution
  30.  
  31.      A simple change to each of two system scripts can be used to
  32.      close this potential security hole. The new behavior will cause the
  33.      system to run the privileged shell only if the user at the console
  34.      enters the correct root password.
  35.  
  36.      If you wish to make the change on your own systems, edit both
  37.      /sbin/rcS and /sbin/mountall, changing every occurrence of:
  38.  
  39.                 /sbin/sh < /dev/console
  40.      to:
  41.                 /sbin/sulogin < /dev/console
  42.  
  43.      As distributed by Sun, /sbin/rcS contains one occurrence of this
  44.      string, at line 152; and /sbin/mountall contains two, one at line
  45.      66 and one at line 250.
  46.  
  47.      Once these changes are made, sulogin will request the root
  48.      password in the event fsck(8) fails, before starting a privileged shell.
  49.      The success or failure of sulogin will be logged in /var/adm/sulog.
  50.  
  51. - ---------------------------------------------------------------------------
  52. The CERT Coordination Center wishes to thank Sun Microsystems, Inc.
  53. for their support in responding to this problem.
  54. - ---------------------------------------------------------------------------
  55.  
  56. If you believe that your system has been compromised, contact the CERT
  57. Coordination Center or your representative in Forum of Incident
  58. Response and Security Teams (FIRST).
  59.  
  60. Internet E-mail: cert@cert.org
  61. Telephone: 412-268-7090 (24-hour hotline)
  62.            CERT personnel answer 8:30 a.m.-5:00 p.m. EST(GMT-5)/EDT(GMT-4),
  63.            and are on call for emergencies during other hours.
  64.  
  65. CERT Coordination Center
  66. Software Engineering Institute
  67. Carnegie Mellon University
  68. Pittsburgh, PA 15213-3890
  69.  
  70. Past advisories, information about FIRST representatives, and other
  71. information related to computer security are available for anonymous 
  72. FTP from info.cert.org.
  73.  
  74. -----BEGIN PGP SIGNATURE-----
  75. Version: 2.6.2
  76.  
  77. iQCVAwUBMaMxXXVP+x0t4w7BAQEAOwP/ezBsUR1i5pEyxNbYs7oelEPngekQ8NwD
  78. wXEzw2dt1QHNDqRUVf7JoK/2riR95k6/RRAEE6Adqki7GBJYZ2hDJP+mgoRdaQCC
  79. eFjLtVsJ/PqS/AN3Hq94yEWYAlOPX+avTuVqqug519gpcSrg07nFfr5lF6tXQK6x
  80. qj+UUg8Ql08=
  81. =s7c3
  82. -----END PGP SIGNATURE-----
  83.