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

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3.  
  4. CA-89:02
  5.                                  CERT Advisory
  6.                                  July 26, 1989
  7.                                Sun Restore Hole
  8. - -----------------------------------------------------------------------------
  9.  
  10. A security hole has been found in SunOS restore.  This problem affects
  11. SunOS 4.0, 4.0.1, and 4.0.3 systems.  It does not appear in SunOS 3.5.
  12. The problem occurs because restore is setuid to root.  Without going
  13. into details, is sufficient to say that this is a serious hole.  All
  14. SunOS 4.0 installations should install this workaround.  Note that a
  15. user does need to have an existing account to exploit this hole.
  16.  
  17. There are two workarounds that will fix the problem.  The first is
  18. slightly more secure but has some side-effects.  
  19.  
  20. 1) Make restore non-setuid by becoming root and doing a 
  21. chmod 750 /usr/etc/restore
  22.  
  23. This makes restore non-setuid and unreadable and unexecutable by
  24. ordinary users.
  25.  
  26. Making restore non-setuid affects the restore command using a remote
  27. tape drive.  You will no longer be able to run a restore from another
  28. machine as an ordinary user; instead, you'll have be root to do so.
  29. (The reason for this is that the remote tape drive daemon on the
  30. machine with the tape drive expects a request on a TCP privileged
  31. port.  Under SunOS, you can't get a privileged port unless you are
  32. root.  By making restore non-setuid, when you run restore and request
  33. a remote tape drive, restore won't be able to get a privileged port,
  34. so the remote tape drive daemon won't talk to it.)
  35.  
  36. 2) If you do need to have some users run restore from remote tape
  37. drives without being root, you can use the following workaround.
  38.  
  39. cd /usr/etc
  40. chgrp operator restore
  41. chmod 4550 restore
  42.  
  43. This allows the use of restore by some trusted group.  In this case,
  44. we used the group 'operator', but you may substitute any other group
  45. that you trust with access to the tape drive.  Thus, restore is still
  46. setuid and vulnerable, but only to the people in the trusted group.
  47.  
  48. The 4550 makes restore readable and executable by the group you
  49. specified, and unreadable by everyone else.
  50.  
  51. Sun knows about this problem (Sun Bug 1019265) and will put in a more
  52. permanent fix in a future release of SunOS. 
  53.  
  54. - -----------------------------------------------------------------------------
  55.  
  56. Computer Emergency Response Team (CERT)
  57. Software Engineering Institute
  58. Carnegie Mellon University
  59. Pittsburgh, PA 15213-3890
  60.  
  61. Internet: cert@cert.org
  62. Telephone: 412-268-7090 24-hour hotline: CERT personnel answer
  63.            7:30a.m.-6:00p.m. EST, on call for
  64.            emergencies other hours.
  65.  
  66. Past advisories and other information are available for anonymous ftp
  67. from cert.org (192.88.209.5).
  68.  
  69.  
  70.  
  71. -----BEGIN PGP SIGNATURE-----
  72. Version: 2.6.2
  73.  
  74. iQCVAwUBMaMwZXVP+x0t4w7BAQGiaQQA1ib9IUEtKhe0/tslUMaw+CQBGN0kug/o
  75. RQva7hQdmFc9qMbqdozTBWl1HAnRXdwhw0fiKAplgq9ZVDcx1DYrc33tcRZLV/2E
  76. qeALCmoo8iuGayqW3UKSAURLida++YmIIpslrAn7+AD7rOylXaFWGQ4aV92mkxSe
  77. Mj5mk4aT0tQ=
  78. =zc0n
  79. -----END PGP SIGNATURE-----
  80.