Earlier quoted context omitted.
As for paypal's security policy, note that they have a maximum password length of 24 characters, and routinely send people e-mails with a big 'log-in' link. These are both bad practice. The password length limit reduces the quality of passwords, and suggests plain-text storage of passwords. The sending of log-in links makes people much easier to phish, since people are used to clicking on a link in e-mail and then en…
I’ve been telling friends and family, for at least 10 years, maybe more, the only safe way to go to PayPal, is to type the address into the browser yourself, starting with HTTPS.
Critical PayPal Security Hack: Multiple Thefts Now Reported–Check Your Settings
31–40 of 84 posts
Re: Critical PayPal Security Hack: Multiple Thefts Now Reported–Check Your Settings
#32Earlier quoted context omitted.
I agree that reaching out to whomever's being criticised is a courtesy and, sometimes, even legally required. But I don't think it's right to not critique. When a company blatantly uses doublespeak, that should absolutely be critiqued.
You're talking about blurring the difference between journalism and opinion.
It's the opinion of the journalist: is this information worth writing about?
It's the opinion of the editor: is this part worth changing?
It's the opinion of the publisher: is this piece worth publishing?
Re: Critical PayPal Security Hack: Multiple Thefts Now Reported–Check Your Settings
#33Earlier quoted context omitted.
I’ve been telling friends and family, for at least 10 years, maybe more, the only safe way to go to PayPal, is to type the address into the browser yourself, starting with HTTPS.
Paypal is preloaded, so you're not required to start with HTTPS. https://hstspreload.org/?domain=paypal.com
Re: Critical PayPal Security Hack: Multiple Thefts Now Reported–Check Your Settings
#34> “We reported this in February 2019 to PayPal via HackerOne,” they say. “After an initial rejection and several discussions, PayPal paid a bug bounty of $4,400.” The pair have not heard from PayPal, they say, since April 2019. But this week “tried and could still use the virtual credit card for online payments.” That means, they told me, “the bug has not been fixed.” > But in terms of the Fenske and Mayer disclosure…
As for paypal's security policy, note that they have a maximum password length of 24 characters, and routinely send people e-mails with a big 'log-in' link. These are both bad practice. The password length limit reduces the quality of passwords, and suggests plain-text storage of passwords. The sending of log-in links makes people much easier to phish, since people are used to clicking on a link in e-mail and then en…
Re: Critical PayPal Security Hack: Multiple Thefts Now Reported–Check Your Settings
#35Earlier quoted context omitted.
As for paypal's security policy, note that they have a maximum password length of 24 characters, and routinely send people e-mails with a big 'log-in' link. These are both bad practice. The password length limit reduces the quality of passwords, and suggests plain-text storage of passwords. The sending of log-in links makes people much easier to phish, since people are used to clicking on a link in e-mail and then en…
In what way does a password length limit suggest plain-text storage?
Re: Critical PayPal Security Hack: Multiple Thefts Now Reported–Check Your Settings
#36Earlier quoted context omitted.
As for paypal's security policy, note that they have a maximum password length of 24 characters, and routinely send people e-mails with a big 'log-in' link. These are both bad practice. The password length limit reduces the quality of passwords, and suggests plain-text storage of passwords. The sending of log-in links makes people much easier to phish, since people are used to clicking on a link in e-mail and then en…
In what way does a password length limit suggest plain-text storage?
Re: Critical PayPal Security Hack: Multiple Thefts Now Reported–Check Your Settings
#37Re: Critical PayPal Security Hack: Multiple Thefts Now Reported–Check Your Settings
#38Earlier quoted context omitted.
In what way does a password length limit suggest plain-text storage?
In the same way that the best one-way hash algorithms can accept arbitrarily large inputs and produce a constant-sized digest.
Re: Critical PayPal Security Hack: Multiple Thefts Now Reported–Check Your Settings
#39Earlier quoted context omitted.
In the same way that the best one-way hash algorithms can accept arbitrarily large inputs and produce a constant-sized digest.
True but I thought you’d want to have some size limit regardless, if for no other reason than choking up the connection with a huge one.
Re: Critical PayPal Security Hack: Multiple Thefts Now Reported–Check Your Settings
#40I've disabled the client-side check using the browser's developer tools and my email was accepted by the server upon submission, so I could finally claim my 5 euros :P.
All of this was preceded by me contacting support about adding my email address. They couldn't help me and told me to contact the sender, which would have been impossible, since it was a donation, and the only thing I had was a PayPal notification about a pending payment to that email address.
Of course the server should have accepted the email anyway, because it was valid, the issue just highlights a faulty development process at PayPal that allows server-side validation to be more permissive than client-side validation.