Hacker News Viewer

A Roblox cheat and one AI tool brought down Vercel's platform

by bishwasbh on 4/21/2026, 4:12:12 AM

https://webmatrices.com/post/how-a-roblox-cheat-and-one-ai-tool-brought-down-vercel-s-entire-platform

Comments

by: kstrauser

I think this is wrong about what “sensitive” means here. AFAIK, all Vercel env cars are encrypted. The sensitive checkbox means that a develop looking at the env var can’t see what value is stored there. It’s a write-only value. Only the app can see it, via an env var (which obviously can’t be encrypted in such a way that the app can’t see it, otherwise it’d be worthless). If you don’t check that box, you can view the value in the project UI. That’s reasonable for most config values. Imagine “DEFAULT_TIME_ZONE” or such. There’s nothing gained from hiding it, and it’d be a pain in the ass come troubleshooting time.<p>So sensitive doesn’t mean encrypted. It means the UI doesn’t show the dev what value’s stored there after they’ve updated it. Not sensitive means it’s still visible. And again, I presume this is only a UI thing, and both kinds are stored encrypted in the backend.<p>I don’t work for Vercel, but I’ve use them a bit. I’m sure there are valid reasons to dislike them, but this specific bit looks like a strawman.

4/21/2026, 5:39:42 AM


by: darkwater

I don&#x27;t want to do the easy finger-pointing and scapegoating but honestly, what should happen to the Context.ai employee that thought it was a good idea to play games in their work machine and, on top of that, install cheats which are by definition of dubious provenance? I know defense in depth, security layers etc etc but there is also some personal responsibility at play here. We can chalk up the Vercel&#x27;s employee mistake to a defense in depth failure that&#x27;s on the whole company and management, but installing a cheat...

4/21/2026, 8:00:06 AM


by: yoaviram

I believe this is inaccurate. Vercel env vars are all encrypted at rest (on their side). The &#x27;sensitive&#x27; checkbox means you can&#x27;t retrieve the value once it&#x27;s set, which would have saved your ass in this case. Also, annoying to read an article like this without a single link to source material.

4/21/2026, 5:33:07 AM


by: ethin

This looks really really AI-generated even if the author did try to hide it by making some grammar elements improper. Idk if that diminishes it&#x27;s accuracy though.

4/21/2026, 5:13:21 AM


by: EdwardDiego

A frigging Roblox cheat...<p>And I thought it was bad when my son got compromised by a Roblox cheat, but they only they grabbed his Gamepass cookies and bought 4 Minecraft licenses, which MS quickly refunded...

4/21/2026, 5:01:36 AM


by: azalemeth

Very ironically, they seem to have upped their game. Trying to read TFA on an older version of firefox gives me the lovely message:<p>Failed to verify your browser Code 11 Vercel Security Checkpoint, arn1::1776759703-rtDgRAtRyXvjD4IoU4RbqvkGmvQQCP7H<p>Gah.

4/21/2026, 8:22:32 AM


by: jesse_dot_id

&gt; How many developers do you think knew that checkbox existed? How many assumed their database credentials and API keys were encrypted by default?<p>If I don&#x27;t see asterisks, I&#x27;m not hitting save on the field with a secret in it. Maybe they were setting them programmatically? They should definitely still be looking to pass some kind of a secret flag, though. This is a weird problem for a company like Vercel to have.

4/21/2026, 5:02:39 AM


by: mudkipdev

I&#x27;m getting a &quot;failed to verify your browser&quot; error on this article

4/21/2026, 5:26:13 AM


by: voidUpdate

Something has gone screwy with the timestamps on this page... They&#x27;re saying they were posted &quot;in 8 hours&quot;, &quot;in a day&quot;, then the last one is &quot;an hour ago&quot;

4/21/2026, 7:03:07 AM


by: varun_ch

Context.ai seems like it was the SPOF. By definition it has a lot of your data, and they didn’t secure it properly.

4/21/2026, 5:19:41 AM


by: aroido-bigcat

Feels like the bigger issue here is how much implicit trust we’re starting to place in these AI-integrated workflows.<p>Tools that sit in the middle (like Context.ai) end up becoming a pretty large attack surface without feeling like one.

4/21/2026, 7:16:16 AM


by: trick-or-treat

According to the email I got from Vercel it was a limited subset of customers and I&#x27;m not one:<p>Initially, we identified a limited subset of customers whose Vercel credentials were compromised. We reached out to that subset and recommended that they rotate their credentials immediately.<p>At this time, we do not have reason to believe that your Vercel credentials or personal data have been compromised.

4/21/2026, 5:43:07 AM


by: jFriedensreich

I don&#x27;t see storing non-sensitive environment variables unencrypted as the main issue here. Sure at vercels scale, encryption at rest for any data would add some better baseline, but i see this article as two major user interface fails more than anything else. Oauth dialogs are just pathetic, they are years behind what is required and what UX research knows how to do things, none of the companies invested any amount of resources into it after it just worked well enough not to make most users churn. The env var problem is also ridiculous, you can only update, not see and check values in the interface if they are encrypted for most providers i know, that leads to really annoying UX and is the reason they are not marked as sensitive by default and opt out. Even if you could unlock them to edit, no one will enter their password again as that is too much hassle, meaning we need a way to read and edit encrypted env vars in the interface where they are created but not have more in the way than a passkey dialog. Its doable but afaik no provider would go the extra mile to get to this UX.<p>(Of course there are tons of other red flags not looked at in the article, eg. how does an employees machine get access to production systems and from there access to customers connected with oauth and how does the attacker get to env vars from a google workspace account)

4/21/2026, 8:16:09 AM


by: R41

good article, these AI products are crazy supply chain risks.

4/21/2026, 5:20:38 AM


by: ryanisnan

Convenience is our Achilles heel, as a society.<p>We&#x27;ll keep dangerous devices like the SuperBox in our homes, if it helps us get access to free movies and tv.<p>We&#x27;ll use single-use plastics, even if we know they&#x27;re bad for the environment, because they&#x27;re just so damn easy.<p>We&#x27;ll let AI run that thing for us, because it&#x27;s just too easy.<p>A whole generation has grown up without knowing what it was like to infect your computer with AIDS trying to download an MP3, and it shows. That caution will come back, just at a terrible cost.

4/21/2026, 5:29:29 AM


by: ChrisArchitect

Related:<p><i>Vercel April 2026 security incident</i><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47824463">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47824463</a>

4/21/2026, 5:28:04 AM


by: doctorpangloss

This article is LLM authored and full of hallucinations. &quot;Let that sink in for a second.&quot;

4/21/2026, 5:54:33 AM


by: alanmercer

[dead]

4/21/2026, 8:13:16 AM


by: tesders

[dead]

4/21/2026, 7:13:42 AM


by: agent-kay

[flagged]

4/21/2026, 6:50:59 AM


by: souravroyetl

[flagged]

4/21/2026, 6:05:43 AM