Operating System - HP-UX
1827286 Members
3301 Online
109717 Solutions
New Discussion

Shadow Password bundle for 11.11?

 
James A. Donovan
Honored Contributor

Shadow Password bundle for 11.11?

I was just reading through a listing of recently released patches, and I noticed many were pre-enablement patches for shadow password file support. Can anyone enlighten me as to when I can expect this feature to be available?
Remember, wherever you go, there you are...
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: Shadow Password bundle for 11.11?

Password shadowing is part of Trusted Systems.

You can convert your system to trusted either with SAM or the Bastille tool.

Links.

Required Perl install

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=PERL

Bastille: Security Hardening Tool

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6849AA


SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
James A. Donovan
Honored Contributor

Re: Shadow Password bundle for 11.11?

Does this mean that until now, you could not setup HP-UX 11.11 as a Trusted system?

The patch descriptions for the following would seem to indicate that, if that is the case.

PHCO_27035 : s700_800 11.11 shadow.h cumulative patch
PHCO_27036 : s700_800 11.11 pwck(1M) cumulative patch
PHCO_27037 : s700_800 11.11 libpam_unix cumulative patch
PHCO_27038 : s700_800 11.11 libsec cumulative patch
PHCO_27040 : s700_800 11.11 /sbin/passwd cumulative patch
PHCO_27041 : s700_800 11.11 passwd(1) cumulative patch
PHCO_27042 : s700_800 11.11 pwconv(1M) cumulative patch
PHCO_27064 : s700_800 11.11 libpam cumulative patch
PHCO_27345 : s700_800 11.11 cumulative sh-posix(1) patch
PHCO_27374 : s700_800 11.11 cumulative SAM patch
PHCO_27909 : s700_800 11.11 security manpages cumulative patch
PHCO_28176 : s700_800 11.11 tsconvert cumulative patch

Remember, wherever you go, there you are...
James A. Donovan
Honored Contributor

Re: Shadow Password bundle for 11.11?

Found further evidence that Shadow Passwords is something new...this is taken from HP's release notes on their build of OpenSSH 3.5.

Support for Shadow Passwords

When users initially set their password in traditional UNIX systems, the password goes through a one-way hashing function and gets stored in a publicly readable file--/etc/passwd. When users login, their password gets hashed using the same algorithm that was used when the password was initially set. After the password is hashed, it is compared to the password stored in /etc/passwd. The system grants access if the two passwords match. This one-way hashing function makes it difficult for malicious users to get unhashed passwords even though the hashed password is visible.

However, if a user chooses a password a malicious user might guess, the malicious user can hash the guessed password and compare it to the hashed password in the publicly viewable /etc/passwd file. If these two match, the malicious user now has a password to the system. This type of attack is more practical when a entire body of text, a dictionary for example, gets hashed word-by-word and is then compared to the hashed passwords of all users. This type of attack can lead to multiple compromised passwords.

Shadow password functionality addresses this vulnerability by storing hashed passwords in a file that only the root user can read. Malicious users cannot perform the attacks described above without the list of publicly hashed passwords.

To enable shadow passwords, the administrator needs to execute the /usr/sbin/pwconv utility while logged in as superuser. HP-UX Secure Shell will automatically use this feature if it is enabled on the system.

Monitor http://software.hp.com for Shadow Password availability.
.
.
.
So I guess my only question now is, when will we be seeing this software?
Remember, wherever you go, there you are...
Jeff Schussele
Honored Contributor

Re: Shadow Password bundle for 11.11?

Hi Jim,

Hmmm....interesting.
Thanks for the info.
Sounds like HP is finally going to allow shadow PWs w/o having to convert to Trusted.
Wonder if they're going to do it the same way i.e. build the /tcb/files/auth/.... dir structure OR do it differently? Seems to me they should do it the same way to avoid another PW converion if the system was later fully converted to Trusted.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jeff Schussele
Honored Contributor

Re: Shadow Password bundle for 11.11?

Hi Jim,

Hmmm....interesting.
Thanks for the info.
Sounds like HP is finally going to allow shadow PWs w/o having to convert to Trusted.
Wonder if they're going to do it the same way i.e. build the /tcb/files/auth/.... dir structure OR do it differently? Seems to me they should do it the same way to avoid another PW converion if the system was later fully converted to Trusted.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Jeff Schussele
Honored Contributor

Re: Shadow Password bundle for 11.11?

Grrrrrr!!!!!!

I waited a full 8 minutes & rechecked the thread 3 times before I reposted.
Man I hope they find the problem soon - this is becoming VERY VERY annoying.

There I feel better now.
Sorry to vent in your thread Jim.

Later,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
James A. Donovan
Honored Contributor

Re: Shadow Password bundle for 11.11?

fyi....

http://www2.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHCO_25568

Appears that the shadow file will be /etc/shadow as per the above patch description....

and Doug has provided a time frame to expect the bundle...

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x74035ec05a7ad711abdc0090277a778c,00.html
Remember, wherever you go, there you are...