OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: IT Resource Center (support_feedback_at_us-support2-mail.external.hp.com)
Date: Fri Dec 06 2002 - 09:55:29 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

                            HP Support Information Digests

    ===============================================================================
    o Security Bulletin Digest Split
       ------------------------------

       The security bulletins digest has been split into multiple digests
       based on the operating system (HP-UX, MPE/iX, and HP Secure OS
       Software for Linux). You will continue to receive all security
       bulletin digests unless you choose to update your subscriptions.
       
       To update your subscriptions, use your browser to access the
       IT Resource Center on the World Wide Web at:

         http://support.itrc.hp.com/

       Under the Maintenance and Support Menu, click on the "more..." link.
       Then use the 'login' link at the left side of the screen to login
       using your IT Resource Center User ID and Password.

       Under the notifications section (near the bottom of the page), select
       Support Information Digests.

       To subscribe or unsubscribe to a specific security bulletin digest,
       select or unselect the checkbox beside it. Then click the
       "Update Subscriptions" button at the bottom of the page.

    o IT Resource Center World Wide Web Service
       ---------------------------------------------------

       If you subscribed through the IT Resource Center and would
       like to be REMOVED from this mailing list, access the
       IT Resource Center on the World Wide Web at:

         http://support.itrc.hp.com/

       Login using your IT Resource Center User ID and Password.
       Then select Support Information Digests (located under
       Maintenance and Support). You may then unsubscribe from the
       appropriate digest.
    ===============================================================================


    Digest Name: daily HP-UX security bulletins digest
        Created: Fri Dec 6 8:30:02 EST 2002

    Table of Contents:

    Document ID Title
    --------------- -----------
    HPSBUX0212-228 SSRT2429 Security Vulnerability in xfs (rev.1)

    The documents are listed below.
    -------------------------------------------------------------------------------


    Document ID: HPSBUX0212-228
    Date Loaded: 20021203
          Title: SSRT2429 Security Vulnerability in xfs (rev.1)

    TEXT

                            

                                    

     -----------------------------------------------------------------
     ** REVISED 01**
     Source: HEWLETT-PACKARD COMPANY
     SECURITY BULLETIN: HPSBUX0212-228
     Originally issued: 4 December 2002
     Last revised: 5 December 2002
     SSRT2429 Security Vulnerability in xfs
     -----------------------------------------------------------------
    NOTICE: There are no restrictions for distribution of this Bulletin
    provided that it remains complete and intact.

    The information in the following Security Bulletin should be
    acted upon as soon as possible. Hewlett-Packard Company will
    not be liable for any consequences to any customer resulting
    from customer's failure to fully implement instructions in this
    Security Bulletin as soon as possible.

     ------------------------------------------------------------------
    PROBLEM: Potential buffer overflow in the X Font Server (xfs)

    IMPACT: Potential unauthorized access, denial of service.

    PLATFORM: HP 9000 Series 700 and 800 running HP-UX 10.10, 10.20,
              10.24, 11.00, 11.04, 11.11, and 11.22

    SOLUTION: Until patches are available manually install the
              appropriate fixed version of xfs.

    MANUAL ACTIONS: Yes - NonUpdate
                    Install the appropriate fixed xfs.

    AVAILABILITY: This bulletin will be updated when patches are
                   available.

    CHANGE SUMMARY: Rev.01 - corrected versions available
     ------------------------------------------------------------------
     A. Background
        CERT Advisory CA-2002-34 reports an remotely exploitable
        buffer overflow in the X Font Server (xfs). The versions
        of xfs supplied with HP-UX 10.10, 10.20, 10.24, 11.00, 11.04,
        11.11, and 11.22 are potentially vulnerable.
        
     B. Recommended solution
     ** REVISED 01**
    -->> Note: The original files provided on the ftp site
    -->> had SHLIB_PATH enabled. Corrected versions are
    -->> now available. If you downloaded the original
    -->> versions you should either download the
    -->> corrected versions or disable SHLIB_PATH:
    -->> chatr +s disable xfs.1020
    -->> chatr +s disable xfs.1100
    -->> chatr +s disable xfs.1111

        Until patches are released download and manually install
        the appropriate fixed version of xfs:

           10.10 xfs.1010
           10.20 xfs.1020
           10.24 xfs.1020
           11.00 xfs.1100
           11.04 xfs.1100
           11.11 xfs.1111
           11.22 xfs.1111
           
           
        Download the appropriate files from:

         System: hprc.external.hp.com (192.170.19.51)
         Login: xfs
         Password: xfs1

         FTP Access: hprc.external.hp.com/">ftp://xfs:xfs1hprc.external.hp.com/
                 or: 192.170.19.51/">ftp://xfs:xfs1192.170.19.51/

          Note: There is an ftp defect in IE5 that may result in
                a browser hang. To work around this:
          - Select Tools -> Internet Options -> Advanced
          - Un-check the option: [ ] Enable folder view for FTP sites.

         The files are:

            xfs.1010
            xfs.1020
            xfs.1100
            xfs.1111

     ** REVISED 01**
        The cksum output:
          
            4146829079 147456 xfs.1010
    -->> 2627145351 155648 xfs.1020
    -->> 4285384907 163840 xfs.1100
    -->> 3498585750 176128 xfs.1111

     ** REVISED 01**
        The md5 output:

            MD5 (xfs.1010) = ac33c55d5242aadd48fb7485bacea12b
    -->> MD5 (xfs.1020) = 16545dd7320ae0d8455fb7d62ea90f2f
    -->> MD5 (xfs.1100) = de454e8cc89b3b1ea1426768dd94b1f3
    -->> MD5 (xfs.1111) = ecbcd1431e11b4dad2ca60a15a17dca6

        Note: The md5 source is available in HPSBUX9408-016.

        Set "umask 022" and copy the appropriate files to a
        secure directory, for example /.
        Then:

        1. Save the original xfs.

           cp /usr/bin/X11/xfs /usr/bin/X11/xfs.orig

        2. Determine if xfs is running:

           ps -ef | grep xfs

        3. Stop xfs if it is running.

          /sbin/rc2.d/S620xfs stop

        4. Install the appropriate fixed xfs.

          cp /xfs.1010 /usr/bin/X11/xfs # for 10.10
            or
          cp /xfs.1020 /usr/bin/X11/xfs # for 10.20 and 10.24
            or
          cp /xfs.1100 /usr/bin/X11/xfs # for 11.00 and 11.04
            or
          cp /xfs.1111 /usr/bin/X11/xfs # for 11.11 and 11.22

        5. If xfs had been stopped in step 3, restart it.

          /sbin/rc2.d/S620xfs start

     C. To subscribe to automatically receive future NEW HP Security
        Bulletins from the HP IT Resource Center via electronic
        mail, do the following:

        Use your browser to get to the HP IT Resource Center page
        at:

           http://itrc.hp.com

        Use the 'Login' tab at the left side of the screen to login
        using your ID and password. Use your existing login or the
        "Register" button at the left to create a login, in order to
        gain access to many areas of the ITRC. Remember to save the
        User ID assigned to you, and your password.

        In the left most frame select "Maintenance and Support".

        Under the "Notifications" section (near the bottom of
        the page), select "Support Information Digests".

        To -subscribe- to future HP Security Bulletins or other
        Technical Digests, click the check box (in the left column)
        for the appropriate digest and then click the "Update
        Subscriptions" button at the bottom of the page.

        or

        To -review- bulletins already released, select the link
        (in the middle column) for the appropriate digest.

        To -gain access- to the Security Patch Matrix, select
        the link for "The Security Bulletins Archive". (near the
        bottom of the page) Once in the archive the third link is
        to the current Security Patch Matrix. Updated daily, this
        matrix categorizes security patches by platform/OS release,
        and by bulletin topic. Security Patch Check completely
        automates the process of reviewing the patch matrix for
        11.XX systems.

        For information on the Security Patch Check tool, see:
        http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/
        displayProductInfo.pl?productNumber=B6834AA

        The security patch matrix is also available via anonymous
        ftp:

        ftp://ftp.itrc.hp.com/export/patches/hp-ux_patch_matrix/

        On the "Support Information Digest Main" page:
        click on the "HP Security Bulletin Archive".

     D. To report new security vulnerabilities, send email to

        security-alerthp.com

        Please encrypt any exploit information using the
        security-alert PGP key, available from your local key
        server, or by sending a message with a -subject- (not body)
        of 'get key' (no quotes) to security-alerthp.com.

     ------------------------------------------------------------------

    (c)Copyright 2002 Hewlett-Packard Company
    Hewlett-Packard Company shall not be liable for technical or
    editorial errors or omissions contained herein. The information
    in this document is subject to change without notice.
    Hewlett-Packard Company and the names of HP products referenced
    herein are trademarks and/or service marks of Hewlett-Packard
    Company. Other product and company names mentioned herein may be
    trademarks and/or service marks of their respective owners.

     ________________________________________________________________
    -----End of Document ID: HPSBUX0212-228--------------------------------------