1Password sends your password in clear text across the loopback interface
31–40 of 147 posts
Re: 1Password sends your password in clear text across the loopback interface
#32Encrypted or not, if 1Password is sending passwords to the browser extension, that means its keychain is unlocked and malware, should it really want to grab data out of the keychain, could just request it from the 1Password helper itself. No need to passively sniff for passwords. I don't really see what the vulnerability is here.
In a corporate environment, a system administrator with administrative access to employee/user machines could gain access to their credentials. That's the big issue, I think, unless I'm missing something.
Re: 1Password sends your password in clear text across the loopback interface
#33Re: 1Password sends your password in clear text across the loopback interface
#34Re: 1Password sends your password in clear text across the loopback interface
#35Encrypted or not, if 1Password is sending passwords to the browser extension, that means its keychain is unlocked and malware, should it really want to grab data out of the keychain, could just request it from the 1Password helper itself. No need to passively sniff for passwords. I don't really see what the vulnerability is here.
In a corporate environment, a system administrator with administrative access to employee/user machines could gain access to their credentials. That's the big issue, I think, unless I'm missing something.
Re: 1Password sends your password in clear text across the loopback interface
#36Re: 1Password sends your password in clear text across the loopback interface
#37What's wrong with that?
Every app that runs on your systems with enough privilege could sniff your username and password and send it out. That means also apps installed by a person who has access to your systems or malicious code that you, or someone who as access to your system, launched on your system. I'm not sure where it put 1Password in terms of safely storing password, but it is probably in the area of a post-it on your monitor. I do…
Re: 1Password sends your password in clear text across the loopback interface
#38At least on OSX 10.11 (not sure about others), you can't sniff loopback as a normal user. So, if you could sniff this, you'd have elevated privs anyway, which means you could read the keyboard device, memory, etc. Not ideal, but not sure it's a glaring hole. IMHO. I'd love to hear other thoughts on how to exploit this / how I'm underestimating this hole.
After that, assuming the transmission has to happen, it's just a matter of how difficult you want to make it for root to see the passwords. Since you have to arrive at plaintext in the browser itself, everything a determined root needs to decrypt the transmission will be present on the machine anyway. Still, even a simple ROT-13 to keep an honest root from accidentally seeing the password would be welcome.
Re: 1Password sends your password in clear text across the loopback interface
#39So how vulnerable is loopback on a machine in general? This is almost certainly not a best practice, but I can't help but wonder how practically exploitable this is.
Re: 1Password sends your password in clear text across the loopback interface
#40If you have loopback sniffing privileges, you could just also ReadProcessMemory the password right out of 1passwords memory.