Quantcast
Channel: VMware Communities: Message List - vCenter Single Sign On master password
Viewing all 262 articles
Browse latest View live

Re: vCenter Single Sign On master password

$
0
0

Seriously??? I just checked this, it's true ... The shocking thing is that I looked at that file before and didn't notice that ... Gotta ask myself

 

That's some serious security flaw if you ask me ...

 

Thanks grasshopper... This is exactly why I love this community ... Never stop learning and staying humble!


Re: vCenter Single Sign On master password

$
0
0

I'm sure this will be fixed eventually, but the answer you seek is (shockingly) available in plain text.

 

Browse to the following directory:

[intentionally deleted by grasshopper]

 

In the above directory, locate and open the following file in notepad:

[intentionally deleted by grasshopper]

 

Edit:  After further thought, I removed that information since I am not comfortable propogating an open vulnerability.

 

Message was edited by: grasshopper

Re: vCenter Single Sign On master password

$
0
0

Never stop learning and staying humble!

 

 

Yes my friend.  Wise words.  Because sometimes you're on top and sometimes you're on esxtop.

 

-grasshopper

 

 

PS - please see my previous post.  I removed some detail to protect the innocent.  If anyone gets stuck they can IM me or hit my gmail.

Re: vCenter Single Sign On master password

$
0
0

Mike Nisk wrote:

 

 

 

PS - please see my previous post.  I removed some detail to protect the innocent.  If anyone gets stuck they can IM me or hit my gmail.

 

The difficulty with these situations is that:

  • The malicious people already know this, or if not, will figure it out shortly and use it
  • Innocent people, with no advisory from VMware, won't know there's an issue
  • VMware, without an "public exploit", have good odds of doing nothing

 

In short, I would encourage you to take this to a support case, and if you get nowhere, put that post right back.

Re: vCenter Single Sign On master password

$
0
0

