Joined March 2024
15 Photos and videos
Jun 9
Very clever way of weaponizing a Bad Behavior, and an even more clever way of turning it into a zhero click SXSS. Research Review. youtu.be/OtjTN3qPrsw

New short article on a real-world exploitation case rather than pure research, demonstrating how a specific mistake in Next.js can lead to a systematic zero-click SXSS on its latest versions (w/@inzo____): Re:CACHE - Excessive reflection, type confusion, and 0-click SXSS on Next.js zhero-web-sec.github.io/rese…
1
16
1,883
Jun 2
Found out I had this RR on my disk from March when I was getting way too excited about the RCE technique used here. I'm M̄ista bug isolation right now so we're balling out of the backlog. Research Review. youtu.be/-L60zSztdCU
We've published a new blog post by RyotaK @ryotkak ! He exploited a directory deletion race condition in Google Cloud's Looker, leading to full RCE and K8s privilege escalation. Read the technical details here: flatt.tech/research/posts/re…
1
10
2,913
May 26
Went into this so unprepared to deal with the level of depth and intimacy with this target that was described. Some of the most fun I've had doing any of these. Research Review. youtu.be/_LyGciD1Btw
May 22
StubZero: $148,337 RCE in Google Cloud Production brutecat.com/articles/google…
3
24
3,809
May 19
A while ago, but a pretty interesting write up on a fun Azure bug with some serious impact. Pretty interesting seeing the attempted patches and the bypasses. Research Review. youtu.be/E4tWWveYJCo
14 Jun 2022
One attacker vector closed, addt’l hardening recommended for #SynLapse. Here’s the full technical details in our latest post. Special thanks to Orca Security Researcher @TzahPahima for this important discovery that improves cloud security! orca.security/resources/blog…
1
7
1,253
May 12
If you ever have to tell me hacking bedtime stories, this is exactly the kind of tale I would want to hear. It has a lot of my favorite chain step characters. Research review. youtu.be/HQrrlf0nZAU
Running a Figma plugin is enough to land cross-platform zero-click RCE on Figma Desktop... Read the writeup on the Critical Research Lab lab.ctbb.show/research/figma… And thanks @Dav3nn for the incredible post, what an amazing chain! =)
1
11
69
10,878
May 5
He made the windows hug and now the LLM no longer bullies him by rolling to refuse to cooperate when triage tries to reproduce the bug. Thanks doc. Healing the world one iframe at a time. Research Review. youtu.be/2ZvHGtZuWPU
This time we have a guest blog from @xssdoctor, showcasing a new technique in AI hacking to achieve more consistent exploitation. This was initially a research collision, but XSSDoctor masterfully exploited this in the wild. Link below 👇
1
6
21
3,602
Apr 28
AI pentesting agent XSS findings finished in heavily charred barrels, filtering out harshness while infusing deep, toasted vanilla flavors. This research demonstrates a pattern that leads to some pretty natural and interesting conclusions. Research Review. youtu.be/Bn2UTpdYuIQ
Apr 17
New blog post is out! A few vulnerabilities in Mailcow. A critical unauthenticated XSS, and another interesting Self-XSS escalation involving a Login CSRF with a leftover tab. Check it out: aikido.dev/blog/xss-vulnerab…
1
6
29
4,084
Apr 21
This writeup is crazy. Such a large build up and pushing through so many scenarios where I would have walked away multiple times over. Such a cool final payload that ends up much more concise. Research review. youtu.be/eqqNhsah6Ko

