You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I found an unexpected security issue. I was troubleshooting using a [email protected] account not authenticating. I opened up /var/log and did a cat on syslog to see if there were any errors relating to "wrong username/password or no answer at TCP:443."
In the process of reading through syslog, I discovered the SexiGraf vSphere Credential Store user passwords are in clear text.
I can log into my vCenters with my Read Only accounts without an issue, but I can't get SexiGraf to connect.
See screenshot of log.
This isn't a cert issue either. 1 vCenter has proper internal certs, 1 vCenter has default local cert, SexiGraf has local default cert and is new without any changes. v0.99k and vCenters 7.0u3.
The text was updated successfully, but these errors were encountered:
As an update, this seems to only happen when the password is not accepted and/or is incorrect. I ended up fixing my original issue of "wrong username/password or no answer at TCP:443" by adjusting my password complexity characteristics. Once SexiGraf was able to connect, the above error message(s) and syslog entry were no longer generated.
Either way, any password should not be visible in a syslog. As in this case, a mis-typed user name could result in a correct password leak.
@richardkenyan can you confirm by swapping "verbose" to "error" in /opt/microsoft/powershell/7-lts/powershell.config.json you dont see password in syslog please?
I think I found an unexpected security issue. I was troubleshooting using a [email protected] account not authenticating. I opened up /var/log and did a cat on syslog to see if there were any errors relating to "wrong username/password or no answer at TCP:443."
In the process of reading through syslog, I discovered the SexiGraf vSphere Credential Store user passwords are in clear text.
I can log into my vCenters with my Read Only accounts without an issue, but I can't get SexiGraf to connect.
See screenshot of log.
This isn't a cert issue either. 1 vCenter has proper internal certs, 1 vCenter has default local cert, SexiGraf has local default cert and is new without any changes. v0.99k and vCenters 7.0u3.
The text was updated successfully, but these errors were encountered: