top of page

Agenda

Fri, Aug 7

10:00 AM

Village

Talk

Click Me: Turning URI Links into Bug Bounty RCE's

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

10:00 AM - 10:30 AM

Duration

30 mins

Abstract:

Bug bounty hunters often encounter unprotected URL inputs and dismiss them as low-impact findings. This presentation explores real-world Microsoft enterprise application vulnerabilities where custom URI handlers led to remote code execution. Attendees will learn how pivoting from web applications into desktop software can reveal impactful attack paths hidden behind seemingly mundane bugs.

Fri, Aug 7

10:00 AM

Stage

Panel

The Future of Bug Bounty - Program Manager Perspective

Speaker(s):

speaker1Text

Panelists:

Moderator:

Location

Creator Stage 6 (W226-227)

Time

10:00 AM - 11:00 AM

Duration

60 mins

Abstract:

Bug bounty is a proven model, but AI is changing how it runs. Researchers are submitting at higher volumes, LLM-generated reports are making triage harder, and new assets like AI agents and model endpoints are showing up in scope faster than programs can write playbooks for them. This panel brings together program managers from leading bug bounty programs to talk about what they're seeing from the other side of the queue. What has AI actually changed about the reports, the researchers, and the bugs that matter? What should program managers and security teams be doing about it now? And where is bug bounty headed over the next few years? Whether you run a program, hack on one, or want to start one, you'll come away with a clearer sense of what bug bounty looks like today and where it is going.

Fri, Aug 7

10:30 AM

Village

Workshop

Hacking IDE Extensions - VSCode Workshop

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

10:30 AM - 11:30 AM

Duration

60 mins

Abstract:

IDE extensions are a lucrative slice of the modern bug bounty scope. They run with privileged capabilities, parse arbitrary workspace files, and increasingly ship LLM backed agentic features that execute commands, edit files, and follow instructions found in the project under review. AI assistants have become an exploit chain accelerator: agents touch every stage from file ingestion to primitive acquisition to escalation, often with minimal sandboxing. This workshop turns those ideas into hands on practice. Attendees install "Nopilot", a deliberately vulnerable mock AI assistant VS Code extension, learn how to debug it, review code for bugs, and chain primitives from "user opened a folder" to code execution that requires no further interaction and bypasses workspace trust entirely. Built around a generalized IDE exploitation killchain and drawn from a multi-six-figure IDE bug bounty practice. Bring a laptop and curiosity. 


Read the full description here: https://gist.github.com/nickcopi/daf5b24b262c802830ab6c1ef9d5d49d

Fri, Aug 7

11:00 AM

Stage

Talk

The Ripple Effect: Inside Cloud-Scale Vulnerabilities in the Age of AI

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

11:00 AM - 11:30 AM

Duration

30 mins

Abstract:

Bug bounty researchers never see the true impact of their work. You submit a vulnerability report, it disappears into a queue, and eventually get a "resolved." But what actually happened on the other side?  Through a real-world case study, you'll see what happens when a single vulnerability finding hits a cloud provider at scale and keeps going. What makes cloud vulnerabilities fundamentally different from traditional targets? How do you prioritize remediation when the blast radius spans services, regions, and third-party dependencies you didn't know existed? You'll see the crucial trade-offs no one talks about publicly, and a series of challenges that textbook CVD (coordinated vulnerability disclosure) was never designed to handle.  And that challenge is accelerating. AI vulnerability discovery tools are uncovering valid vulnerabilities faster than traditional VDP (Vulnerability Disclosure Program) models were architected to process. The model that worked five years ago is buckling, and its impact is felt across organizations worldwide. Researchers wait longer. Defenders fall behind. The gap between discovery and remediation is widening, and attackers live in that gap.  This talk introduces the 3 Principles for modern VDPs, which were forged from operating vulnerability disclosure at the world's largest cloud infrastructure. These apply whether you're running a program or reporting to one.  Bug bounty researchers will learn what actually happens after you hit submit, and how to write reports that accelerate everything downstream. Defenders will learn how to scale their programs for the velocity that's already here.

Fri, Aug 7

11:30 AM

Village

Talk

Hackbots

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

11:30 AM - 12:30 PM

Duration

60 mins

Abstract:

Building AI-Powered Penetration Testing Bots. 


In this talk, we'll walk through the core design philosophy behind AI hackbots and the architecture that makes them work: single-purpose vs. multi-stage bots, context engineering for targeted prompting, and tool integration with output parsing workflows.  