I'm not sure why you feel that way, Josh26. If anybody finds something they feel is a security vulnerability that hasn't been addressed by a previous VMSA/patch we'd appreciate that you immediately contact security@vmware.com and provide as much detail as possible regarding what you've found (http://www.vmware.com/support/policies/security_response.html). We actively investigate all reports.

 

In this case, while the password is stored in plaintext (and actually can not be stored as a hash due to how it's later used), the file itself has strong protections based on file system ownership and permissions restricting access to Adminstrator.

Re: vCenter Single Sign On master password

Re: vCenter Single Sign On master password

$
0
0

  Did you ever get an answer to this, i have the same problem and am in dire need of help recovering the admin@system-domain password; re-install is not an option at this point.   Please help me out, i can't see the plain text location in the post below.

Re: vCenter Single Sign On master password

$
0
0

For 2008 R2, you can check the following location and see if the password listed here jarrs your memory:

"C:\Program Files\VMware\Infrastructure\SSOServer\webapps\lookupservice\WEB-INF\classes\config.properties"

Note:  Afterall, I think the above is just the sso db pw but if you set everything the same it could be an instant win.

 

If this was an upgrade to 5.1 and now you can't login, you may consider reviewing the list of valid admins from "vc_admin_users_groups.txt" (if based on your scenario one populated for you).  It would be in the temp directory of the person performing the upgrade (i.e. Start > Run > %tmp%).

 

Folder Location:

C:\Users\<xyzuser>\AppData\Local\Temp

 

valid admin list:
vc_admin_users_groups.txt

 

Admins that were removed:

deleted_vc_users.txt

 

Once you get an ID that you can login into the vSphere C#lient with, go to the permissions tab of the root datacenter for example, and add the appropriate groups that SSO took out (i.e. your server team or whatever).  Then login to the web client / sso related stuff.

 

 


Re: vCenter Single Sign On master password

$
0
0

Hello!

 

Is there by now any possibility to reset the SSO master password?

I'd like to install the vSphere Webclient but can't remember the password for admin@System-Domain.

The password I was sure I used during the upgrade from vSphere 5.0 to 5.1 doesn't match.

Maybe I accidentally keyed in a wrong character when I first set the master password, I don't know.

I tried already possible variations without success.

Please help!

Re: vCenter Single Sign On master password

$
0
0

Hello sysmgmt.  Welcome to the communities.  Unfortunately the fix is still the same.  The Supported method is reinstall SSO.  Unsupported fix (confirmed to work) is to stand up a temp SSO db and copy the hash to your prod db.  The link is listed earlier in the thread.

Re: vCenter Single Sign On master password

$
0
0

Hi grasshopper!

 

Thank you for the very quick reply and the hint with the unsupportetd fix.

I'll maybe try this way first before reinstalling SSO.

Re: vCenter Single Sign On master password

$
0
0

One of the advantages of communities is rapid discovery of exploits and their correction.

 

Storing passwords in plain text has been a bad idea since forever....

 

The fact that SSO does this practically means that ESXi Management Network, vCenter and SSO would need to be on an "air gap" network to be truly secure. After all, if I could exploit the SSO server filesystem; I could acquire the keys to the kingdom!

Re: vCenter Single Sign On master password

Re: vCenter Single Sign On master password

$
0
0

Hi sysmgt,

 

I'm not sure if you were able to try the DB Hash fix that grasshopper mentioned but it appears to have worked for me. I was able to get on and install the web client server that we never got around to installing. So far, so good.

 

Thanks to all who posted!

Re: vCenter Single Sign On master password

$
0
0

Hello mryellow!

 

Yesterday I tried the the unsupported fix which grasshopper suggested and it worked for me too.

After I've replaced the hash string and restarted vCenter Server, the installation of vSphere Webclient with the new set password finally succeeded.


To all a big thanks, especially to grasshopper...

 



Re: vCenter Single Sign On master password

Re: vCenter Single Sign On master password

$
0
0

Thanks for sharing.  Keep in mind that to use that reset util requires that you already know the admin@system-domain password.  If you know it, then you can reset it easily.  That process is well documented in the official VMware KB.  Most folks here simply don't know the original password so cannot reset it like that.

 

As such, the only real fix thus far has been performing the DB hash technique. 

 

The original article discussing this is in german and is located at:
http://www.die-schubis.de/doku.php?id=vmware:vsphere&&_sm_au_=iVVqjkrsQ0sLqFW6

 

The Google Translate version (German to English) of the original article:
http://translate.google.ie/translate?sl=de&tl=en&js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fwww.die-schubis.de%2Fdoku.php%3Fid%3Dvmware%3Avsphere%26%26_sm_au_%3DiVVqjkrsQ0sLqFW6&act=url

 

Unrelated Note:  Please be advised that my original concern from earlier in the thread about the admin@system-domain password being in plain text was incorrect.  I think the only plain text password stored is that of the RSA_User which does not help in recovery unless all passwords were set exactly the same at install time.  The location of that plain text password  (which was originally "intentionally deleted" by me) is "C:\Program Files\VMware\Infrastructure\SSOServer\webapps\lookupservice\WEB-INF\classes\config.properties".  Again, this likely won't help anyone who has forgotten the admin@system-domain password, and the fix is still to perform the DB hash technique noted from the shubis blog in germany.

Re: vCenter Single Sign On master password

$
0
0

hey so I think i know my admin master password because when it asks me for it it gets me to the point to ask me for the administrators name, is this suppose to be admin@System-Domain or admin@system-down or just admin?

 

When i type in just admin or admin@System-Domain it asks me to enter new administrators password and verify. i do that but then i get the ERROR: Failed to decrypt field com.rsa.db.user

 

what the heck?

 

also i dont remember setting too many different passwords while installing the SSO. if it lets me get past to the point of asking me the admin account with the passwrod im typing in, why cant i continue the web client install with that same password?

 

thanks in advance

Re: vCenter Single Sign On master password

$
0
0

admin@system-domain is the one you will need for the web client install.  Are you able to login with that?  In general, once you can login with admin@system-domain then you can create/manage those other IDs.  First step though will be getting the web client installed.  Also ensure you right click and run as administrator when doing the install of course.

Re: vCenter Single Sign On master password

$
0
0

no i cannot. i get invalid credentials in that log file.

so from this post i read the only way to reset the pw for the admin@system-domain is to use the rsautil reset-admin-password command.

but you need to know the master password, which i must know because the only password i remember configuring during the SSO install is the one im typing in when prompted for master password.

but then i get that error of faield to decrypt field com.rsa.db.user

Viewing all 262 articles
Browse latest View live




Latest Images