Earlier quoted context omitted.
So is working at Google, Amazon and probably 90% of the big corps of the world in many sectors - from oil to finance to pharmaceutical to telecommunications and so on. And we can include the government. If you're a subcontrator or sold in body rental (modern IT slavery) you're also in the same position as an employee, so you're enabling their evils. Also, if one of those companies is a client of your company you're a…
Is it really that bad being a software/hardware engineer in Europe? I was thinking of entering via Holland (easiest work rights) and then after a few years try to work in France or Italy where it is almost impossible to fire someone, so I could retire on the job.
Facebook Network Breach Impacts Up to 50M Users
511–520 of 635 posts
Re: Facebook Network Breach Impacts Up to 50M Users
#512Earlier quoted context omitted.
I'm pretty sure they logged out more than <5% (90m of 2B) of their users, because of the people I talk to on a daily basis on Messenger like well over 2/3s got logged out. I could see if they meant 90m of American users or something.
Why the downvotes ? This is important data, and no one gave this information in the whole thread.
Re: Facebook Network Breach Impacts Up to 50M Users
#513Excerpts from the press call transcript [1] by Guy Rosen explaining what lead to this breach being possible: > The first bug was that, when using the View As function to look at your profile as another person would, the video uploader shouldn’t have actually shown up at all. But in a very specific case, on certain types of posts that are encouraging people to post happy birthday greetings, it did show up. > The secon…
That doesn't just seem like a few unlucky coincidences. That seems like a fundamentally unsound design. Why should it even be theoretically possible for a request under the authority of one user to create a token with the authority of another user?
Re: Facebook Network Breach Impacts Up to 50M Users
#514Re: Facebook Network Breach Impacts Up to 50M Users
#515Re: Facebook Network Breach Impacts Up to 50M Users
#516Earlier quoted context omitted.
Believing this is the tech equivalent of believing in chemtrails.
I wouldn’t say so. It’s happened too many times for anti Facebook posts, even Google+ back in the day. Remember, this is a company headed by someone who captured failed login passwords and used them to hack the email accounts of a journalist writing an anti-FB article. Yes, that was a decade ago, but that is a serious, criminal low. http://www.theamericanmirror.com/flashback-zuckerberg-used-l...
Re: Facebook Network Breach Impacts Up to 50M Users
#517Re: Facebook Network Breach Impacts Up to 50M Users
#518I was just logged out of my account hours after this story broke... that "50M users" is probably going to go up...
Re: Facebook Network Breach Impacts Up to 50M Users
#519Earlier quoted context omitted.
It's very easy for me to believe. "View As" is an authorization and authentication sensitive, limited user impersonation feature. Video uploading interacts with, and complicates, authorization in an application with fine grained privacy and permission models. It's intuitively straightforward that modifying code for uploading videos could (read: not should) have authorization and authentication ramifications. One of t…
> It's intuitively straightforward that modifying code for uploading videos could (read: not should) have authorization and authentication ramifications. I get this part. But why would it affect only videos and not other entities (photos, status etc.)? I would think creating (or uploading) any of the entities have the same authorization and authentication ramifications. What could be different for videos? Unless the…