Then we'll get hands-on. We'll live-build a functional hackbot for a common offensive task — demonstrating asset discovery, endpoint analysis, or mutation-focused testing (e.g., XSS/SSRF) — and show how context engineering and hallucination mitigation work in practice against real targets. You'll see where AI genuinely accelerates reconnaissance and web analysis, and where it falls flat if you aren't careful. We'll close with lessons on cost optimization, auditability, and integrating hackbots into actual engagements.  


Who should attend: Pentesters and bug bounty hunters with offensive security experience who want to meaningfully integrate AI into their workflow — not as a novelty, but as reliable tooling.  


What you'll walk away with: A clear mental model for when and how to build hackbots, a live demo you can replicate, and a path into the full course where you'll build seven production-ready bots from asset discovery through mutation testing.

Fri, Aug 7

11:30 AM

Stage

Talk

Make Money Hacking AI

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

11:30 AM - 12:00 PM

Duration

30 mins

Abstract:

In the past year, I made over $100,000 exclusively hacking AI in competitions and bug bounty platforms. In this talk, I will go over my strategies, my findings, and the techniques that consistently led to high-impact vulnerabilities.   Attendees will leave with a practical framework for getting succeeding in AI competitions and getting into AI bug bounty platforms, as well as producing outstanding, slop-free reports.

Fri, Aug 7

12:00 PM

Stage

Talk

Write Once, Shell Everywhere: Turning Arbitrary File Writes into RCE

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

12:00 PM - 12:30 PM

Duration

30 mins

Abstract:

Arbitrary file write bugs are often treated as “almost critical” findings: interesting, dangerous, but most times it’s hard to prove impact when the target does not let you write a web shell to an obvious location or overwrite some magic configuration file to achieve code execution. This talk is about closing that gap for black box approaches.  Instead of focusing on a single framework, we will present novel primitives that will make you able to pop shells across the most popular programming languages and frameworks in different ecosystems, all with as little information as possible about the target application.  The session will start by assessing the current state of the art of arbitrary file write in bug bounty style scenarios. This will set the stage for the rest of the talk as we will start building a methodology to correctly identify exploitation capabilities and obtain as much information as possible about the target.  From there, we will move into showcasing new techniques to abuse file write primitives and achieve the ultimate goal of code execution. We will go over novel techniques that apply both to the most popular interpreted languages and to the most used runtime environments.  Bug Bounty Hunters who join this talk will not only leave with fresh techniques to apply in their engagements, but with a reusable mental model for identifying their target’s execution context and proving maximum impact when faced with arbitrary file write scenarios.

Fri, Aug 7

12:30 PM

Village

Workshop

AI Hacking Workshop: Bug Bounty Edition

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

12:30 PM - 01:30 PM

Duration

60 mins

Abstract:

This workshop provide hands-on labs plus for turning a prompt injection into a real, reportable bounty, specifically the exfiltration step that bridges "I made the AI say something weird" and "I exfilled PIIsystem prompts to my server ." We cover injection vectors hackers actually encounter on agentic apps (calendar invites, emails, markdown rendering, DNS-based egress) and the patterns that get programs to pay.

Fri, Aug 7

12:30 PM

Stage

Talk

Beyond Theoretical Risk: How Cache Poisoning Escalated to Critical Account Takeover in TikTok’s Web Infrastructure

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

12:30 PM - 01:00 PM

Duration

30 mins

Abstract:

Web cache poisoning is often written off as a class of vulnerabilities with limited real-world impact. Most reported instances only expose non-sensitive user metadata, cause temporary, minor disruptions to static content, or require such narrow, impractical conditions to exploit that they rarely move beyond theoretical proof-of-concept. For TikTok’s Vulnerability Management team, this framing shaped our initial approach to triaging cache poisoning submissions for years—until two radical researcher submissions upended that assumption entirely, proving misconfigured web caches can undermine every pillar of the CIA triad (confidentiality, integrity, availability) to enable catastrophic, scalable harm. In this talk, we’ll start with a foundational breakdown of web cache poisoning: common misconfigurations (from flawed cache key logic to mishandled origin headers) that enable exploitation, and the limited impact profiles that led our team (and many in the bug bounty ecosystem) to historically deprioritize these flaws. We’ll then deep dive into the game-changing submissions that reshaped our security posture and why security teams and bug bounty hunters must re-evaluate how they assess cache poisoning risk—moving past surface-level assumptions about limited impact to audit for hidden, critical exploit pathways. Whether you triage web vulnerabilities, build global web infrastructure, or hunt for bugs at scale, this session will equip you to spot and remediate cache poisoning risks before they’re weaponized against your users.

Fri, Aug 7

02:00 PM

Village

Panel

Navigating AI-Assisted Submissions

Location

Bug Bounty Village (W206-W207)

Time

