What 20 years of kernel bugs taught us about finding the next one | Jenny Qu | Bug Bash 2026
Security researcher Jenny Qu analyzes how large language model integrated systems are repeating the same fundamental security mistakes that plagued the Linux kernel for twenty years. She analyzed 125,000 kernel bug fixes and found that 13% of bugs remained hidden for over five years, with some persisting for 19 years. These long-hidden bugs share a common pattern: data and control paths collapse into one channel, with only programmer intent distinguishing between them. Qu demonstrates how this exact vulnerability class now exists in every LLM-integrated system, where natural language input can simultaneously carry data and control instructions through tokenization, showing a Microsoft Copilot vulnerability (CVE-2025-32711) that achieved zero-click exploitation through prompt injection via email content. She argues that current defenses focusing on content classification are fighting on the wrong axis, and proposes three solutions: building proper test harnesses for hostile content injection, defining privilege boundaries for LLM actions, and implementing capability-based authority with separated control planes.

Behaviors as the backbone of software correctness | Gabriela Moreira | Bug Bash 2026

Linux 7.2 Review: MAJOR Performance, GPU, CPU, and Networking Upgrades

Linus Torvalds: AI Is Changing Linux Fast

OWASP's Top 10 Ways to Attack LLMs: AI Vulnerabilities Exposed

io_uring Looks Illegal

Attacking AI - Jason Haddix - NDC Security 2026

Android 17 sucks. So I put Linux on a phone.

Every Level of Reverse Engineering Explained

researchers find unfixable exploit in the iphone

Are we really doing this again

Zig 2026: No-AI Policy, $670K Foundation, Left GitHub & Why Zig Isn’t 1.0 - Andrew Kelley Explains

Software architecture, human judgment, and AI's limits with Grady Booch

Watch This Before You Switch to Linux.

Building confidence in an always-in-motion distributed streaming system | Frank McSherry | Bug Bash

Reverse Proxy vs Load Balancer vs API Gateway: The Real Difference ?

Making high performance storage boring | corwin | Bug Bash 2026

They're laughing at the SpaceX bubble

What is happening at Meta?

Nothing has changed about software engineering | Ben Eggers | Bug Bash 2026

