|
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-support-mail.external.hp.com)
Date: Mon Sep 09 2002 - 15:44:56 CDT
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://www.itresourcecenter.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://www.itresourcecenter.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: Mon Sep 9 11:30:03 PDT 2002
Table of Contents:
Document ID Title
--------------- -----------
HPSBUX0209-215 Security Vulnerability in XDR library
HPSBUX0207-197 Sec. Vulnerability in Apache Server Chunk Encoding Rev 08
The documents are listed below.
-------------------------------------------------------------------------------
Document ID: HPSBUX0209-215
Date Loaded: 20020909
Title: Security Vulnerability in XDR library
TEXT
-----------------------------------------------------------------
HEWLETT-PACKARD COMPANY SECURITY BULLETIN: HPSBUX0209-215
Originally issued: 09 September 2002
SSRT2336 Security Vulnerability in XDR library
-----------------------------------------------------------------
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 XDR library.
PLATFORM: HP 9000 Series 700 and 800 10.20, 11.00, 11.11, and 11.22
DAMAGE: Potential unauthorized access, denial of service.
SOLUTION: Until patches are available manually install the
appropriate fixed libraries.
MANUAL ACTIONS: Yes - NonUpdate
Install the appropriate fixed libraries.
Relink any archived programs that call
xdr_array().
AVAILABILITY: This bulletin will be updated when patches are
available.
------------------------------------------------------------------
A. Background
CERT Advisory CA-2002-25 reports an integer overflow in
certain implementations of XDR libraries. Libraries supplied
with HP-UX 10.20, 11,00, 11.11, and 11.22 are potentially
vulnerable.
In addition, cross-reference:
HP Tru64 UNIX: Case id: SSRT2309 rpc XDR_ARRAY
A solution is available as noted in the recent
security bulletin SSSRT2275 at
http://thenew.hp.com/country/us/eng/support.html
Use the SEARCH IN feature box, enter SSRT2275 in the
search window.
B. Recommended solution
Until patches are released download and manually install
the appropriate libraries.
Note: It will be necessary to relink any programs that
call xdr_array() and are linked with archived libraries.
There are no known programs supplied by HP which need to
be relinked. To test an archived program:
strings suspect_program | grep xdr_array:
If the command above returns "xdr_array: out of memory"
the suspect_program will need to the relinked with a
fixed library.
Download the appropriate files from:
System: hprc.external.hp.com (192.170.19.51)
Login: xdr
Password: xdr1
FTP Access: hprc.external.hp.com/">ftp://xdr:xdr1
hprc.external.hp.com/
or: 192.170.19.51/">ftp://xdr:xdr1
192.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:
PHCO_26152.depot.gz
libnsl.1.32_11.00.gz
libnsl.a.32_11.00.gz
libnsl.1.64_11.00.gz
libnsl.a.64_11.00.gz
libnsl.1.32_11.11.gz
libnsl.a.32_11.11.gz
libnsl.1.64_11.11.gz
libnsl.a.64_11.11.gz
libnsl.1.32_11.22.PA.gz
libnsl.a.32_11.22.PA.gz
libnsl.1.64_11.22.PA.gz
libnsl.a.64_11.22.PA.gz
libnsl.so.1.32_11.22.IA.gz
libnsl.so.1.64_11.22.IA.gz
The cksum output:
2238979170 9676800 PHCO_26152.depot
3064646304 679936 libnsl.1.32_11.00
498505157 817544 libnsl.a.32_11.00
2630827583 648296 libnsl.1.64_11.00
2205456871 1454504 libnsl.a.64_11.00
744618112 724992 libnsl.1.32_11.11
3459917079 783940 libnsl.a.32_11.11
3659675326 702416 libnsl.1.64_11.11
3120598258 1520436 libnsl.a.64_11.11
2108927814 724992 libnsl.1.32_11.22.PA
4022226526 755840 libnsl.a.32_11.22.PA
3156983214 693992 libnsl.1.64_11.22.PA
2834445134 1441476 libnsl.a.64_11.22.PA
2227616066 1490048 libnsl.so.1.32_11.22.IA
3162410426 1564768 libnsl.so.1.64_11.22.IA
Copy the appropriate files to a secure directory,
for example /. Then,
For 10.20
====================================
Install PHCO_26152.depot:
swinstall -x autoreboot=true -x match_target=true \
-s /PHCO_26152.depot
After this any applications that use the RPC/XDR APIs
in libc.1 must be restarted. Any applications that use
the RPC/XDR APIs in libc.a must be relinked and restarted.
Note: It may be preferable to reboot the system rather
than attempting to identify applications using the
RPC/XDR APIs in libc.1.
For 11.00
====================================
#cd /usr/lib
#mv libnsl.1 libnsl.1.orig
#mv libnsl.a libnsl.a.orig
#cp /libnsl.1.32_11.00 libnsl.1
#cp /libnsl.a.32_11.00 libnsl.a
#chmod 555 libnsl.1
#chmod 444 libnsl.a
#chmod -R bin:bin libnsl.1
#chmod -R bin:bin libnsl.a.
#cd /usr/lib/pa20_64
#mv libnsl.1 libnsl.1.orig
#mv libnsl.a libnsl.a.orig
#cp /libnsl.1.64_11.00 libnsl.1
#cp /libnsl.a.64_11.00 libnsl.a
#chmod 555 libnsl.1
#chmod 444 libnsl.a
#chmod -R bin:bin libnsl.1
#chmod -R bin:bin libnsl.a.
After this, any applications that use libnsl.1 must be
restarted. Any applications that use libnsl.a must
be relinked and restarted.
For 11.11
====================================
#cd /usr/lib
#mv libnsl.1 libnsl.1.orig
#mv libnsl.a libnsl.a.orig
#cp /libnsl.1.32_11.11 libnsl.1
#cp /libnsl.a.32_11.11 libnsl.a
#chmod 555 libnsl.1
#chmod 444 libnsl.a
#chmod -R bin:bin libnsl.1
#chmod -R bin:bin libnsl.a.
#cd /usr/lib/pa20_64
#mv libnsl.1 libnsl.1.orig
#mv libnsl.a libnsl.a.orig
#cp /libnsl.1.64_11.11 libnsl.1
#cp /libnsl.a.64_11.11 libnsl.a
#chmod 555 libnsl.1
#chmod 444 libnsl.a
#chmod -R bin:bin libnsl.1
#chmod -R bin:bin libnsl.a.
After this, any applications that use libnsl.1 must be
restarted. Any applications that use libnsl.a must
be relinked and restarted.
For 11.22 PA
====================================
#cd /usr/lib
#mv libnsl.1 libnsl.1.orig
#mv libnsl.a libnsl.a.orig
#cp /libnsl.1.32_11.22.PA libnsl.1
#cp /libnsl.a.32_11.22.PA libnsl.a
#chmod 555 libnsl.1
#chmod 444 libnsl.a
#chmod -R bin:bin libnsl.1
#chmod -R bin:bin libnsl.a.
#cd /usr/lib/pa20_64
#mv libnsl.1 libnsl.1.orig
#mv libnsl.a libnsl.a.orig
#cp /libnsl.1.64_11.22.PA libnsl.1
#cp /libnsl.a.64_11.22.PA libnsl.a
#chmod 555 libnsl.1
#chmod 444 libnsl.a
#chmod -R bin:bin libnsl.1
#chmod -R bin:bin libnsl.a.
After this, any applications that use libnsl.1 must be
restarted. Any applications that use libnsl.a must
be relinked and restarted.
For 11.22 IA
====================================
#cd /usr/lib/hpux32
#mv libnsl.so.1 libnsl.so.1.orig
#cp /libnsl.so.1.32_11.22.IA libnsl.so.1
#chmod 555 libnsl.so.1
#chmod -R bin:bin libnsl.so.1
#cd /usr/lib/hpux64
#mv libnsl.so.1 libnsl.so.1.orig
#cp libnsl.so.1.64_11.22.IA libnsl.so.1
#chmod 555 libnsl.so.1
#chmod -R bin:bin libnsl.so.1
After this, any applications that use libnsl.so.1 must be
restarted.
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:
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-alert
hp.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-alert
hp.com.
Permission is granted for copying and circulating this
Bulletin to Hewlett-Packard (HP) customers (or the Internet
community) for the purpose of alerting them to problems,
if and only if, the Bulletin is not edited or changed in
any way, is attributed to HP, and provided such reproduction
and/or distribution is performed for non-commercial purposes.
Any other use of this information is prohibited. HP is not
liable for any misuse of this information by any third party.
________________________________________________________________
-----End of Document ID: HPSBUX0209-215--------------------------------------
Document ID: HPSBUX0207-197
Date Loaded: 20020701
Title: Sec. Vulnerability in Apache Server Chunk Encoding Rev 08
TEXT
-----------------------------------------------------------------
**REVISED 08**
HEWLETT-PACKARD COMPANY SECURITY BULLETIN: HPSBUX0207-197
Originally issued: 01 July 2002
Last revision: 09 Sept 2002
SSRT2332 Security Vulnerability in Apache Server Chunk Encoding
-----------------------------------------------------------------
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: A remotely exploitable potential for vulnerability in
handling of large data chunks in Apache-based web servers.
PLATFORM: HP9000 Servers running HP-UX release 11.00, 11.04, 11.11
11.20, and 11.22 with the HP Apache product installed.
affected OpenView Products:
Network Node Manager (NNM) 6.01, 6.1, 6.2, 6.31
running on HP-UX and Solaris
NNM on Windows NT/W2K is not affected.
OV Service Information Portal (OVSIP) 1.0, 2.0, 3.0
DAMAGE: Potential for increased privilege, denial of service, or
execution of arbitrary code.
SOLUTION: For HP-UX releases 11.00, 11.11, 11.20 and 11.22 download
new product bundles from
http://www.software.hp.com/ISS_products_list.html
For only HP-UX release 11.04 (VV-OS): apply patches
PHSS_27361, PHSS_27423 - for VV A.04.60 release,
PHSS_27371, PHSS_27477 - for VV A.04.50 release.
For OV NNM 6.2
PHSS_27638 for HPUX 10.20
PHSS_27639 for HPUX 11.X
PSOV_03199 for SOLARIS 6,7,8
*REVISED 08*
-->> For OV NNM 6.1
-->> PHSS_27783 for HPUX 10.20
-->> PHSS_27784 for HPUX 11.X
-->> PSOV_03207 for SOLARIS 2.6,2.7
-->> patches for NNM6.01 and 6.31 are under investigation
For OV SIP 3.0
PHSS_27547 for HPUX 11.X
Note: PHSS_27547 has been superseded by PHSS_27668.
OVSIPSOL_00004 for SOLARIS 6,7,8
Note: OVSIPSOL_00004 has been superseded
by OVSIPSOL_00005.
no patches are planned for OVSIP 1.0 and 2.0
MANUAL ACTIONS: Yes - NonUpdate
Install repaired binary or patch.
AVAILABILITY: Complete product bundles are available now for 11.00
and 11.11 are available for PA-RISC architecture
are available from
http://www.software.hp.com/ISS_products_list.html
HP-UX 11.04 (VV-OS) patches are available now at
itrc.hp.com
CHANGE SUMMARY: Rev.01 - Do not install the bundle on NNM.
Rev.02 - Added Virtualvault patches.
Rev.03 - Re-released 1.3.26 bits due to an update
deficiency and other minor problems.
Rev.04 - Added IPF versions.
Rev.05 - Added IPv6 PA-RISC version.
Rev.06 - Added affected OpenView Products,
revised location of Apache product
bundles.
Rev.07 - Added additional Virtualvault patches.
Rev.08 - Added OV NNM 6.1 patches.
------------------------------------------------------------------
A. Background
The CERT Advisory CA-2002-17 regarding Apache affects the
following HP products:
B9415AA Apache 1.3.x PA-RISC HP-UX releases 11.00 and 11.11
B9416AA Apache 2.x PA-RISC HP-UX releases 11.00 and 11.11
B9415AA Apache 1.3.x IPF HP-UX releases 11.20 and 11.22
B9416AA Apache 2.x IPF HP-UX releases 11.20 and 11.22
B9416BA Apache 2.x IPv6 PA_RISC HP-UX release 11.11
OpenView NNM 6.01, 6.1, 6.2, 6.31 running on HPUX or SOLARIS
OpenView SIP 1.0, 2.0, 3.0 running on HPUX or SOLARIS
HP Apache 1.3.26 (PA-RISC)
installs into /opt/apache and /opt/tomcat
disk space: 55-65 MB
documents: /opt/apache/htdocs/doc
HP Apache 2.0.39 (PA-RISC)
installs into /opt/hpapache2
disk space: 80-90 MB
documents: /opt/hpapache2/hp_apache_docs
HP Apache 1.3.26 (IPF)
installs into /opt/apache and /opt/tomcat
disk space: 65-75 MB
documents: /opt/apache/hp_apache_docs
HP Apache 2.0.39 (IPF)
installs into /opt/hpapache2
disk space: 80-90 MB
documents: /opt/hpapache2/hp_apache_docs
HP Apache 2.0.39 IP version 6 (PA-RISC)
installs into /opt/hpapache2
disk space: 80-90 MB
documents: /opt/hpapache2/hp_apache_docs
Before updating, make sure to stop your previous HP Apache
binary. Otherwise, the previous binary will continue running,
preventing the new one from automatically starting, although
the installation would have been successful.
The command to stop the HP Apache binary is:
For 1.3.26:
/opt/apache/bin/apachectl stop
For 2.0.39:
/opt/hpapache2/bin/apachectl stop
HP Apache automatically starts upon installation if port 80
is available.
Installation of this new version of HP Apache over an existing
HP Apache installation is supported, while installation over a
non-HP Apache is NOT supported.
==================================================================
An advisory has been issued for HP Compaq systems. Please
refer to HP Compaq SSRT2253, which says in part:
CSWS Secure Web Server for HP Tru64 UNIX and HP OpenVMS
"Potential Apache Web Server Chunk Handling Vulnerability"
Patches are available for CSWS for HP Tru64 UNIX at:
http://tru64unix.compaq.com/internet/download.htm#sws_v591
Patches are available for CSWS for HP OpenVMS at:
http://www.openvms.compaq.com/openvms/products/ips/apache/
+csws_patches.html
B. Fixing the problem
Note: OpenView Network Node Manager (NNM) customers should not
install the ftp bundles. The version of Apache delivered
with NNM is under investigation. This bulletin will be
updated when more information is available.
The Virtualvault product (also known as HP-UX 11.04) has
patches for its 4.5 and 4.6 releases.
The patches for VV 4.6 update both the inside and outside
web servers to the Apache 1.3.26 version.
The patches for VV 4.5 contain the security fix from the
Apache 1.3.26 backported to the 1.3.19 version.
These Virtualvault patches are available in itrc.hp.com.
PHSS_27361, PHSS_27423 - for VV A.04.60 release.
PHSS_27371, PHSS_27477 - for VV A.04.50 release.
Fixes for the following versions can be downloaded from
http://www.software.hp.com/ISS_products_list.html :
hp apache-based web server v.1.3.26.03
on hp-ux 11.0 and 11i (pa-risc)
hp apache-based web server v.1.3.26.03
on hp-ux 11i version 1.5 and 1.6 (ipf)
hp apache-based web server v.2.0.39.03
on hp-ux 11.0 and 11i (pa-risc)
hp apache-based web server v.2.0.39.03
on hp-ux 11i (pa-risc) for ipv6
hp apache-based web server v.2.0.39.03
on hp-ux 11i version 1.5 and 1.6 (ipf)
OpenView NNM patches are now available
For OV NNM 6.2
PHSS_27638 for HPUX 10.20
PHSS_27639 for HPUX 11.X
PSOV_03199 for SOLARIS 6,7,8
*REVISED 08*
-->> For OV NNM 6.1
-->> PHSS_27783 for HPUX 10.20
-->> PHSS_27784 for HPUX 11.X
-->> PSOV_03207 for SOLARIS 2.6,2.7
-->> patches for NNM6.01 and 6.31 are under investigation
OpenView SIP patches are now available
For OV SIP 3.0
PHSS_27547 for HPUX 11.X
Note: PHSS_27547 has been superseded by PHSS_27668.
OVSIPSOL_00004 for SOLARIS 6,7,8
Note: OVSIPSOL_00004 has been superseded
by OVSIPSOL_00005.
no patches are planned for OVSIP 1.0 and 2.0
OpenView patches can be downloaded from:
http://support.openview.hp.com/cpe/patches
The fixes for both PA-RISC and IPF (Itanium Processor Family)
versions are in the form of new product bundles, instead of
patches. These are currently available from software.hp.com,
under "Internet and Security Solutions".
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:
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-alert
hp.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-alert
hp.com.
Permission is granted for copying and circulating this
Bulletin to Hewlett-Packard (HP) customers (or the Internet
community) for the purpose of alerting them to problems,
if and only if, the Bulletin is not edited or changed in
any way, is attributed to HP, and provided such reproduction
and/or distribution is performed for non-commercial purposes.
Any other use of this information is prohibited. HP is not
liable for any misuse of this information by any third party.
________________________________________________________________
-----End of Document ID: HPSBUX0207-197--------------------------------------
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]