02:00 PM - 03:00 PM

Duration

60 mins

Abstract:

Recent advances in AI have dramatically reshaped the landscape of offensive security and bug bounty hunting, and nowhere is that shift more visible than in the report submissions themselves. AI-assisted reports are forcing the industry to confront familiar questions of scale, scope, and structure in new ways: from triage bottlenecks to signal-to-noise ratio to how "quality" is defined when a hunter's tooling has changed.


This panel examines that shifting ground from the perspective of the bug bounty platforms themselves. Drawing on the experience of platform leaders navigating this transition firsthand, attendees will gain insight into the challenges AI-assisted submissions are creating, the solutions platforms are implementing in response, and practical guidance on how hunters can adapt their workflows to succeed in 2026 and beyond.

Fri, Aug 7

02:00 PM

Stage

Talk

AI Nightmare: Hacking at 0-Hour

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

02:00 PM - 02:30 PM

Duration

30 mins

Abstract:

Many of us have heard that AI is just hype. But is that really the case? In this talk, Pedro “drop” Paniago walks through the experiment he conducted by applying AI to his bug bounty methodology, resulting in findings worth $50K in just a few weeks. Through real examples, lessons learned, current limits, and practical tips, he explores the impact AI is already having on bug bounty and security research.

Fri, Aug 7

03:00 PM

Village

Talk

a [REDACTED] history of this hobby

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

03:00 PM - 04:00 PM

Duration

60 mins

Abstract:

Bug bounty has had a weird public story: in the open it looks like a leaderboard and a payout chart, but most of the meaningful change happened behind closed doors in private programs, internal playbooks, and the slow professionalization of triage. We give a clean mental model for what changed, what stayed the same, and which myths keep wasting everyone’s time. With some stories that people may have never heard.

Fri, Aug 7

03:00 PM

Stage

Talk

Cache Key Injection: Smuggling Poison Through the Door

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

03:00 PM - 03:30 PM

Duration

30 mins

Abstract:

Cache poisoning research has long centred on unkeyed-input injection. The next cache poisoning vulnerability may not come from unkeyed input, but from what is mistakenly included in the cache key itself. This talk explores a lesser-known attack path: cache key injection caused by subtle cache misconfigurations that allow attacker-controlled values to influence keyed cache components. By triggering cache key injection, attackers can perform cache key collisions, leading to cache poisoning and impacts such as CPDoS, cache deception, and stored XSS through poisoned cache keys. I’ll show how these collisions can be identified, how they can be exploited to achieve impact, and the mitigations that can be implemented to prevent cache key injection.Cache poisoning research has long centred on unkeyed-input injection. The next cache poisoning vulnerability may not come from unkeyed input, but from what is mistakenly included in the cache key itself. This talk explores a lesser-known attack path: cache key injection caused by subtle cache misconfigurations that allow attacker-controlled values to influence keyed cache components. By triggering cache key injection, attackers can perform cache key collisions, leading to cache poisoning and impacts such as CPDoS, cache deception, and stored XSS through poisoned cache keys. I’ll show how these collisions can be identified, how they can be exploited to achieve impact, and the mitigations that can be implemented to prevent cache key injection.

Fri, Aug 7

03:30 PM

Stage

Talk

Hunting for Cryptographic Ghosts: A Bug Hunter’s Guide to Signature Malleability and Replay Attacks in EVM Bridges & Multi-Sigs

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

03:30 PM - 04:00 PM

Duration

30 mins

Abstract:

In the realm of Web3 bug bounties, smart contract logical flaws are highly sought after, but the most devastating, seven-figure bounties often lie within fundamental cryptographic implementation errors. Specifically, ECDSA signature malleability and faulty multi-signature threshold state management are responsible for the biggest bridge drains in history. Yet, many traditional bug bounty hunters steer clear due to the perceived mathematical complexity. This presentation demystifies these high-value bug classes. We will break down exactly how the EVM processes cryptographic signatures (ecrecover), how the mathematical symmetry of elliptic curves allows a single valid signature to be altered into a second, legally distinct signature, and how this can be weaponized to bypass multi-signature validation logic. Attendees will walk away with an actionable, repeatable hunting methodology, custom scripts to automate signature vulnerability testing, and real-world case studies of massive payouts achieved without looking at single line of standard frontend code.

Fri, Aug 7

04:00 PM

Village

Talk

Hacking Human-in-the-Loop systems

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

04:00 PM - 05:00 PM

Duration

60 mins

Abstract:

Customer support has always been a numbers game: high message volume, repetitive questions, and constant pressure to respond faster. Most organisations handle this through ticket portals, shared mailboxes or live chat tools. These systems were built around people reading messages and people taking action. That model is disappearing. To keep up with demand, support platforms now embed AI agents that read incoming messages, suggest replies, search internal knowledge pages and even interact with backend systems. They reset accounts, schedule refunds, modify settings and verify users before a human ever looks at the conversation. The human is still in the loop, but rarely in full control. Connecting a language model to business logic has a side effect. It turns text into a control layer. Messages no longer just inform a conversation; they influence actions. If an attacker can shape those messages, they can shape what the agent does. In security terms, that creates a new attack surface that did not exist when humans handled every request. This session examines how that surface is exploited in practice. The findings come from real vulnerability reports against production AI support systems that accept contact from the public. The attacks require no insider access. They target the assumptions that connect users, agents and operators, and they convert helpful automation into unintended system access. The examples that follow show how the trust built into these systems can be bent until it breaks.

Fri, Aug 7

05:00 PM

Village

Talk

Beyond Normalization: The Expanding Unicode Attack Surface

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

05:00 PM - 06:00 PM

Duration

60 mins

Abstract:

Unicode exploitation does not end with normalization. Modern web applications process input through layered pipelines: URL decoding, UTF-8 validation, WAF transformations, framework parsing, surrogate handling, database collation, HTML entity decoding, and increasingly, LLM preprocessing. Each layer implements subtly different assumptions about character validity and equivalence. When those assumptions diverge, security boundaries fail. Building off our popular Black Hat USA 2025 Unicode Briefing, we have continued our research into the complex world of Unicode processing. This research exposes a new class of Unicode pipeline vulnerabilities that extend far beyond canonical normalization issues. We demonstrate how attackers can weaponize illegal UTF-8 sequences to break RE2 validation, exploit surrogate-to-replacement conversions (U+FFFD) to alter semantics, abuse hex overflows to generate filtered characters, and bypass __Host/__Secure cookie protections via Unicode whitespace desynchronization. We show how MySQL zero-weight collation rules enable filter bypasses even after normalization, how WAF/browser canonicalization mismatches lead to XSS and RCE (including analysis of CVE-2025-55182), and how invisible Unicode variation selectors can jailbreak LLMs or conceal supply chain malware. Using real-world telemetry, live demonstrations, tooling updates and hands-on lab environments, this Briefing reframes Unicode as a distributed parsing vulnerability class, not a character encoding footnote. Unicode is no longer just a normalization problem. It is an architectural attack surface.

Sat, Aug 8

10:00 AM

Village

Talk

Turning Recon Coverage into Bug Bounty Signal

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

10:00 AM - 10:45 AM

Duration

45 mins

Abstract:

Bug bounty programs increasingly face a paradox. While organisations have more tooling than ever to enumerate their internet-facing services, yet both hackers and program owners still miss real, reportable vulnerabilities, especially in volatile, sprawling environments. As the time to discover and exploit vulnerabilities collapses, effective asset discovery has become more urgent. This talk shares outcomes from the CrowdRecon initiative: a recon-first approach designed to demonstrate the true value of hacker reconnaissance, over and above what scanners and attack surface management solutions typically deliver. We’ll show how recon, when treated as a disciplined, repeatable workflow (not “spray-and-pray” enumeration), produces measurable advantages across the vulnerability lifecycle: - Pre-vulnerability discovery: uncovering unknown, shifting, or mis-modeled assets (and the fragile trust assumptions around them). - At-vulnerability discovery: increasing the odds of finding real exploitable paths by mapping relationships, auth boundaries, and “hidden surfaces” that scanners miss. - Post-vulnerability context: accelerating impact validation and exploitability assessment with recon artifacts that explain why this system matters and how it is reachable. Outputs: - Examples of coverage gained (new endpoints, subdomains, environments, and trust paths) that were not represented in conventional inventories. - Patterns of high-signal recon artifacts that correlate with meaningful bounty submissions. - Common failure modes of scanner-only and AI-only approaches, and how recon closes the gap. The goal is to give bug bounty practitioners, hackers, program managers, and triage teams, an actionable mental model and set of techniques for building a “flywheel” that improves discovery without compromising ethics. An open Q&A session at the end aims to drive discussion on opening recon information to all hunters. Democratised recon.

Sat, Aug 8

10:00 AM

Stage

Talk

Shadow Webhooks: Hunting for Dangling Event Listeners in Enterprise Workspaces

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

10:00 AM - 10:30 AM

Duration

30 mins

Abstract:

Enterprise SaaS environments accumulate webhooks faster than teams can track them. Slack apps, Teams connectors, Jira automations, GitHub webhooks, CI/CD callbacks, monitoring alerts, and abandoned integrations often remain active long after the receiving service, repository, domain, or owner disappears. These forgotten event listeners can become quiet security liabilities: they may leak event payloads, accept forged messages, expose secrets in callback URLs, or create takeover paths when linked infrastructure expires. This talk presents a practical bug bounty methodology for finding and reporting “shadow webhooks”: trusted event connections that still exist inside an enterprise workspace but no longer have a clear owner, valid destination, or reliable validation model. I will cover how to inventory webhook surfaces, classify destination risk, fingerprint abandoned endpoints, identify dangling domains or retired cloud functions, test signing and replay behavior safely, and prove impact without collecting real third-party data. The demo uses a controlled lab that models common workflows across source control, ticketing, chat, and CI/CD systems. One webhook points to a retired destination. Another accepts events without strong signature validation. The audience will see how synthetic project events and incident notifications can reach the wrong endpoint, how weak validation allows forged events, and how the issue should be documented for a bounty program. The talk also covers what makes a webhook finding triageable: affected asset, trusted event source, destination ownership, payload sensitivity, validation weakness, and business impact. For defenders and program owners, it provides controls for webhook inventory, owner mapping, event signing, secret rotation, endpoint expiration, and domain lifecycle monitoring. The goal is to turn forgotten webhook exposure from a vague SaaS hygiene issue into a clear, reproducible bug bounty finding.

Sat, Aug 8

10:30 AM

Stage

Talk

Testing API Business Logic With AI Agents: What We Got Wrong First

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

10:30 AM - 11:00 AM

Duration

30 mins

Abstract:

Automating API security testing sounds straightforward until you try it on an enterprise API with complex auth and business flows. Over the past year, we've been building AI agents to test business logic vulns. This talk is an honest account of what we got wrong in that process. We'll cover 3 specific failures: testing before we understood resource relationships (and what that did to our IDOR detection), over-relying on agents for things deterministic methods handle better, and ignoring domain context until it became impossible to ignore. Each failure changed how we built the system. Some of the lessons were obvious in retrospect. The goal is to give anyone working on similar problems an honest look at where automated business logic testing actually breaks down and why the gap between a clean test env and an enterprise API might be harder to close than it looks. Participants will understand why business logic flaws are different and how to use agentic architecture to detect them.

Sat, Aug 8

10:45 AM

Village

Talk

You’re Invited to Get Hacked: Real-World Exploits in Modern Invitation Systems

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

10:45 AM - 11:30 AM

Duration

45 mins

Abstract:

Invitation flows are designed to maximize growth, not withstand attackers, and that makes them a goldmine for security researchers. Hidden behind trusted onboarding journeys are assumptions about identity, unchecked state transitions, and high-impact vulnerabilities that automated scanners routinely miss. In this talk, I'll walk through three real-world disclosures that led to account takeover, stealthy privacy manipulation, and permanent account lockout. You'll leave with a practical methodology for uncovering these overlooked flaws and a fresh hunting ground that many researchers still ignore. If you've been skipping invitation flows, you've been leaving money on the table.

Sat, Aug 8

11:30 AM

Village

Workshop

De-Sloppify: Your AI Needs a Proxy

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

11:30 AM - 12:30 PM

Duration

60 mins

Abstract:

In the workshop we will explore how to setup yourself for success with AI agents by using a tight integration with your proxy of choice. We will start with why you would want to use a proxy with AI agents (Scoping, Guardrails, Human-in-the-loop, Tool provider) and then showcase multiple ways to achieve the integration (MCP, Skills, Plugins). It will use Caido for the workshop but the concepts will be applicable to all proxies.

Sat, Aug 8

12:00 PM

Stage

Talk

Killing AI Slop: A Multi-Model Orchestration Framework That Only Reports Findings It Can Prove

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

12:00 PM - 12:30 PM

Duration

30 mins

Abstract:

AI-assisted bug hunting has a reliability problem. Modern models can generate convincing vulnerability reports, but many fail under validation. They reference non-existent endpoints, unreachable exploit paths, or attack chains that break when tested against the target. As a result, triage teams spend increasing time reviewing low-quality submissions, while researchers struggle to separate genuine vulnerabilities from model-generated noise. This talk presents a multi-agent bug hunting framework built around a simple principle: a finding is not considered valid until it has been reproduced against the target. The goal is to improve the quality and reliability of reported findings. The process begins with understanding the target. Before testing starts, the framework analyzes JavaScript, API specifications, documentation, authentication flows, endpoints, parameters, and technologies to build a structured model of the application. This enables agents to reason about the actual attack surface rather than relying on assumptions. An orchestrator coordinates specialized agents operating from a shared understanding of the target. Candidate findings are routed through a central coordination layer that manages context sharing and eliminates duplicate results. To improve decision-making and reduce hallucinations, the agents leverage a RAG engine backed by publicly disclosed vulnerability reports and security research. Every candidate finding passes through a verification stage that evaluates application-specific context, observed behavior, and supporting evidence. Findings that pass validation are further tested to determine their maximum practical impact before being reported, while non-actionable and expected behavior is discarded. The presentation covers the architecture, orchestration model, and verification workflow, providing practical guidance for building AI-assisted security tooling that prioritizes evidence over assumptions.

