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

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3. =============================================================================
  4. CERT(sm) Advisory CA-97.04
  5. Original issue date: January 27, 1997
  6. Last revised: February 5, 1997
  7.               Appendix A - added an entry for Cisco Systems
  8.  
  9. Topic: talkd Vulnerability
  10. - -----------------------------------------------------------------------------
  11.  
  12. The CERT Coordination Center has received reports of a vulnerability in
  13. talkd(8) program used by talk(1). By constructing DNS data with particular
  14. characteristics, an intruder can remotely execute arbitrary commands with root
  15. privileges.
  16.  
  17. An exploitation script for this problem has been made publicly available,
  18. and we have received reports of successful root compromises involving the use
  19. of this script.
  20.  
  21. You may be aware of advisories that have been published by other response
  22. teams about this problem. Note that this advisory contains additional material
  23. and covers additional aspects of the vulnerability related to a broader set of
  24. problems of which this particular problem is only a specific instance.
  25.  
  26. The CERT/CC team recommends taking steps to solve the general problem
  27. (Sec. III.A) and installing a vendor patch to address this particular instance
  28. of the problem (Sec. III.B). Until you can install a patch, we urge you to
  29. disable the talkd program(s) at your site.
  30.  
  31. We will update this advisory as we receive additional information.
  32. Please check advisory files regularly for updates that relate to your site.
  33.  
  34. - -----------------------------------------------------------------------------
  35.  
  36. I.   Description
  37.  
  38.      The CERT Coordination Center has received information of a vulnerability
  39.      in the talkd(8) program used by talk(1). talk is a communication program
  40.      that copies text from one user's terminal to that of another, possibly
  41.      remote, user. talkd is the daemon that notifies a user that someone else
  42.      wishes to initiate a talk conversation.
  43.  
  44.      As part of the talk connection, talkd does a DNS lookup for the name
  45.      of the host that the connection is being initiated from. Because there
  46.      is insufficient bounds checking on the buffer where the hostname is
  47.      stored, it is possible to overwrite the internal stack space of talkd.
  48.  
  49.      It is possible to force talkd to execute arbitrary commands by carefully
  50.      manipulating the hostname information. As talkd runs with root
  51.      privileges, this may allow intruders to remotely execute arbitrary
  52.      commands with these privileges.
  53.  
  54.      This attack requires an intruder to be able to make a network connection
  55.      to a vulnerable talkd program and provide corrupt DNS information to that
  56.      host.
  57.  
  58.      This type of attack is a particular instance of the problem described in
  59.      CERT advisory CA-96.04, "Corrupt Information from Network Servers,"
  60.      available from
  61.  
  62.      ftp://info.cert.org/pub/cert_advisories/CA-96.04.corrupt_info_from_servers
  63.  
  64.      Sites that use BIND 4.9.4 Patch Level 1 or later are NOT vulnerable to
  65.      the general class of hostname/ip-address-based buffer overflow attacks
  66.      (including this specific problem).
  67.  
  68.      Be aware that there are different versions of the talkd program.
  69.      Depending on your system, the program may have any of the following
  70.      names: talkd, otalkd, ntalkd.
  71.  
  72.      To determine whether your site allows talk sessions, check
  73.      /etc/inetd.conf:
  74.  
  75.                 # grep -i "^[a-z]*talk" /etc/inetd.conf
  76.  
  77.      Note: An exploitation script for this problem has been made publicly
  78.            available. The CERT/CC has received reports of successful root
  79.            compromises involving the use of this script.
  80.  
  81. II.  Impact
  82.  
  83.      Intruders may be able to remotely execute arbitrary commands with root
  84.      privileges. They do not need access to an account on the system to
  85.      exploit this vulnerability.
  86.  
  87. III. Solution
  88.  
  89.      There are several options available to avoid this problem. We recommend
  90.      that all sites defend against the general class of problem (Sec. A) and
  91.      also install a patch from your vendor (Sec. B). Until you can install a
  92.      patch, we urge you to disable the talkd program(s) at your site (Sec C).
  93.  
  94.      Note that disabling the talkd program will defend against the
  95.      particular attack described in this advisory, but will not defend
  96.      against the general class of network-based attacks that manipulate
  97.      hostname/ip-address information to exploit a vulnerability.
  98.  
  99.  
  100.      A. Defend against the general class of problem
  101.  
  102.         In the general case, the problem described in this advisory is one
  103.         in which the attacker uses particular hostname/ip-address data to
  104.         exploit a vulnerability. The exploitation script mentioned above
  105.         uses the specific case of DNS attacks, but attackers can use other
  106.         hostname/ip-address resolution methods, such as NIS, /etc/hosts,
  107.         and so on.
  108.  
  109.         If the following measures are in place for all hostname/address
  110.         transformation techniques on your system, then your system would be
  111.         immune not only to this particular talkd exploit, but also to the
  112.         general class of hostname/ip-address-based buffer overflow attacks.
  113.  
  114.         1. DNS-Based Attacks
  115.  
  116.         To defend against a DNS-based attack, we encourage you to upgrade to
  117.         BIND 4.9.4 Patch level 1 or later (or your vendor's equivalent). The
  118.         reason is that BIND 4.9.4 Patch Level 1 conforms to the RFC (RFC 952)
  119.         defining valid hostname syntax (described in CERT advisory CA-96.04,
  120.         "Corrupt Information from Network Servers").
  121.  
  122.         Keep in mind that an upgrade to 4.9.5 may require a sendmail upgrade
  123.         because of the POSIX extensions in the latest version of BIND
  124.         (described in CA-96.04). For the latest available version of sendmail,
  125.         please consult the file
  126.  
  127.                 ftp://info.cert.org/pub/latest_sw_versions/sendmail
  128.  
  129.         2. Other Network Information Services
  130.  
  131.         For systems that rely on additional name/address transformation
  132.         techniques (such as NIS, netinfo, and flat files like /etc/hosts),
  133.         using the recommended version of BIND may be insufficient since DNS
  134.         lookups--and therefore hostname/ip-address validation--may be bypassed
  135.         in favor of the alternative technique (NIS, netinfo, etc). Thus, we
  136.         also encourage sites and vendors to include in the suite of resolution
  137.         techniques the same code that BIND uses to validate hostnames and IP
  138.         addresses. This code is described in the next section.
  139.  
  140.         3. In-house Software
  141.  
  142.         Use the hostname and IP address validation subroutines available
  143.         at the locations listed below. Include them in all programs that
  144.         use the result of the hostname lookups in any way.
  145.  
  146.           ftp://info.cert.org/pub/tools/ValidateHostname/IsValid.c
  147.           ftp://ftp.cert.dfn.de/pub/tools/net/ValidateHostname/IsValid.c
  148.  
  149.         The IsValid.c file contains code for the IsValidHostname and
  150.         IsValidIPAddress subroutines. This code can be used to check host
  151.         names and IP addresses for validity according to RFCs 952 and 1123,
  152.         as well as names containing characters drawn from common practice,
  153.         namely "_" and "/".
  154.  
  155.         The following files are in the directory (from the README):
  156.  
  157.         IsValid.l       The lex/flex file containing the code for
  158.                         IsValidHostname and IsValidIPAddress
  159.                         MD5 (IsValid.l) = 2d35040aacae4fb12906eb1b48957776
  160.  
  161.         IsValid-raw.c   The C file created by running flex
  162.                         on IsValid.l
  163.                         MD5 (IsValid-raw.c) = 367c77d3ef84bc63a5c23d90eeb69330
  164.  
  165.         IsValid.c       The edited file created by internalizing
  166.                         variable and function definitions in
  167.                         IsValid-raw.c
  168.                         MD5 (IsValid.c) = ffe45f1256210aeb71691f4f7cdad27f
  169.  
  170.         IsValid.diffs   The set of diffs between IsValid-raw.c
  171.                         and IsValid.c
  172.                         MD5 (IsValid.diffs) = 3619022cf31d735151f8e8c83cce3744
  173.  
  174.         htest.c         A main routing for testing IsValidHostname
  175.                         and IsValidIPAddress
  176.                         MD5 (htest.c) = 2d50b2bffb537cc4e637dd1f07a187f4
  177.  
  178.  
  179.      B. Install a patch from your vendor
  180.  
  181.         Below is a list of the vendors who have provided information. Details
  182.         are in Appendix A of this advisory; we will update the appendix as we
  183.         receive additional information.
  184.  
  185.         If your vendor's name is not on this list, we have not received any
  186.         information. Please contact the vendor directly.
  187.  
  188.            Berkeley Software Design, Inc. (BSDI)
  189.            Cisco Systems
  190.            Data General Corporation
  191.            FreeBSD, Inc.
  192.            Hewlett-Packard Company
  193.            IBM Corporation
  194.            Linux
  195.            NEC Corporation
  196.            The Santa Cruz Operation, Inc. (SCO)
  197.            Silicon Graphics Inc. (SGI)
  198.            Solbourne (Grumman System Support)
  199.            Sun Microsystems, Inc.
  200.  
  201.      C. Disable the talkd program(s)
  202.  
  203.         Until you can install a vendor patch, disable any talkd programs found
  204.         in /etc/inetd.conf by commenting out those lines and restarting inetd.
  205.  
  206.         Example commands executed as root:
  207.  
  208.         # grep -i talk /etc/inetd.conf
  209.         talk    dgram   udp     wait    root  /usr/etc/in.talkd     in.talkd
  210.  
  211.         Comment out *all* references to talkd, otalkd or ntalkd.
  212.         (Comments in /etc/inetd.conf begin with "#".)
  213.  
  214.         After editing /etc/inetd.conf, restart inetd. On many Unix systems,
  215.         this is done by sending the inetd process a HUP signal.
  216.  
  217.         For SYSV:
  218.  
  219.                  # ps -ef | grep inetd | grep -v grep
  220.                  # kill -HUP {inetd PID}
  221.  
  222.         For BSD:
  223.  
  224.                 # ps -aux | grep inetd | grep -v grep
  225.                 # kill -HUP {inetd PID}
  226.  
  227.      Note that disabling talkd will solve the specific problem discussed in
  228.      this advisory. However it will not solve the general problem of
  229.      network-based attacks that manipulate hostname/ip-address information
  230.      to exploit a vulnerability.
  231.  
  232.  
  233. ...........................................................................
  234.  
  235. Appendix A - Vendor Information
  236.  
  237. Below is a list of the vendors who have provided information for this
  238. advisory. We will update this appendix as we receive additional information.
  239. If you do not see your vendor's name, please contact the vendor directly.
  240.  
  241.  
  242. Berkeley Software Design, Inc. (BSDI)
  243. =====================================
  244.    We have released an official patch (U210-035). It's available from our
  245.    patches@BSDI.COM mail-back server or via anonymous ftp at:
  246.  
  247.         ftp://ftp.bsdi.com/bsdi/patches/patches-2.1/U210-035
  248.  
  249.  
  250. Cisco Systems
  251. =============
  252.    Cisco MultiNet for OpenVMS - not vulnerable.
  253.  
  254.  
  255. Data General Corporation
  256. ========================
  257.    Data General is not vulnerable.
  258.  
  259.  
  260. FreeBSD, Inc.
  261. =============
  262.    We have released an advisory dated 1997-01-18, FreeBSD-SA-96:21.
  263.  
  264.   The advisory can be found at:
  265.         ftp://freebsd.org/pub/CERT/advisories/FreeBSD-SA-96:21.talkd.asc
  266.  
  267.    Patches are available at:
  268.         ftp://freebsd.org/pub/CERT/patches/SA-96:21
  269.  
  270.  
  271.  
  272. Hewlett-Packard Company
  273. =======================
  274.    HP-UX 10.X systems are vulnerable. Patches are in process.
  275.    HP-UX 9.X systems are not vulnerable.
  276.  
  277.  
  278. IBM Corporation
  279. ===============
  280.    The version of talkd shipped with AIX is vulnerable to the conditions
  281.    described in this advisory.  The APARs listed below will be available
  282.    shortly.  It is recommended that the talkd daemon be turned off until
  283.    the APARs are applied.
  284.  
  285.     AIX 3.2:   APAR IX65474
  286.     AIX 4.1:   APAR IX65472
  287.     AIX 4.2:   APAR IX65473
  288.  
  289.   To Order
  290.   --------
  291.     APARs may be ordered using Electronic Fix Distribution (via FixDist)
  292.     or from the IBM Support Center.  For more information on FixDist,
  293.     reference URL:
  294.  
  295.        http://service.software.ibm.com/aixsupport/
  296.  
  297.     or send e-mail to aixserv@austin.ibm.com with a subject of "FixDist".
  298.  
  299.  
  300.    IBM and AIX are registered trademarks of International Business Machines
  301.    Corporation.
  302.  
  303.  
  304. Linux
  305. ======
  306.    This bug was fixed in Linux NetKit 0.08 which is shipped with all reasonably
  307.    up to date Linux distributions. Linux users using NetKit 0.07 or earlier
  308.    should upgrade to NetKit 0.09. NetKit 0.09 has fixed other bugs and it is
  309.    strongly recommended Linux users upgrade from NetKit 0.08 to NetKit
  310.    0.09. This is available from
  311.       ftp://ftp.uk.linux.org/pub/linux/Networking/base/NetKit-0.09.tar.gz
  312.  
  313.    Some vendors have opted to issue NetKit 0.08 with additional fixes rather
  314.    than 0.09. Consult your vendor for detailed information.
  315.  
  316.    The Linux community would like to thank David A Holland for his continuing
  317.    work on Linux network security.
  318.  
  319.  
  320. NEC Corporation
  321. ===============
  322.         UX/4800             Vulnerable for all versions.
  323.         EWS-UX/V(Rel4.2MP)  Vulnerable for all versions.
  324.         EWS-UX/V(Rel4.2)    Vulnerable for all versions.
  325.         UP-UX/V(Rel4.2MP)   Vulnerable for all versions.
  326.  
  327.    Patches for these vulnerabilities are in progress.
  328.  
  329.    Contacts for further information by e-mail:
  330.  
  331.    UX48-security-support@nec.co.jp
  332.  
  333.  
  334. The Santa Cruz Operation, Inc. (SCO)
  335. ====================================
  336.    SCO is investigating the problem with talkd and will provide updated
  337.    information for this advisory as it becomes available. At this time SCO
  338.    recommends disabling talkd on your SCO system as described herein.
  339.  
  340.  
  341. Silicon Graphics Inc. (SGI)
  342. ===========================
  343.    We are investigating.
  344.  
  345.  
  346. Solbourne (Grumman System Support)
  347. ==================================
  348.    We have examined the Solbourne implementation and found that
  349.    it is vulnerable. Solbourne distributed the Sun application
  350.    under license. We will distribute a Solbourne patch based
  351.    on the Sun patch when it becomes available. For the latest
  352.    information on our patches go to http://ftp.nts.gssc.com/solbourne.html
  353.  
  354.    The workaround of disabling in.talkd can be used.
  355.    as root:
  356.  
  357.         /etc/inetd.conf - comment out the talkd program
  358.         # ps -aux | grep inetd | grep -v grep
  359.         # kill -HUP {inetd PID listed in output of last command}
  360.  
  361.  
  362. Sun Microsystems, Inc.
  363. ======================
  364.    The talkd buffer overflow vulnerability appears to affect at least
  365.    some supported versions of SunOS. Sun therefore expects to release
  366.    patches for all affected versions of SunOS within the next few
  367.    weeks.
  368.  
  369.  
  370. - -----------------------------------------------------------------------------
  371. The CERT Coordination Center thanks AUSCERT for their contribution to this
  372. advisory, including the bulk of the problem description (which appeared in
  373. AUSCERT advisory AA-97.01), and thanks the vendors listed in Appendix A for
  374. their contributions.
  375. - -----------------------------------------------------------------------------
  376.  
  377. If you believe that your system has been compromised, contact the CERT
  378. Coordination Center or your representative in the Forum of Incident Response
  379. and Security Teams (see ftp://info.cert.org/pub/FIRST/first-contacts).
  380.  
  381.  
  382. CERT/CC Contact Information
  383. - ----------------------------
  384. Email    cert@cert.org
  385.  
  386. Phone    +1 412-268-7090 (24-hour hotline)
  387.                 CERT personnel answer 8:30-5:00 p.m. EST(GMT-5) / EDT(GMT-4)
  388.                 and are on call for emergencies during other hours.
  389.  
  390. Fax      +1 412-268-6989
  391.  
  392. Postal address
  393.          CERT Coordination Center
  394.          Software Engineering Institute
  395.          Carnegie Mellon University
  396.          Pittsburgh PA 15213-3890
  397.          USA
  398.  
  399. Using encryption
  400.    We strongly urge you to encrypt sensitive information sent by email. We can
  401.    support a shared DES key or PGP. Contact the CERT/CC for more information.
  402.    Location of CERT PGP key
  403.          ftp://info.cert.org/pub/CERT_PGP.key
  404.  
  405. Getting security information
  406.    CERT publications and other security information are available from
  407.         http://www.cert.org/
  408.         ftp://info.cert.org/pub/
  409.  
  410.    CERT advisories and bulletins are also posted on the USENET newsgroup
  411.         comp.security.announce
  412.  
  413.    To be added to our mailing list for advisories and bulletins, send your
  414.    email address to
  415.         cert-advisory-request@cert.org
  416.  
  417. - ---------------------------------------------------------------------------
  418. Copyright 1997 Carnegie Mellon University
  419. This material may be reproduced and distributed without permission provided
  420. it is used for noncommercial purposes and the copyright statement is
  421. included.
  422.  
  423. CERT is a service mark of Carnegie Mellon University.
  424. - ---------------------------------------------------------------------------
  425.  
  426. This file: ftp://info.cert.org/pub/cert_advisories/CA-97.04.talkd
  427.            http://www.cert.org
  428.                click on "CERT Advisories"
  429.  
  430.  
  431. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  432. Revision history
  433.  
  434. Feb. 07, 1997  Appendix A - added an entry for Cisco Systems.
  435.  
  436. -----BEGIN PGP SIGNATURE-----
  437. Version: 2.6.2
  438.  
  439. iQCVAwUBMvibLXVP+x0t4w7BAQGavAP+NoGiJpA440ZFooFKmssbtPDJWdGQ8XJX
  440. ElEs2QQUyR5jmPm8g/qj82g1froiNtHPHQf4vUB3C0OXG1RkqET4fUORFlQMz4op
  441. b1Llr3oPuP1WKipfcgdVmBiYiR3vaubogMQyubQWoO9H4WFHXxUojvHG4/rlHwqV
  442. NI++eCwRmnQ=
  443. =SAZm
  444. -----END PGP SIGNATURE-----
  445.