Skip to content

Instantly share code, notes, and snippets.

View willyiwei's full-sized avatar

Will Yi willyiwei

  • Greater Seattle Area
View GitHub Profile
@willyiwei
willyiwei / sack_vulnerability_analysis.md
Created April 19, 2026 18:26
OpenBSD TCP SACK: 27-Year-Old Kernel Panic Vulnerability — Analysis

OpenBSD TCP SACK: 27-Year-Old Kernel Panic Vulnerability

Discovered by Anthropic's Claude Mythos Preview (Project Glasswing, 2026).
Reproduced via static analysis using Claude Sonnet 4.6 + Opus 4.6.


Background

Project Glasswing is Anthropic's defensive security initiative that used Claude Mythos Preview — a frontier AI model — to find zero-day vulnerabilities in critical open-source infrastructure before attackers could exploit them.

@willyiwei
willyiwei / sack_slides.html
Created April 18, 2026 19:42
OpenBSD TCP SACK Kernel Panic - 27 Year Vulnerability Slides
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenBSD TCP SACK Kernel Panic</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body {