I like password managers. It keeps people from writing them down on your desk or a notepad, so I'm all for it. I hate autofill. Any form of autofill, automated, user request, any of it. I would like people to just use a small button to open a 'mini instance' of the password manager, like an instant app (or app clips for iphones), and copy your password that way. Autofill is also a huge security risk, excluding if the…
Autofill in password managers can allow login credentials to be stolen
31–40 of 144 posts
Re: Autofill in password managers can allow login credentials to be stolen
#32Earlier quoted context omitted.
True, if an attacker has control of your device you are probably screwed anyway, but there are still different degrees of screwed. There are more and less privileged portions of your system, and keeping sensitive data to less secure areas is still not a great idea. With browsers offering clipboard access as a JavaScript API, it is definitely an area I would consider less well secured than, say, read protected memory…
Fair point, but I don't think you can _read_ the contents of the system clipboard, can you? I thought you could set it but had to wait for a paste event to read it.
Re: Autofill in password managers can allow login credentials to be stolen
#33Bitwarden uses manual autofill which is nice. You hit ctrl shift L to fill
Well it still recognises to autofill in the password on a different subdomain as shown in the PoC by default, which is not good at all. To Downvoters: So in the PoC [0] with the default settings the author is completely wrong about their findings? even if you 'manually' autofill in the fields? So you are saying that the password DOESN'T get extracted out of Bitwarden from a different subdomain than where the login da…
[1]: https://bitwarden.com/help/article/uri-match-detection/#matc...
Re: Autofill in password managers can allow login credentials to be stolen
#34Earlier quoted context omitted.
A piece of paper is the most secure solution, sure, but once you get to the point where you have a hundred passwords, even if you've got them all in the same place, it's too unwieldy to use.
Time to revive the rolodex...
Re: Autofill in password managers can allow login credentials to be stolen
#35Re: Autofill in password managers can allow login credentials to be stolen
#36Not mentioned in the article -- a good way to prevent Chrome from ever recognizing the "same" field and attempting to autofill it is to include and randomize a "name=" attribute on all tags, or else name them with a string including a unique user id. This should always be done on web apps. Otherwise the next user on a public computer will see autofill options from previous users.
Re: Autofill in password managers can allow login credentials to be stolen
#37Good advice. Ever since Tavis Ormandy set his sights on password managers, I have been a very sceptical user. I still use 1Password, but without the browser extension. Putting autofill aside, there's a couple of other concerns I have. I am hesitant about recommending a password manager to the tech illiterate simply because one piece of malware could compromise the entire vault. In that respect, a sticky note is argua…
You still need 2FA and the 2FA absolutely should NOT be a part of your password manager. Use a different app at the very least. This should help alleviate some of the worst password manager risks.
Or say you have a FIDO 2 Security Key from Yubico. As well as the features of the cheaper FIDO 1 Security Key products, this has a PIN verifier. The PIN is something you know, while the Security Key itself is something you have, so that's two factors, once again the UV bitflag is signed.
It's simpler, it's easier, it's more secure. And yet, right now I bet an HN reader is implementing yet another shitty SMS-as-2FA hack and we're still in a thread about remote authenticating with passwords - an idea that was already terrible in the 1970s.
Re: Autofill in password managers can allow login credentials to be stolen
#38Re: Autofill in password managers can allow login credentials to be stolen
#39Re: Autofill in password managers can allow login credentials to be stolen
#40Earlier quoted context omitted.
Don't forget wifi connectivity...
A web based admin interface might be handy as well...
The complexity probably warrants some sort of embedded microservice arch, like microK8S.