Speedrunners are vulnerability researchers, they just don't know it yet
92 comments
·March 2, 2025minimaxir
qwery
Yes, the differences are substantial. It's also worth noting that although some speedrunning may be akin to vulnerability research, the vast majority of speedrunners are "only" practicing and replicating exploits demonstrated by others. They're in different columns.
badhistorian
Also speedrunners are really bad historians. Their documentation is usually loose google docs links, placed on a discord channel. IF that sounds like there's little to none versioning and little to none searchability - precisely.
I am reminded of the top Super Mario players all congregating for a run on GDQ, only for a complete random fan to come to them and ask "So... if you were all stuck trying to optimize this one pipelfor over half a decade... Why didn't any of you just do the Devil's Spell?"
To which the speedrunner's reaction is: "Wtf is the Devil's Spell".
It happened to be a trick that was documented nearly 2 decades prior.
rfoo
> the vast majority of speedrunners are "only" practicing and replicating exploits demonstrated by others
So they are red teamers :p
masspro
In this analogy, they are only retesting things reported by a previous red team who did that target.
easterncalculus
> the vast majority of speedrunners are "only" practicing and replicating exploits demonstrated by others.
Which ironically is more like pentesting than VR.
saagarjha
I take it that you are unfamiliar with the average jailbreak enjoyer
ajuc
They are script kiddies ;)
jmcgough
Kind of, but even an average runner can experience a bug or refine a strategy through repeat practice, which they often share with the community through streamed runs or discords.
You tend to have certain people who are more interested in glitch finding and spend most of their focus on that over actually running the game. Then you have TAS runners (often overlap with glitch hunters) who make TAS-only runs to determine what the absolute limit is in a game. Finally, you have the remaining 95% of the community, runners grinding the game over and over.
Strategies from TAS often are repurposed by speedrunners, perhaps most famously in Mario 1 any%, where several strats used by top runners were once considered infeasible for humans.
frosting1337
Vulnerability research, in my experience, has been pretty collaborative and open - especially in the bug bounty space.
fooker
The bug bounty space is incredibly hostile because of the money involved.
Just about every project has a bug bounty, but you'll be hard pressed to find any online discussion about works in progress towards a reportable bug.
poincaredisk
Probably because vulnerability research is binary - you either have an exploitable bug out not. The fact that people write in depth about things they've found means a culture of openness, IMO.
frosting1337
This is true if you're not really known. (Un)fortunately you need a reputation: need to be able to walk the walk if you can talk the talk.
Once you get over that hurdle, collaborating on targets is pretty common. Made $10k USD last month collaborating with someone in another country, in fact.
prophesi
I think if they're active in the speedrunning community, then they're already well aware of this! And for a fun additional example to add to this article, you can often find TAS'ers talking about arbitrary code execution. The legendary GDQ run of TASBot's alternate ending to OoT[0] utiziling an ACE exploit they found in that game absolutely blew me away.
thatswrong0
I love Ocarina of Time speedruns. The sheer level of love that went into that specific run was sooooo beautiful, and like the fact they made it internet live.. via an N64...?
I want to shout out ZFG if ppl arent aware cause he has IMO done the most technically impressive real time speedrun of any game - specifically the 100% SRM run he did is inscrutably insane. But it wasn't just about him - it was an effort by so many people. The number of glitches and exploits that have been found by the community, as well as the NP hard routing and tools created for finding angle perfect setups by various people..
It's straight up community driven exploit art. And it's like yeah, the fastest way to beat the game is to practically manually manipulate memory to redirect specific function calls to give you stuff you need and float around and purposely void out facing exactly a 1/65536 perfect angle setup a hundred separate times to randomly jump around to various rooms in the game?? Wowwwww
And the community around it is so wholesome. The sheer amount of collective curiosity, ingenuity, and effort to dismantle and exploit a 20+ year old game for no other purpose than going fast.. idk. Love it.
Here's a commentated tool assisted human-like run (but not live): https://www.youtube.com/watch?v=R8EE9FXeJnE
And the actual run: https://www.youtube.com/watch?v=Sdxdwnpi-wU
chamomeal
I forgot the details, but I think I saw a YouTube upload of a streamer who wrote flappy bird into super Mario by like… jumping at apples at specific times. Or some weird thing like that lol. I’ll try to find it later on my computer
janetmissed
https://youtu.be/hB6eY73sLV0?si=pF-etE5W-xZhoVBf
here is the link for anyone curious
Cockbrand
Just when I thought I’d seen it all...
Thank you for sharing this!
Dwedit
That would be SethBling who performed that.
GuB-42
Shells, not apples. Making it an actual shellcode!
cryptoegorophy
TAS, GDQ, OoT, ACE WDTAM?
babarock
TAS: Tool-Assisted-Speedrun. A kind of speedrunning, where control inputs aren't given by humans, but are carefully pre-programmed into a bot that will replay them. This allows to do things that would otherwise be veeeeery difficult (and sometimes impossible) for humans.
GDQ: Games Done Quick, the name of the Youtube channel.
OoT: Ocarina of Time, a beloved Zelda game from the 90s.
ACE: Arbitrary Code Execution. A vulnerability that lets you run whatever you want. You can use it to skip huge parts of the game, therefore achieving the fast speedrun
MrCheeze
I've wondered myself why there's so little overlap between these two closely related interests of mine. Some of it seems to be the "But I don't want to cure cancer. I want to turn people into dinosaurs." effect, where some of the people working on exploiting games ONLY care about what can be done in their one game of interest - it doesn't always generalize to interest in using the same techniques against everything else.
Of course there's also the fact that exploiting 20-30 year old games is just vastly easier than modern software, due to the total lack of mitigations in them. And that's on top of the fact that with popular games, you're building on decades of reverse engineering work rather than (potentially) starting from scratch. And the arguably superior toolset (savestates etc).
But I think a very big factor is the one this blogpost is trying to address - most people just don't know anything at all about the vuln research industry, which is not exactly searching for attention in the ways that speedruns broadcast to hundreds of thousands of viewers for charity are.
orbital-decay
Because actual gaming vulnerability researchers that do know who they are are called cheaters and are mostly active in cutthroat PvP games, not single player ones. Just ask the developers of Rust (the game, not the language), they know everything about it. They were one of the very few devs to ask the community to do what all communities in such games always do anyway - find exploits and glitches, and publish them on Youtube. As a result, they ended up with a game that is pretty robust to item duplication and general exploits.
julianeon
Actually this implies there's probably an opening in YouTube for someone to make vulnerability videos in the style of speed run videos. And then poaching some of that audience, and riding the sponsorship opportunities. Not my skillset but yeah, I could definitely see that working.
minimaxir
For HN reference, MrCheeze is well known and has done quite a lot of work over the years glitch-hunting in older games. (and is cited in the SethBling video posted several times in this thread)
Boldened15
Since speedrunners who find glitches are obviously very technical, do they usually already have some sort of day job in tech? I imagine it might be easier and just as lucrative to work on some CRUD app 9-5 and devote the rest of their time to research/streaming, and may be preferable to overloading their brain with even more of the same kind of research.
effortfeedslazy
I know a speedrunner who turned down a promotion beyond their data job because they were in a role that they already had automated a large chunk of, and wanted to stay in it so they could keep pretending to be busy at work while instead practicing speedruns.
MrCheeze
As an n=1 data point, that was my exact situation for a while. Also a lot of the people who put out high effort stuff are college students, which works for the same reason.
More interestingly and more surprisingly, some of the people who work on exploiting games _don't_ do any sort of tech work and have no background in compsci - they're purely self educated just for the sole purpose of breaking the one game they're interested in. This was the case for some of the biggest contributors to ACE in Zelda Ocarina of Time.
tptacek
This is absolutely and obviously true. Vulnerability researchers watch tool-assisted speedrun videos with jealousy. Side-note: when we did Microcorruption, game devs outperformed everybody but elite vuln researchers.
chc4
Microcorruption is basically just a Zachtronics game, if you squint, which I always thought was a fun framing. Reading the blog posts about Starfighter/Stockfighter definitely made me think of video game style exploits, too, if not the same type of glitches. Video game players love to find ways to sell items to NPCs and then buy them back at a lower price for infinite money...
Graziano_M
I got more satisfaction out of solving the last level of micro corruption than I probably have from beating any game.
tptacek
That rules. That last level was Nick Carlini and Hans Nielsen, both of whom have done awesome things since then; we just interviewed Nicholas on cryptanalytic attacks against LLMs:
https://securitycryptographywhatever.com/2025/01/28/cryptana...
Graziano_M
Will give it a listen!
And for posterity, I wrote up my solution: https://grazfather.github.io/posts/2018-11-24-microcorruptio...
nonrandomstring
No doubt about this. Game-devs, modders, map-maker/hackers get hands on such a breadth of skills (graphics, sound, scripts, network) inside a contested environment that means a lot to them they naturally feel at home in cybersec.
davedx
I watched the world record speedrun of Subnautica the other day and someone was kind enough to have posted a comment with a full list of all the bugs he exploited to beat the game in 28 minutes.
It was quite mind boggling. When I played the game I barely encountered a single bug or glitch - it seemed pretty polished! - but in actual fact there were 100’s of outstanding bugs, years after the game’s release and multiple updates.
oasisaimlessly
I assume this is the speedrun you're talking about: https://www.speedrun.com/subnautica/runs/ylp925xm
If you look in the top-right corner at 0:19, the build being played is "Sep-2018 61056", strange for a Dec 2024 speedrun. Presumably that specific old version was used because the glitches it relies on have been fixed in current versions.
chc4
A lot of speedruns will not only use specific versions of online patchable games, but old games will have players use specifically Japanese or European physical copies for the same reason: there are glitches that are only present on the Japanese version of Pokemon Red/Blue that were fixed for the NA release, for example. Some of the time it gets really weird, like people specifically using the Wii Virtual Console re-release of a game in order to take advantage of its emulator being different from physical hardware - which is (usually) allowed, because it's still an "official release".
n_plus_1_acc
Sometimes simply because the japanese Text is shorter, taking less time to display. And there are also games that run at different speeds on NTSC vs PAL versions.
0cf8612b2e1e
Wait, does this mean it is possible to disable the quarantine gun and board the rescue ship instead of building your own rocket?
rat87
It's doubtful that there is one piece of software that does anything non trivial that has bugs, even short command line programs. The best we can hope for is that bugs don't seem to cause too many problems.
eru
> It's doubtful that there is one piece of software that does anything non trivial that has bugs, even short command line programs.
TeX and Metafont and other Knuth programs come pretty close.
There's also programs that have been proven correct. (And the proof systems themselves are usually fairly small and can have multiple independent implementations. Or at least the core of these systems that everything hinges on.)
eat
The important distinction, and where the comparison might fall short as the job-advertisement purpose of this post, is motivation. Speedrunners enjoy games because games are fun. Speedrunners get to actually use these vulnerabilities in a way that is meaningful in their lives, whereas vulnerability researchers typically don't.
This is an observation about cyber security in general, but in my experience, bug hunting and reverse engineering require a lot of tenacity at a level that writing software and other areas of IT do not. I think tenacity is a difficult thing to summon if your only tangible motivation is a salary, the target software is intrinsically boring, and you know that you'll be rewarded whether or not you find the bugs.
joshdavham
Interesting article!
Though it's too bad that cyber security is not as intrinsically fun and interesting to a lot of speed runners as video games. A large part of what allows speedrunners to spend hours searching for glitches and exploits in these games is that they're having an absolute blast while doing it! Also exploiting glitches in decades old games is generally pretty accessible and doesn't have a high barrier to entry like cyber security.
pdpi
At its most extreme, this crossover gets you things like arbitrary code execution on Super Mario World.
EDIT: There was supposed to be a link here. https://www.youtube.com/watch?v=jnZ2NNYySuE
tbalsam
I'm a speedrunner, and I'm pretty sure this is well known -- and accepted as standard in some categories! It's a pretty well accepted standard (to the point of the headline being almost a mild offense!).
In the gaming world, undefined software behavior is critical to this sort of thing, we see this especially in some games like the legendary exploits found in the Ocarina of Time speedruns for example.
I mean, in Super Mario World, SethBling did code injection to manually run a version of Flappy Bird (how ironic given the origin of the pipes!) in the game. By hand. No savestates. It took forever and the run through is really and truly fascinating: https://youtu.be/hB6eY73sLV0?si=nIP07o_fa6O9rauW
I speedrun things other than games as well -- and so the generalization is not just that we are security researchers, we are people who fundamentally learn the "shape" of a thing very, very well, and ways that this shape can be used to get from one state on that shape to another.
In conclusion -- yes, it can be something as simple as security research! But the joy and the beauty of speedrunning is something so much bigger and beautiful than that -- though it certainly is one outcome that can be had!
egypturnash
Opens with an AI-generated image, I'm gonna assume the text is from the same source and close the tab.
Dwedit
Also no author listed on the article. Just "a Senior Cyber Engineer".
RIMR
Not just an AI-generated image. A hideous AI-generated image.
There's low-effort, and then there's nearly-no-effort, and 100% I assume that the text of the article is equally garbage.
null
klysm
This is an interesting premise. I especially like framing speed runners as researchers
echelon
It's a super interesting premise, and I like it too.
We should distinguish those in the community that actually discover new glitches from those who simply practice what others have uncovered, though. Those aren't always the same person.
chc4
Yeah, there's definitely shades. I think for most games the people who find glitches and drive forward this kind of research usually aren't actually that good of runners themselves. But for TAS runs, where there isn't as much of human skill component and technical execution is more important, they're usually closer aligned. And in any case the speedrunners and glitch discovery people are all in the same discords together talking about the game.
terpimost
Antithesis is using this idea to improve its bug-finding product: https://antithesis.com/blog/zelda/
The metaphor is a bit stretched for the purposes of content marketing a startup. The major difference between vulnerability researchers and the speedrunning community is that speedrunning is highly collaborative and open. There are massive speedrunning Discord communities for each game, and even before Discord existed, tricks and hacks were discovered iteratively just by many people watching other people do them often unintentionally and trying to figure out how they work (a common trend in every Summoning Salt video).
Nintendo doesn't care if people find ACE in decade-old games (usually) and post decompiled versions of games on GitHub so people can find out how they tick, but vulnerability researchers can't do that unless they want to risk causing a legal shitstorm.