- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "Duplicate" UID security risk ?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 01:58 AM
10-27-2005 01:58 AM
o User "smithjc" has UID 1024 on one machine and UID 1302 on another.
o Converesely, UID 1024 is one user on one server, and a different user on a different machine.
Our Security Team is asking:
o Is this a Security Problem?
o How big of a problem?
It seems to me that some factors to consider in a multi-server LANScape are:
o NFS
o remsh / rlogin (ssh)
o ftp
It seems to me that remsh and ftp are fine:
o They don't work by UID, they work by "user name text string". If my User Name is "smithjc" on all servers, with different IDs, he looks up the text string, not the UID.
NFS may pose a risk. The UID in the exported file system that is mounted on Server A may match up with mine by coincidence - and then I have access to those files (UID and GID).
Is that right?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 02:08 AM
10-27-2005 02:08 AM
Re: "Duplicate" UID security risk ?
I believe you are correct. We address this problem by keeping the password files in sync on all the servers. In our case I simply rcopy the file from a central server after changes, but then we get into a whole other security discussion about the "r" services.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 02:11 AM
10-27-2005 02:11 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 01:41 AM
10-28-2005 01:41 AM
Re: "Duplicate" UID security risk ?
If you've got lots of mixed users with files that require access restrictions then YMMV.
As a best practice, syncing the UIDs/usernames means you don't have to decide whether or not there are security implications (and things line up nicely among your hosts). But just because you've got mixed UIDs and usernames, doesn't neccessarily imply security hole.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 01:50 AM
10-28-2005 01:50 AM
Re: "Duplicate" UID security risk ?
Depending on how much "inconsistency" we have, we might look into "synching up" the UIDs. If not too many, we'll just leave and plan for "synch" by attrition over time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 06:13 AM
10-28-2005 06:13 AM
Re: "Duplicate" UID security risk ?
Please keep in mind that the first 100 UIDs and GIDs are reserved by HP for system accounts like root, adm, bin, lp, uucp, etc. To avoid potentially large security holes, please be sure you do not allocate UIDs or GIDs in this range for user accounts. If you create accounts with tools like useradd, the right things tend to happen by default re the reserved range.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 07:23 AM
10-31-2005 07:23 AM