Sat, Aug 8

12:30 PM

Village

Talk

Better Bug Hunting on AI Products: A VRP Lead’s Perspective

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

12:30 PM - 01:30 PM

Duration

60 mins

Abstract:

At Google, we receive hundreds of reports per week (not exaggerating) that claim to identify vulnerabilities in our AI products. However, only a tiny fraction of those (<1%!) will receive a reward. But there is hope! When we break down the reasons so many reports are rejected, nearly all of them fall into a few common categories that make them invalid. Join the Technical Lead of Google’s AI Vulnerability Reward Program to walk through these common pitfalls, learn how to bug hunt more effectively on AI products, and hopefully, take home more bounties for your efforts. Outline I. Introduction Self intro, discuss the interest in AI VRP, introduce the problem of low success rates for researchers II. Overview of Google AI VRP - Brief program history, overview of triage/reward process - Explain VRP scope/rewards: In-Scope: Security vulnerabilities (Rogue Actions / Sensitive Data Exfiltration); Some AI Abuse categories Out-of-Scope: "AI slop," simple alignment bypasses, or jailbreaks that do not result in a direct security impact on user data. III. Common Mistakes - Jailbreaks/Safety: Getting an LLM to generate "bad" content is not a security vulnerability we reward through the program (please report in-product!). - Self-pwns: Reports are over-reliant on social engineering or have unconvincing attack scenarios - Ignoring Context: Misunderstanding "sensitive data" versus expected model behavior. IV. Better Bug Hunting - Direct and Indirect Prompt Injection: Reviewing (un)successful AI VRP reports - Our programs look for indirect prompt injection attacks; this isn’t always easy to understand - Note: This section will include details from a recently rewarded and disclosed AI VRP report [details TBC pending researcher/corporate comms approval] - Clear and Actionable Reporting: - We want to help teams fix bugs quickly; you can help us do that by writing clear and actionable reports - Reproduction can be challenging due to non-determinism V. Conclusion / Q&A

Sat, Aug 8

12:30 PM

Stage

Talk

Eating Our Own Dogfood: Running a Bug Bounty Program on a Bug Bounty Platform

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

12:30 PM - 01:00 PM

Duration

30 mins

Abstract:

At HackerOne, the same community that submits vulnerability reports also tests the platform they use to report them. Every report becomes a live stress test of our product, workflows, assumptions, and newly shipped features. 


In this talk, a Senior Triage Lead and a Product Security Engineer share what we learned from running HackerOne’s own bug bounty program while shipping GraphQL features, AI-assisted tooling, disclosure workflows, and platform-scale infrastructure changes. 


Using three real disclosed reports, we walk through how seemingly small bugs escalated into platform-wide security lessons: 

  1. An Elasticsearch query parameter that enabled metadata enumeration through raw script execution. 

  2. A PDF export feature that unintentionally exposed internal triage activity. 

  3. An AI agent that exposed non-public report metadata because a researcher asked the right question. 

We will show how reports move from submission to validation, severity debates, engineering response, remediation, retesting, and disclosure. We will also discuss how we use our own program as a testing ground for AI-assisted triage, automated validation workflows, and disclosure policies before rolling changes out more broadly. 


This is not a “how to run a bug bounty program” talk. It is a behind-the-scenes look at what happens when hackers continuously attack the bug bounty platform itself and how that pressure forces rapid security evolution. Attendees will leave with practical lessons on: 

  1. building tighter triage-to-engineering feedback loops, 

  2. handling modern attack surfaces like GraphQL and AI agents, 

  3. scaling remediation without losing researcher trust, 

  4. and turning bug bounty programs into product improvement engines instead of passive inboxes. 

All case studies are based on disclosed HackerOne reports. No customer data was accessed or exposed.

Sat, Aug 8

02:00 PM

Village

Talk

Exfil Everything: A Year of Stealing Data from AI Agents

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

02:00 PM - 02:30 PM

Duration

30 mins

Abstract:

