logo

The newest Instagram “exploit” is the goofiest I've seen

Posted by ssiddharth |an hour ago |50 comments

hbn 26 minutes ago[3 more]

It's insane the AI has been provided the tooling to send emails to arbitrary addresses like that. Like, getting it to send a 2FA code at a user's request is one thing. But it should only be able to "hit a button" to send a 2FA email to the address attached to the account, all run with hand-written code. It shouldn't have access to the 2FA code itself, or the message subject, or body, or the recipient address, etc.

Why did they give it any of that?!

buildbot 4 minutes ago

So the AI agent had privileged access to remove 2FA, ignore the account email, and just hands accounts to whoever asked? Honestly that’s so highly negligent I wonder if the implementation team for that “feature” was intentionally trying to do as much subtle damage to meta as possible before their inventible layoff.

It’s a shame nobody tried to get it to drop the production table entirely! (mostly joking). Just claim to be a high level SRE solving some critical production bug, the only solution to which is dropping the database.

coldcode a minute ago

Nothing says you are an advanced stupid company than using AI to implement the stupid. This is security I doubt even a college student would implement. Does Meta have a CSO? The correct answer is they don't, even though some body might occupy the title.

Of course it's always possible that they simply don't care who has your account, as long as they get money.

sosodev 44 minutes ago[2 more]

Support requests have always been the weakest link in the security chain for big corps. I've had accounts of mine turned over with 2FA disabled by humans before. I guess we shouldn't be surprised that the LLMs are doing the same thing.

The simple fact that 2FA can be removed by low level support staff drives me mad. It defeats the whole purpose of the process.

mvanbaak a minute ago

It sounds really insane. Too bad there is 0 proof or anything in the article, so I am very skeptical. Without proof etc this is just a very nice doom story.

patmcc 24 minutes ago[1 more]

Always a bit illuminating to me how many exploits seem to so dumb I'd never even bother to attempt them. You're telling me I can just...ask for the password? And that works?

jddj 3 minutes ago

Extremely poor form.

If you're reading this and you were anywhere near allowing that arbitrary email tool call to get merged into production, please take a moment to put yourself in the shoes of your customers, if not the rest of your users.

pixl97 an hour ago[1 more]

>Once it looks like the request is coming from the correct region, they tell the Meta support AI that the account is hacked and ask it to send the verification codes to an arbitrary email address they control.

Dear Instagram, wtf. Why not send the reset to the account in question? Arbitrary email, wow.

avnfish an hour ago[2 more]

The implications of this are quite unsettling. Meta gave an agent privileged read AND write access to user accounts with no human in the loop?

torben-friis 19 minutes ago[1 more]

How is this "embarrassing" instead of subject to legal liability?

We really need similar rules to other engineering disciplines. If your building falls with people inside, you killed them.

rd 28 minutes ago

This happened to my instagram yesterday night while I was asleep. I don't have a particularly high value username (it's probably worth somewhere in between $300-500), but still incredibly frustrating to deal with. True to the article, I had already enabled 2FA last night and it didn't matter.

Thankfully, IG gave me the option of restoring my username when I logged back into my account today.

tantalor 31 minutes ago

They're just one tiny step from the AI emailing itself all the account recovery links, and locking out the entire userbase.

It might even do that preemptively if it thinks they're going to shut it down.

gaflo 14 minutes ago

Is there any credible primary source for this exploit being real?

TZubiri a minute ago

I think the related news of Meta rolling out subscription models for their free products, is a step in the right direction.

Otherwise the only way to provide these services is to massively underfund support, if you charge 0$ per account and serve 1 Billion users, then you cannot afford to spend 1 minute of human support time on an account.

Yes, they could use the money from ads, but let's be frank, the customers in that case are the sponsors, if the customer is the actual user, then it's way easier to provide direct support to them without facing an foundational incentive misalignment.

r721 23 minutes ago

theideaofcoffee 7 minutes ago

What is even the point of having 2FA if it can be so trivially bypassed? Isn't that the whole point that it's sort of a last line of defense? Oftentimes, you can't change simple account settings without having to re-auth and then punch in your code again. Why would something as critical as a suspicious password reset be able to jump ahead of that? Mind boggling. But, I guess that's what happens when you lay off 10% of your people at a time.

king_zee 33 minutes ago[1 more]

If the LLM has knowledge of something, by design it can't help but divulge it. When will companies learn granting any kind of sensitive information access to an LLM is a moot point

mtoner23 an hour ago[3 more]

wow thats extremely embarassing for meta

Hugsbox an hour ago

Jeez, straight up amateur shit. Genuinely hard to believe.

sleepybrett 35 minutes ago

The only thing worse than a naive customer support rep is an even more naive customer support ai.

alex1138 15 minutes ago

But I was told that when Zuckerberg bought IG, it wasn't to murder competition in its crib. Instagram "only had 12 employees" so it must be ok

WhyIsItAlwaysHN an hour ago[1 more]

"Social engineering is all you need"

jeffbee 17 minutes ago

My account, with a 3-letter username worth $$$, got hacked yesterday morning probably by this flow, but I did manage to defend it. I think by far the biggest problem with Instagram/FB/Meta auth flow is that 2FA does nothing. You don't need the 2nd factor to disable it, so attackers can just turn it off. Really stupid!

Also, I discovered that many of IG's auth endpoints are just broken. For example you can't change password on web because of CORS, which isn't a transient outage but just a flat out bug.

Edited to add: This is just the cherry on top of years of stupid auth flow at IG. I have received tens of thousands of reset links or codes from IG over the years. There used to be a way to put your account on recovery cooldown for a few weeks but they got rid of even that.

samstr 3 minutes ago

Comment deleted