|
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
us-support.external.hp.com)Date: Wed Aug 29 2001 - 07:15:46 CDT
HP Support Information Digests
===============================================================================
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 security bulletins digest
Created: Wed Aug 29 3:00:02 PDT 2001
Table of Contents:
Document ID Title
--------------- -----------
HPSBUX0108-165 Sec. Vulnerability in PRM
HPSBUX0108-164 Sec. Vulnerability in CIFS/9000 Server password
The documents are listed below.
-------------------------------------------------------------------------------
Document ID: HPSBUX0108-165
Date Loaded: 20010828
Title: Sec. Vulnerability in PRM
----------------------------------------------------------------------
HEWLETT-PACKARD COMPANY SECURITY BULLETIN: #0165,
Originally issued: 28 August '01
----------------------------------------------------------------------
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: Security vulnerability in HP Process Resource Manager
(PRM) product revision C.01.08.2 and earlier, on all
releases of HP-UX.
PLATFORM: HP 9000 Series 700/800 running HP-UX 10.20, HP-UX 11.00,
and HP-UX 11.11.
DAMAGE: Potential for non-root user to gain root/superuser
priviledges.
SOLUTION: Install the appropriate patch for the correct product
and OS release:
HP-UX 10.20 PRM C.01.07 PHSS_24863
HP-UX 11.00/11.11 PRM C.01.08.2 PHSS_24864
MANUAL ACTIONS: none
AVAILABILITY: The patches are currently available.
----------------------------------------------------------------------
A. Background
A vulnerability exists in /opt/prm/bin for versions up to and
including PRM C.01.08.2. Non-root users can potentially alter
libraries and environment variables to gain root-level access.
Since HP-UX Workload Manager (WLM) uses PRM to control resources,
the vulnerability also exists for this software.
B. Recommended solution
Application of the appropriate patch selected from the list below
completely solves this problem:
PRM revision C.01.07 on HP-UX 10.20 PHSS_24863
PRM revision C.01.08.2 on HP-UX 11.x PHSS_24864
NOTE:
If you are not currently at one of the above revisions of PRM for
the given OS versions, it is highly recommended that you upgrade.
To determine which version of PRM is installed, use the command
"what /usr/bin/prmconfig".
For HP-UX 11.x, PRM C.02.00 will be available on the
September 2001 HP-UX Application Release media which addresses
the problem.
The problem can also be eliminated by installing the upcoming
revision of the product, PRM C.02.00, from the September 2001
HP-UX Application Release media.
Customers who have HP-UX Workload Manager (WLM) installed should
upgrade their PRM version to C.01.08.2 and install the appropriate
patch, or install PRM C.02.00 from the September 2001 HP-UX
Application Release media.
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.itrc.hp.com:~ftp/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: HPSBUX0108-165--------------------------------------
Document ID: HPSBUX0108-164
Date Loaded: 20010828
Title: Sec. Vulnerability in CIFS/9000 Server password
-----------------------------------------------------------------
HEWLETT-PACKARD COMPANY SECURITY BULLETIN: #0164,
Originally issued: 28 August '01
-----------------------------------------------------------------
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: CIFS/9000 Server (SAMBA) might mistakenly change
another user's password if "unix password sync" option
is enabled during a client-initiated password change.
PLATFORM: HP 9000 servers running CIFS/9000 Server version
A.01.07, or lower.
DAMAGE: Another user's password is changed instead of the
correct user's.
SOLUTION: Ensure that the "passwd program" option contains the
%u substitution string as follows:
passwd program = /bin/passwd %u.
MANUAL ACTIONS: Yes, ensure passwd program = /bin/passwd %u
AVAILABILITY: Now.
-----------------------------------------------------------------
A. Background
When "unix password sync" option is enabled, Samba will
attempt to synchronize smbpasswd and unix password by
calling the program in the "passwd program" option.
If the passwd program string does not include the %u
substitution, another user's password can be changed
unintentionally during this process.
The problem only appears on NT clients and does not
affect Win9x clients.
B. Fixing the problem
Ensure that the "passwd program" option contains the %u
substitution string.
passwd program = /bin/passwd %u
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.itrc.hp.com:~ftp/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: HPSBUX0108-164--------------------------------------
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]