For two decades, XSS was the king of data theft — exploiting trust boundaries in a victim's browser to exfiltrate sensitive data and perform malicious actions. AI-powered interfaces have introduced new ways to deliver XSS to victims alongside an entirely new bug class that has emerged as the most impactful vulnerability pattern in modern AI applications. The parallels between XSS and AI data exfiltration are striking — both exploit trust boundaries to force a system into performing unintended actions on behalf of a victim but the attack surface in AI is broader, spanning web interfaces, mobile apps, wearables, and any client consuming agent output. The exfiltration channels are diverse: markdown image rendering, iframe and HTML tag injection, sandbox escapes, native platform connectors, network connectivity tools, javascript: URI schemes, link unfurling side channels, MCP server poisoning, and multi-step agent tool-abuse chains. In this talk, two bug hunters who've spent the past year exploiting these vulnerabilities across production applications break it down and walk through real attack chains, demonstrate how we bypass common mitigations and share the bypass techniques we've developed. We'll cover how to threat model AI applications, identify viable attack paths, and select delivery mechanisms to weaponize end-to-end exploits. Beyond offense, we'll discuss the mitigations we've encountered, what actually works, what doesn't, and emerging trends in agentic AI and autonomous tool use mean for the next wave of vulnerabilities hunters should be watching for. Leave with: (1) a clear mental model of AI data exfiltration as a bug class and how it relates to familiar web primitives, (2) concrete attack techniques and bypass methods, (3) practical threat modeling for identifying exfil paths in AI agents and applications, and (4) visibility into upcoming trends and bug classes they should be hunting as AI systems gain more autonomy and connectivity.

Sat, Aug 8

02:30 PM

Village

Panel

Bots, Bounties, and Bullshit: An Honest Panel on AI in Hacking

Speaker(s):

speaker1Text

Location

Bug Bounty Village (W206-W207)

Time

02:30 PM - 04:00 PM

Duration

90 mins

Abstract:

AI has landed on both sides of the bug bounty table at once. Hackers are being told to use it, programs are drowning in the slop it produces, and a whole new attack surface, agents, RAG pipelines, and tool-calling LLMs, just showed up in scope.


This panel brings together working hackers who run AI in their daily flow, LLM security researchers who break AI for a living, and a moderator who has spent a decade in the scene. In 45 minutes they cut through the hype and get specific: which parts of recon, review, and reporting AI actually handles, how to hack the LLM-backed apps now in scope and get paid for it, and why the real edge isn't ChatGPT but the private agents and skills hackers are quietly building to turn one good idea into a hundred bugs.

Sat, Aug 8

04:00 PM

Village

Workshop

Burp, But Yours: Hands-On Extension and Bambda Development

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

04:00 PM - 06:00 PM

Duration

120 mins

Abstract:

Ever found yourself scrolling through thousands of requests looking for the few that matter? Repeating the same checks across every target? Wishing Burp Suite would automate part of your workflow?


This hands-on workshop teaches bug bounty hunters how to build Burp customizations that surface valuable signals and eliminate repetitive work.

Sun, Aug 9

10:00 AM

Village

Talk

AI Cuts Both Ways: Using AI to Find More Bugs, and Finding the New Bugs AI Creates

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

10:00 AM - 10:30 AM

Duration

30 mins

Abstract:

AI is reshaping bug bounty from both sides: how hunters use it to find more bugs, and the brand-new bug classes it creates in production. Built on Hazem Elsayed's (@hacktus) research and presented by Ciarán Cotter (@monke), who delivers the talk on stage and brings additional cases from his own AI security work.

Sun, Aug 9

10:00 AM

Stage

Talk

Skill Issue: A Recon Story

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

10:00 AM - 10:30 AM

Duration

30 mins

Abstract:

For ten years we told every hunter the same thing: learn the bug classes, grind the labs, memorize the payloads. It built a generation of hackers, and the perfect training set. Every writeup, every PayloadsAllTheThings entry, every CTF solution is now fuel for a model. 


We documented exploitation so well that we automated ourselves out of the easy half of the job.  I'm not mad about it. It was always going to happen. The bottom of the funnel, the known classes on known surfaces, belongs to the swarm now. If your edge is running the same templates against the same assets, you are racing a machine that never sleeps. You lose that race.  So where did the human edge go? 