Last year I found a MXSS (dream) bug in a Mail app,it involved bypassing 2 consecutive sanitizers recursive Dompurify calls plus CKEditor.Hope you will like it sudistark.github.io/2026/04/… All thanks to @kevin_mizu for putting such great content around mxss and those bypasses🙇‍♀️
4
51
6,251
Apr 14
Everybody wants to argue about how gif is pronounced but nobody wants to talk about how .svg should be pronounced "savage", cause this bug was pretty savage. Research Review. youtu.be/JylcTc72cMc
Mar 17
Fun parser differential to fallback SVG sanitizer bypass: github.com/freescout-help-de…
1
26
4,287
Apr 11
After receiving a voucher in a giveaway by @ctbbpodcast, I just completed @arcanuminfosec's TBHM course. It strikes a balance between depth and approachability, delivering on both. @Jhaddix is a very knowledgeable instructor with a lot of unique insights to share!
🗣️ ʜᴀᴘᴘᴇɴɪɴɢ ᴛʜɪ𝘴 ᴡᴇᴇᴋ! 𝗧𝗵𝗲 𝗕𝘂𝗴 𝗛𝘂𝗻𝘁𝗲𝗿’𝘀 𝗠𝗲𝘁𝗵𝗼𝗱𝗼𝗹𝗼𝗴𝘆 (𝗧𝗕𝗛𝗠) — 𝗟𝗜𝗩𝗘 Join Jason Haddix as he shares on what’s actually working in 2026. Inside: • Live testing against real-world targets • Automation workflow optimization • Direct access to experienced bug hunters • Ongoing Discord community 📅 April 8–10 ⏰ 10AM–5PM MST Last chance to jump in. 🔗 arcanum-sec.com/training/the…
2
5
26
6,060
Apr 7
I am an ant and this is sugar. Research review. youtu.be/zDKVLjnprnE
@xssdoctor's CSPT research covers eight frameworks: lab.ctbb.show/research/the-d… React Router's .replace(///g, "/") in matchPath has no i flag, so double-decode only works when the F in / is uppercase. This was reintroduced after a previous fix and is still in the codebase. Splat routes (path="files/*") match with (.*) instead of ([^\\/] ), so ../../admin works with zero encoding. Next.js uses the same await params API in page components and route handlers but they do opposite things. Page components re-encode through getParamValue(), route handlers fully decode through getRouteMatcher(). The traversal lands server-side. Ember's normalizePath() re-encodes % after decoding, which accidentally kills double-encoding. Wildcard params skip the final decodeURIComponent entirely, so they need literal ../ instead of encoded payloads. SvelteKit's param matchers reject bad values at the routing level before any load function even runs. Server load functions in page.server.ts bypass hooks.server.ts, so auth middleware won't protect you. Nuxt's island component payload revival (revive-payload.client.js) is a stored CSPT sink. If you can poison window.__NUXT__, the key traverses the $fetch URL. (CVE-2025-59414)
10
89
15,656
Mar 31
Playing 21 questions with the Google Pixel volume trying to divine the true nature of the victim's spirit animal with respect to the trajectory of Mars. Research Review. youtu.be/x6uaDtCy6-c
We took things further in hacking Gemini, and exfiltrated data via... volume settings! We also present a new technique for data exfiltration in LLM-based systems. Enjoy 🔥 Link in comments:
1
5
1,364
Mar 24
Research Review is back! This episode explores how SharkazFR used a really creative technique to escape "sandboxed" file reading code in n8n. youtu.be/fQfYOePoRuk
The Research Lab is on fire this week, we just got a new writeup from SharkazFR: - TOCTOU race condition leads to full ATO on popular open source automation platform n8n lab.ctbb.show/writeups/tocto…
1
13
1,869
Mar 19
🙈
😊
2
12
1,661
Feb 11
Reviewed another very creative piece of research by the @StarstrikeAI team and am sharing another demo tape. Probably going to be a bit of pause due to travel before reaching episode 0 as I work through feedback and refine the format. youtu.be/f8iO3irIdKw

Data Exfiltration in Google Gemini via... phone call? Link in comments:
1
2
14
3,977
Feb 9
Playing with the format of a "Security Research Writeup Deep Dive" series with a bug bounty focus and did a demo episode on this really high quality writeup of a clever bug. Open to feedback on this format before I get to nonnegative episode numbers. :) youtu.be/JqvJSF2UMyY
Part 4 of our Hacking AI Apps series. This time we hacked Google's @antigravity A vuln that let us write files to arbitrary location on the victim's system, leading to RCE just by visiting an attacker controlled website. Hope you guys will like the blog 🙇‍♂️
3
12
71
15,840
1 Dec 2025
Been collecting bugs I document them in my journal 📝
Vega limits what its expression language can do… in theory. @7urb01 dropped two new posts, but I'll let the research title speak for itself. 👀 lab.ctbb.show
1
27
3,526
24 Nov 2025
The writeup for the first challenge is cool, but the first one existed just as a warm up for the actually cool tricks in the second one. Go solve it.
And here's an update on this XSS miniseries by @7urb01! Next week we'll have something even cooler, so GO HACK THIS! lab.ctbb.show/
3
24
4,168
17 Nov 2025
Go hack this. It's cool, and leading up to something cooler.
And there’s a new challenge over at the Critical Research Lab! @7urb01 The writeup drops in a week, can you find the XSS? lab.ctbb.show/research/chall…
3
55
7,700
Imagine Being so Good That Bugs FIND YOU
2
4
75
3,823