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

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3. =============================================================================
  4. CERT(sm) Advisory CA-94:06
  5. Original issue date: March 21, 1994
  6. Last revised: August 30, 1996
  7.               Information previously in the README was inserted
  8.               into the advisory.
  9.  
  10.               A complete revision history is at the end of this file.
  11.                     
  12. Topic:  Writable /etc/utmp Vulnerability
  13. =============================================================================
  14.  
  15. The CERT Coordination Center has received information concerning a
  16. vulnerability that exists on systems where the file /etc/utmp is writable
  17. by any user on the system.
  18.  
  19. This vulnerability is being actively exploited; please review CERT Advisory
  20. CA-94:01 "Ongoing Network Monitoring Attacks."
  21.  
  22. The problem is known to affect Sun Microsystems, Inc. SunOS 4.1.X and
  23. Solaris 1.1.1 operating systems. Solbourne Computer, Inc. and other Sparc
  24. products using SunOS 4.1.X or Solaris 1.1.1 are also affected. Solaris 2.x
  25. and SunOS 4.1.3_U1 (Solaris 1.1.1) are not affected by this problem.
  26.  
  27. Patches can be obtained from Sun Answer Centers worldwide.  They are also
  28. available via anonymous FTP from ftp.uu.net in the /systems/sun/sun-dist 
  29. directory, and in Europe from ftp.eu.net in the /sun/fixes directory.
  30.  
  31. We queried several vendors in addition to Sun.  The following vendors
  32. reported that their operating systems, as distributed by the vendor, are
  33. not affected by this problem:
  34.  
  35. Convex Computer Corporation             Digital Equipment Corporation
  36. Data General Corporation                Hewlett-Packard Company
  37. IBM                                     Intergraph
  38. Motorola, Inc.                          NeXT, Inc.
  39. Pyramid Technology Corporation          Sequent Computer Systems
  40. Sony Corporation
  41.  
  42. Currently, we are not aware of /etc/utmp being writable on other systems.
  43. If your operating system is not explicitly mentioned above, and if you 
  44. determine that /etc/utmp is writable by someone other than root, we 
  45. encourage you to contact your vendor.
  46.  
  47. If /etc/utmp on your system is writable only by the root account, you need
  48. not be concerned about the vulnerability. 
  49.  
  50. We recommend that sites check their /etc/utmp file to be sure it is not
  51. writable by users other than root.  If it is generally writable, you should
  52. obtain patches from the system vendor or protect /etc/utmp as described below.
  53.  
  54. - -----------------------------------------------------------------------------
  55.  
  56. I.   Description
  57.  
  58.      If the file /etc/utmp is writable by users other than root,
  59.      programs that trust the information stored in that file can
  60.      be subverted.
  61.  
  62. II.  Impact
  63.  
  64.      This vulnerability allows anyone with access to a user account
  65.      to gain root access.
  66.  
  67. III. Solution
  68.  
  69.      The solutions to this vulnerability are to either (a) protect the file,
  70.      or (b) patch all the programs that trust it.
  71.  
  72.      Note that SunOS 4.1.3_U1 (Solaris 1.1.1) is _not_ vulnerable to this
  73.      problem. 
  74.  
  75.      A.  To protect the file, make /etc/utmp writable only by root:
  76.  
  77.                  # chown root /etc/utmp
  78.                  # chmod 644 /etc/utmp
  79.  
  80.      B.  Patches from Sun Microsystems
  81.  
  82.      Program     Patch ID    Patch File Name
  83.      -------     ---------   ---------------
  84.      in.comsat   100272-07   100272-07.tar.Z
  85.      dump        100593-03   100593-03.tar.Z
  86.      syslogd     100909-02   100909-02.tar.Z
  87.      in.talkd    101480-01   101480-01.tar.Z
  88.      shutdown    101481-01   101481-01.tar.Z
  89.      write       101482-01   101482-01.tar.Z
  90.  
  91.      Program     BSD         SVR4        MD5 Digital Signature
  92.                  Checksum    Checksum
  93.      -------     ---------   ---------   --------------------------------
  94.      in.comsat   26553  39   64651  78   912ff4a0cc8d16a10eecbd7be102d45c
  95.      dump        52095 242   41650 484   cdba530226e8735fae2bd9bcbfa47dd0
  96.      syslogd     61539 108   38239 216   b5f70772384a3e58678c9c1f52d81190
  97.      in.talkd    47917  44   32598  88   5c3dfd6f90f739100cfa4aa4c97f01df
  98.      shutdown    46562  80   56079 159   bfc257ec795d05646ffa733d1c03855b
  99.      write       61148  41   48636  81   f93276529aa9fc25b35679ebf00b2d6f
  100.  
  101.  
  102.      C. Clarifications added April 1, 1994
  103.  
  104.         1) If you make /etc/utmp writable only by root, this should only affect
  105.            programs that allocate pseudo terminal interfaces and want to add
  106.            an appropriate entry to the /etc/utmp file.  Such programs include
  107.            script(1), cmdtool(1), gfxtool(1), shelltool(1), and tektool(1).
  108.            These programs will no longer be able to add an entry to /etc/utmp
  109.            which means that programs such as who(1), syslogd(1), and others
  110.            that use /etc/utmp will not know that an account is using that
  111.            pseudo tty. 
  112.  
  113.         2) No program should be made setuid root just to workaround this
  114.            problem. Setuid programs must be written very carefully to avoid
  115.            creating yet more vulnerabilities.
  116.  
  117.         3) The installation instructions on the syslogd patch do not point out
  118.            that, until you stop and restart syslogd (or reboot the system),
  119.            the old version is still running and the security hole has not been
  120.            closed. 
  121.  
  122.  
  123. - ---------------------------------------------------------------------------
  124.  
  125. If you believe that your system has been compromised, contact the CERT
  126. Coordination Center or your representative in Forum of Incident
  127. Response and Security Teams (FIRST).
  128.  
  129. Internet E-mail: cert@cert.org
  130. Telephone: 412-268-7090 (24-hour hotline)
  131.            CERT personnel answer 8:30 a.m.-5:00 p.m. EST(GMT-5)/EDT(GMT-4),
  132.            and are on call for emergencies during other hours.
  133.  
  134. CERT Coordination Center
  135. Software Engineering Institute
  136. Carnegie Mellon University
  137. Pittsburgh, PA 15213-3890
  138.  
  139. Past advisories, information about FIRST representatives, and other
  140. information related to computer security are available for anonymous
  141. FTP from info.cert.org.
  142.  
  143. Copyright 1994, 1996 Carnegie Mellon University
  144. This material may be reproduced and distributed without permission provided
  145. it is used for noncommercial purposes and the copyright statement is
  146. included.
  147.  
  148. CERT is a service mark of Carnegie Mellon University.
  149.  
  150. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  151. Revision history
  152.  
  153. Aug. 30, 1996  Information previously in the README was inserted
  154.                into the advisory.
  155. Apr. 01, 1994  Intro. and Sec. III - added note that SunOS 4.1.3_U1 is not
  156.                                      vulnerable. 
  157. Apr. 01, 1994  Sec. III.C - added this new section, which contains
  158.                                      clarifications. 
  159.  
  160. -----BEGIN PGP SIGNATURE-----
  161. Version: 2.6.2
  162.  
  163. iQCVAwUBMiSUfXVP+x0t4w7BAQHZsAP+PWX0GHS8DfjLzWMrmXnIt6ABfrresHn0
  164. HrKPpghTQnE6be0kOodmRaftIwTL+yVm8snCcW5cwSJtg/bhWb6LUdzR3R//aHQ6
  165. /LZPZkI1nQvAyHVJZJfl9Wy5k+Nmq1StartjcoQJDnh16s0Qp2FhVEHPl/XTC/YZ
  166. oAQmSl9XKdI=
  167. =A+ph
  168. -----END PGP SIGNATURE-----
  169.