Upstream. To recon.  Recon never got written down the way exploitation did. The intro stuff did: run these five tools, pipe it into httpx. But the part that actually finds the bug, the judgment about which of forty thousand assets is worth your night, the instinct for where an org cut a corner, the pivots that surface the forgotten staging box, that part lives in people's heads. It is tribal. It moves through private channels and bar talk at cons. A model cannot train on what was never published.  Recon is the last moat, and the moat is built from information asymmetry, not skill. It keeps paying not because hunters are smarter than the bots, but because hunters know things the bots were never told. Every time someone publishes a technique, the moat drains a little. It refills faster than it drains, because the people who hold the best recon rarely have a reason to write it down.  I will make that concrete, not philosophical: the categories of recon that resist documentation, why scanners miss them (tools enumerate, humans interpret), and where to point your attention in 2026. Then I give away one or two techniques not in the standard rotation, walked end to end, with the reasoning, not just the command. You leave with something you can use that night.

Sun, Aug 9

10:30 AM

Stage

Talk

Slop Spotting, Using Rules to Detect AI Slop for Bug Bounty

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

10:30 AM - 11:00 AM

Duration

30 mins

Abstract:

curl ended its HackerOne program in January 2026 after a steep rise in AI-generated reports overwhelmed a seven-person security team, with some weeks seeing seven reports in sixteen hours, none valid. They were all AI generated; referencing lines of code, real vulnerabilities, and regression of resolved CVEs, they looked legitimate and if that code was actually in the project would have been valid. Every single report wasted the maintainers time and the platform they were using did nothing to help. Triaging them is expensive, slow, and demoralising for the humans at the other end, the only solution? Pay the platform to triage them for you. This talk introduces Slop Spotting: a lightweight triage methodology that uses SAST rule generation as a validity signal. The core insight is simple. If a vulnerability is real and well-specified, you should be able to write a SAST rule for it, and if that code is actually in the codebase, that SAST rule should have a result, if it's slop, even convincing slop you get a yes/no answer very quickly across even large codebases.

Sun, Aug 9

11:00 AM

Village

Talk

Full Disclosure, Full Screen: [Informative] The Story of Bug Bounty Village Badge 2026

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

11:00 AM - 11:30 AM

Duration

30 mins

Abstract:

Every year the BBV badge gets one new thing we don't know how to do yet. Last year: epoxy. This year: a real 0.96" OLED behind the acrylic, giving a whole new vibe to the hacker laptop screen. Plus RGB for whichever team you're on, and a fun CTF.

Sun, Aug 9

11:30 AM

Village

Talk

Heavy Metal and Hidden Secrets: A Five-Year Retrospective on DEF CON Challenge Coins

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

11:30 AM - 12:00 PM

Duration

30 mins

Abstract:

Take a look behind the scenes at five years of custom DEF CON challenge coins from DEF CON 30 through DEF CON 34. This session walks through the entire lifecycle of these unique hardware puzzles, exploring the inspiration behind their designs, step-by-step solutions, and how the rise of AI is shifting the future of cryptographic challenges.

Sun, Aug 9

11:30 AM

Stage

Talk

Automated Discovery of Prompt Injection Vulnerabilities via Mutated Prompt Generation

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Creator Stage 6 (W226-227)

Time

11:30 AM - 12:00 PM

Duration

30 mins

Abstract:

Finding one prompt injection isn't the end goal; checking how many variants still bypass your safeguarding layers is the new target. Introducing MPG, an XPIA mutation framework that generates adversarial payload variants and tests them across agentic AI systems to expose hidden vulnerability surfaces and emerging data exfiltration risks.

Sun, Aug 9

12:00 PM

Village

Talk

How We Built Xenoptic: A Walkthrough of Design, Infrastructure and Vulns!

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

12:00 PM - 01:00 PM

Duration

60 mins

Abstract:

In this talk, the CTF.ae team goes behind the scenes of Xenoptic: how they built this year's BBV CTF lab, the new challenges they hit along the way, and a walkthrough of some of the most interesting vulnerabilities they planted in it.

Sun, Aug 9

01:00 PM

Village

Awards

Bug Bounty Village CTF Awards

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

01:00 PM - 01:45 PM

Duration

45 mins

Abstract:

Join us at the Bug Bounty Village for the CTF Award Ceremony, where we celebrate the top performers of our Capture The Flag competition. During this in-person ceremony, we'll recognize the highest-ranking participants on the leaderboard and award prizes to those present.  If you've competed in the CTF and secured a spot on the leaderboard, make sure to attend and claim your prize! This is a unique opportunity to honor the skill and creativity of the global hacking community and to connect with fellow researchers and organizers.  We look forward to seeing you there!

Sun, Aug 9

01: 45 PM

Village

Ceremony

Bug Bounty Village Closing Ceremony

Speaker(s):

Panelists:

panelistText

Moderator:

moderatorText

Location

Bug Bounty Village (W206-W207)

Time

01: 45 PM - 02:00 PM

Duration

15 mins

Abstract:

Final words, thanks, and giveaways.

bottom of page