Earlier quoted context omitted.
Is noisily deleting passwords acceptable in your eyes? (i.e. "Your password contains spaces, which is disallowed by our policy. Please try again.")
It's annoying in either case. Passwords should be any string I want! You're just going to hash it anyway. I found it particularly egregious that Zoom's form auto-trims any spaces from the end of the string - so they are deleted as you type with no feedback (unless you happen to be watching the dots flicker).
Zoom fixes major Mac webcam security flaw with emergency patch
91–100 of 151 posts
Re: Zoom fixes major Mac webcam security flaw with emergency patch
#92Earlier quoted context omitted.
It's annoying in either case. Passwords should be any string I want! You're just going to hash it anyway. I found it particularly egregious that Zoom's form auto-trims any spaces from the end of the string - so they are deleted as you type with no feedback (unless you happen to be watching the dots flicker).
Does it matter? I mean is there another way of entering this string which preserves the spaces, or is deleting them just part of the hash function?
Re: Zoom fixes major Mac webcam security flaw with emergency patch
#93Earlier quoted context omitted.
Is noisily deleting passwords acceptable in your eyes? (i.e. "Your password contains spaces, which is disallowed by our policy. Please try again.")
It's annoying in either case. Passwords should be any string I want! You're just going to hash it anyway. I found it particularly egregious that Zoom's form auto-trims any spaces from the end of the string - so they are deleted as you type with no feedback (unless you happen to be watching the dots flicker).
Re: Zoom fixes major Mac webcam security flaw with emergency patch
#94Re: Zoom fixes major Mac webcam security flaw with emergency patch
#95I'm confused. Does the patch now make it to where if you drag the app to the trash, it actually uninstalls?
A macOS "app" is just a directory with an executable binary and some convenient helper files for Finder. Dragging it to the trash does not remove artifacts, such as logs, supporting binaries, even methods of persistence, which may get placed somewhere else on the filesystem as part of a typical installation. This is not unique to Zoom or even Apple operating systems.
(Better still, reconsider whether you really need a daemon in the first place...)
Re: Zoom fixes major Mac webcam security flaw with emergency patch
#96Earlier quoted context omitted.
What's scary is that they have a bounty program but it comes with a gag catch.
Most corporate bounty programs are going to include an NDA and following their release schedule. No corporate legal department is going to sign off on a bounty program that would both pay third parties for bugs and allow outside researchers to unilaterally decide when to disclose the bug to a wider audience.
Re: Zoom fixes major Mac webcam security flaw with emergency patch
#97Let us be clear. Running a local helper agent that accepts properly formatted requests (includes authn/authz) to provide a valid expected functionality is a perfectly valid architectural choice for a full-fledged desktop computer and we shouldn't throw out this capability. The mistakes I see here are: - UX Dark Patterns – making uninstall hard/duplicitous - Helper process having security vulnerability - unauthenticat…
Re: Zoom fixes major Mac webcam security flaw with emergency patch
#98Re: Zoom fixes major Mac webcam security flaw with emergency patch
#99Re: Zoom fixes major Mac webcam security flaw with emergency patch
#100Earlier quoted context omitted.
Responsible disclosure doesn’t mean anything. It’s an obsolete term. You’re referring to coordinated disclosure. https://blogs.technet.microsoft.com/ecostrat/2010/07/22/coor...
This case is actually a really great demonstration of why this often-repeated claim is false. This was responsible, but not coordinated, disclosure.