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

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3.  
  4. CA-90:02
  5.                 CERT Advisory
  6.                 March 19, 1990
  7.               Internet Intruder Warning
  8. - -------------------------------------------------------------------------------
  9. There have been a number of media reports stemming from a March 19 New York
  10. Times article entitled 'Computer System Intruder Plucks Passwords and
  11. Avoids Detection.'  The article referred to a program that attempts to
  12. get into computers around the Internet.
  13.  
  14. At this point, the Computer Emergency Response Team Coordination
  15. Center (CERT/CC) does not have hard evidence that there is such a
  16. program.  What we have seen are several persistent attempts on systems
  17. using known security vulnerabilities.  All of these vulnerabilities
  18. have been previously reported.  Some national news agencies have
  19. referred to a 'virus' on the Internet; the information we have now
  20. indicates that this is NOT true.  What we have seen and can confirm is
  21. an intruder making persistent attempts to get into Internet systems.
  22.  
  23. It is possible that a program may be discovered.  However, all the
  24. techniques used in these attempts have also been used, in the past, by
  25. intruders probing systems manually.
  26.  
  27. As of the morning of March 19, we know of several systems that have
  28. been broken into and several dozen more attempts made on Thursday and
  29. Friday, March 15 and 16.
  30.  
  31. Systems administrators should be aware that many systems around the
  32. Internet may have these vulnerabilities, and intruders know how to
  33. exploit them.  To avoid security breaches in the future, we recommend
  34. that all system administrators check for the kinds of problems noted
  35. in this message.
  36.  
  37. The rest of this advisory describes problems with system
  38. configurations that we have seen intruders using.  In particular, the
  39. intruders attempted to exploit problems in Berkeley BSD derived UNIX
  40. systems and have attacked DEC VMS systems.  In the advisory below,
  41. points 1 through 12 deal with Unix, points 13 and 14 deal with the VMS
  42. attacks.
  43.  
  44. If you have questions about a particular problem, please get
  45. in touch with your vendor.
  46.  
  47. The CERT makes copies of past advisories available via anonymous FTP
  48. (see the end of this message).  Administrators may wish to review
  49. these as well.
  50.  
  51. We've had reports of intruders attempting to exploit the following
  52. areas:
  53.  
  54.  
  55. 1) Use TFTP (Trivial File Transfer Protocol) to steal password files.  
  56.  
  57.    To test your system for this vulnerability, connect to your system
  58. using TFTP and try 'get /etc/motd'.  If you can do this, anyone else
  59. can get your password file as well.  To avoid this problem, disable
  60. tftpd.
  61.  
  62.    In conjunction with this, encourage your users to choose passwords
  63. that are difficult to guess (e.g. words that are not contained in any
  64. dictionary of words of any language; no proper nouns, including names
  65. of "famous" real or imaginary characters; no acronyms that are common
  66. to computer professionals; no simple variations of first or last
  67. names, etc.)  Furthermore, inform your users not to leave any clear
  68. text username/password information in files on any system.
  69.  
  70.    If an intruder can get a password file, he/she will usually take it
  71. to another machine and run password guessing programs on it. These
  72. programs involve large dictionary searches and run quickly even on slow
  73. machines.  The experience of many sites is that most systems that do
  74. not put any controls on the types of passwords used probably have at
  75. least one password that can be guessed.
  76.  
  77.  
  78. 2) Exploit accounts without passwords or known passwords (accounts
  79. with vendor supplied default passwords are favorites).  Also uses
  80. finger to get account names and then tries simple passwords.  
  81.  
  82.    Scan your password file for extra UID 0 accounts, accounts with no
  83. password, or new entries in the password file.  Always change vendor
  84. supplied default passwords when you install new system software.
  85.  
  86.  
  87. 3) Exploit holes in sendmail.
  88.  
  89.    Make sure you are running the latest sendmail from your vendor.
  90. BSD 5.61 fixes all known holes that the intruder is using.  
  91.  
  92.  
  93. 4) Exploit bugs in old versions of FTP; exploit mis-configured
  94.    anonymous FTP
  95.  
  96.    Make sure you are running the most recent version of FTP which is
  97. the Berkeley version 4.163 of Nov.  8 1988.  Check with your vendor
  98. for information on configuration upgrades.  Also check
  99. your anonymous FTP configuration.  It is important to follow the
  100. instructions provided with the operating system to properly configure
  101. the files available through anonymous ftp (e.g., file permissions,
  102. ownership, group, etc.).  Note especially that you should not use your
  103. system's standard password file as the password file for FTP.
  104.  
  105.  
  106. 5) Exploit the fingerd hole used by the Morris Internet worm.
  107.  
  108.    Make sure you're running a recent version of finger.  Numerous
  109. Berkeley BSD derived versions of UNIX were vulnerable.
  110.  
  111.  
  112. Some other things to check for:
  113.  
  114. 6) Check user's .rhosts files and the /etc/hosts.equiv files for systems
  115. outside your domain.  Make sure all hosts in these files are
  116. authorized and that the files are not world-writable.
  117.  
  118.  
  119. 7) Examine all the files that are run by cron and at.  We've seen
  120. intruders leave back doors in files run from cron or submitted to at.
  121. These techniques can let the intruder back on the system even after
  122. you've kicked him/her off.  Also, verify that all files/programs
  123. referenced (directly or indirectly) by the cron and at jobs, and the
  124. job files themselves, are not world-writable.
  125.  
  126.  
  127. 8) If your machine supports uucp, check the L.cmds file to see if
  128. they've added extra commands and that it is owned by root (not by uucp!)
  129. and world-readable.  Also, the L.sys file should not be world-readable
  130. or world-writable.
  131.  
  132.  
  133. 9) Examine the /usr/lib/aliases (mail alias) file for unauthorized
  134. entries.  Some alias files include an alias named 'uudecode'; if this
  135. alias exists on your system, and you are not explicitly using it, then
  136. it should be removed.
  137.  
  138.  
  139. 10) Look for hidden files (files that start with a period and are
  140. normally not shown by ls) with odd names and/or setuid capabilities,
  141. as these can be used to "hide" information or privileged (setuid root)
  142. programs, including /bin/sh.  Names such as '..  ' (dot dot space
  143. space), '...', and .xx have been used, as have ordinary looking names
  144. such as '.mail'.  Places to look include especially /tmp, /usr/tmp,
  145. and hidden directories (frequently within users' home directories).
  146.  
  147.  
  148. 11) Check the integrity of critical system programs such as su, login,
  149. and telnet.  Use a known, good copy of the program, such as the
  150. original distribution media and compare it with the program you are
  151. running.
  152.  
  153.  
  154. 12) Older versions of systems often have security vulnerabilities that
  155. are well known to intruders.  One of the best defenses against
  156. problems is to upgrade to the latest version of your vendor's system.
  157.  
  158.  
  159. VMS SYSTEM ATTACKS:
  160.  
  161. 13) The intruder exploits system default passwords that have not been
  162. changed since installation.  Make sure to change all default passwords
  163. when the software is installed.  The intruder also guesses simple user
  164. passwords.  See point 1 above for suggestions on choosing good
  165. passwords.
  166.  
  167. 14) If the intruder gets into a system, often the programs
  168. loginout.exe and show.exe are modified.  Check these programs against
  169. the files found in your distribution media.
  170.  
  171.  
  172. If you believe that your system has been compromised, contact CERT via
  173. telephone or e-mail.
  174.  
  175. Computer Emergency Response Team (CERT)
  176. Software Engineering Institute
  177. Carnegie Mellon University
  178. Pittsburgh, PA 15213-3890
  179.  
  180. Internet E-mail: cert@cert.org
  181. Telephone: 412-268-7090 24-hour hotline: CERT personnel answer 
  182.          7:30a.m.-6:00p.m. EST, on call for emergencies
  183.         other hours.
  184.  
  185. Past advisories and other information are available for anonymous ftp
  186. from cert.org (192.88.209.5).
  187.  
  188.  
  189. -----BEGIN PGP SIGNATURE-----
  190. Version: 2.6.2
  191.  
  192. iQCVAwUBMaMweXVP+x0t4w7BAQHyDgQAjRL98Asy0kE0mrV/7nz+R9cg6HVRJ3sQ
  193. 002cBDXdms/ZbYTHxsWBNQGTVpLszd20ryn9b3UeifL0Kte47U4W0L41DnyQl0ig
  194. 7w28h7bFBTTdrZbMds/vInTp9PtX/IRF8HCrfGOl/Sy1TkOir876fyWISDBGYTOp
  195. gS81cBSUOKs=
  196. =+42q
  197. -----END PGP SIGNATURE-----
  198.